Re: フォントの調整

名前: トニイ@FTEX
日時: 2004-04-07 11:55:57
IPアドレス: 219.104.60.*

>>27895 >>27896 >>27910 >参考文献のフォントのみを調節したい(小さくしたい)のですが,どのようにすれば >いいでしょうか? thebibliography 環境の再定義を行えば可能です。 定義内で \section* となっていたのを \subsubsection* に変えました。 これで「参考文献(Refarence)」は,\normalsize (ここでは 12pt)となります。 また,文献のリストで記述するフォントを小さくするために \small も追加しています。 もう少し小さくしたいなら \footnotesize などに変えてください。 小さくしないなら \small を削除します。 % pLaTeX2e \documentclass[a4paper,12pt,oneside,onecolumn]{article} \makeatletter \renewenvironment{thebibliography}[1]%% 再定義 {\subsubsection*{\refname}% 元は \section* \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}% \list{\small%% 追加 \@biblabel{\@arabic\c@enumiv}}% {\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy \clubpenalty4000 \@clubpenalty \clubpenalty \widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% \endlist} \makeatother \begin{document} \section{hoge} A quick brown fox jumps over the lazy dog. \begin{thebibliography}{99} \bibitem{hoge} Hoge \bibitem{foo} Bar \end{thebibliography} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)