1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Contents: The Bibliography
% File: biblio.tex (lshort2e.tex)
% $Id: biblio.tex,v 1.1.1.1 2002/02/26 10:04:20 oetiker Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{thebibliography}{99}
\addcontentsline{toc}{chapter}{\bibname}
\bibitem{manual} Leslie Lamport. \newblock \emph{{\LaTeX:} A Document
Preparation System}. \newblock Addison-Wesley, Reading,
Massachusetts, second edition, 1994, ISBN~0-201-52983-1.
\bibitem{texbook} Donald~E. Knuth. \newblock \textit{The \TeX{}book,}
Volume~A of \textit{Computers and Typesetting}, Addison-Wesley,
Reading, Massachusetts, second edition, 1984, ISBN~0-201-13448-9.
\bibitem{companion} Michel Goossens, Frank Mittelbach and Alexander
Samarin. \newblock \emph{The {\LaTeX} Companion}. \newblock
Addison-Wesley, Reading, Massachusetts, 1994, ISBN~0-201-54199-8.
\bibitem{local} Each \LaTeX{} installation should provide a so-called
\emph{\LaTeX{} Local Guide}, which explains the things that are
special to the local system. It should be contained in a file called
\texttt{local.tex}. Unfortunately, some lazy sysops do not provide such a
document. In this case, go and ask your local \LaTeX{} guru for help.
\bibitem{usrguide} \LaTeX3 Project Team. \newblock \emph{\LaTeXe~for
authors}. \newblock Comes with the \LaTeXe{} distribution as
\texttt{usrguide.tex}.
\bibitem{clsguide} \LaTeX3 Project Team. \newblock \emph{\LaTeXe~for
Class and Package writers}. \newblock Comes with the \LaTeXe{}
distribution as \texttt{clsguide.tex}.
\bibitem{fntguide} \LaTeX3 Project Team. \newblock \emph{\LaTeXe~Font
selection}. \newblock Comes with the \LaTeXe{} distribution as
\texttt{fntguide.tex}.
\bibitem{graphics} D.~P.~Carlisle. \newblock \emph{Packages in the
`graphics' bundle}. \newblock Comes with the `graphics' bundle as
\texttt{grfguide.tex}, available from the same source your \LaTeX{}
distribution came from.
\bibitem{verbatim} Rainer~Sch\"opf, Bernd~Raichle, Chris~Rowley.
\newblock \emph{A New Implementation of \LaTeX's verbatim
Environments}.
\newblock Comes with the `tools' bundle as
\texttt{verbatim.dtx}, available from the same source your \LaTeX{}
distribution came from.
\bibitem{catalogue} Graham~Williams. \newblock \emph{The TeX
Catalogue} is a very complete listing of many \TeX{} and \LaTeX{}
related packages.
\newblock Available online from \texttt{CTAN:/tex-archive/help/Catalogue/catalogue.html}
\bibitem{eps} Keith~Reckdahl. \newblock \emph{Using EPS Graphics in
\LaTeXe{} Documents}, which explains everything and much more than
you ever wanted to know about EPS files and their use in \LaTeX{}
documents. \newblock Available online from
\texttt{CTAN:/tex-archive/info/epslatex.ps}
\bibitem{xy-pic} Kristoffer H. Rose
\newblock \emph{\Xy-pic User's Guide}. \newblock
Downloadable from CTAN with \Xy-pic distribution
\end{thebibliography}
\endinput
%
% Local Variables:
% TeX-master: "lshort2e"
% mode: latex
% coding: utf-8
% End:
|