蛙の井戸見聞記 Pretty frog in a well who knows nothing of the great web ocean!

~~ 好奇心は猫をも殺す Curiosity Kills the Cat ~~ ♪欲しいモノ・食べたいモノ・ネットで集めた情報と日々の記録の倉庫♪ Logging my life... Since 2003.12  

ひさかたぶりに

LaTeXな日々を送っておりますが、いろいろ忘れております。

thebibliography環境の中の行間を狭くするのに(情報を探るのに)苦労いたしましたが、先人の知恵、素晴らしいです。

*参考文献内の行間調整

\makeatletter
\renewenvironment{thebibliography}[1]
{\section*{\refname\@mkboth{\refname}{\refname}}%
   \list{\@biblabel{\@arabic\c@enumiv}}%
        {\settowidth\labelwidth{\@biblabel{#1}}%
         \leftmargin\labelwidth
         \advance\leftmargin\labelsep
	 \setlength\itemsep{-0.5zh}%←ここの数値を調整
	 \setlength\baselineskip{11pt}%←ここの数値を調整(追加)
         \@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

でとりあえずは解決。


*参考文献Referenceの項目の見出しの変更

\renewcommand{\refname}{参考文献のリスト}

*通常の文章の所の行間は

\renewcommand{\baselinestretch}{0.9}\selectfont

でおっけー。