戻る

Bibliography その4

     引用 ” widest entry” & ”label”

source code

まず TeX ファイル (source code)を 見てみましょう。

\documentclass[a5paper,12pt]{article}

\begin{document}

%  引用領域開始
\section{Recommended Reading}

For a basic introduction to \LaTeX\ see Lamport~\cite{lamport94}.
For more detailed information about \LaTeX\ and
associated applications, consult Kopka and Daly~\cite{kopka95}
or Goossens \emph{et al}~\cite{goossens94}.
% 引用領域終了



\begin{thebibliography}{Goossens 1994}
\bibitem[Lamport 1994]{lamport94} ``\LaTeX\ : a document 
preparation system'', Leslie Lamport, 2nd edition 
(updated for \LaTeX2e), Addison-Wesley (1994).

\bibitem[Kopka 1995]{kopka95} ``A Guide to \LaTeX2e: document 
preparation for beginners and advanced users'', Helmut Kopka 
and Patrick W. Daly, Addison-Wesley (1995).

\bibitem[Goossens 1994]{goossens94} ``The \LaTeX\ Companion'', 
Michel Goossens, Frank Mittelbach and
Alexander Samarin, Addison-Wesley, (1994).

\end{thebibliography}
\end{document}

出力 頁 1

058-bib-cite-option-w468h536.png


備考

これも 2回 platex を 行いました (途中は略) これも いつものように なれ慣れですか?

にゃんたろう 拝!

2008年 7月 9日 (水) 21:00:11 JST 作成


戻る

Copyright © 2006.-2008. nyantarou All Rights Reserved.