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
76
77
78
79
80
81
82
83
84
85
86
|
% -*-latex-*-
% Document name: /u/sy/beebe/tex/bib/texbook1.ltx
% Creator: Nelson H. F. Beebe [beebe@plot79.math.utah.edu]
% Creation Date: Fri Nov 18 14:19:51 1988
%%% ====================================================================
%%% @LaTeX-file{
%%% author = "Nelson H. F. Beebe",
%%% version = "1.153",
%%% date = "22 July 1994",
%%% time = "11:49:58 MDT",
%%% filename = "texbook1.ltx",
%%% address = "Center for Scientific Computing
%%% Department of Mathematics
%%% University of Utah
%%% Salt Lake City, UT 84112
%%% USA",
%%% telephone = "+1 801 581 5254",
%%% FAX = "+1 801 581 4148",
%%% checksum = "09408 86 311 2953",
%%% email = "beebe@magna.math.utah.edu (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography, TeX",
%%% license = "public domain",
%%% supported = "yes",
%%% docstring = "LaTeX wrapper file for printing
%%% texbook1.bib, a bibliography of books about
%%% TeX.
%%%
%%% The checksum field above contains a CRC-16
%%% checksum as the first value, followed by the
%%% equivalent of the standard UNIX wc (word
%%% count) utility output of lines, words, and
%%% characters. This is produced by Robert
%%% Solovay's checksum utility.",
%%% }
%%% ====================================================================
\documentstyle[bibmods,bibnames,showtags,twocolumn]{article}
\ifx \k \undefined \let \k = \c
\immediate\write16{Ogonek accent unavailable: replaced by cedilla}
\fi% use cedilla if ogonek accent unavailable
\pagestyle{headings}
\title{A Bibliography of Publications about \TeX{}}
\author{
Nelson H. F. Beebe\\
Center for Scientific Computing\\
Department of Mathematics\\
University of Utah\\
Salt Lake City, UT 84112\\
USA\\[\medskipamount]
Tel: +1 801 581 5254\\
FAX: +1 801 581 4148\\[\medskipamount]
E-mail: beebe@math.utah.edu (Internet)
}
\date{22 July 1994 \\
Version 1.153}
\begin{document}
\nocite{*}
\bibliographystyle{is-alpha}
\maketitle
\begin{abstract}
This bibliography records books and articles on \TeX{}, \METAFONT{},
\WEB{}, fonts, typography, indexing, and software related to these
topics. ISBN and ISSN numbers are given, where available. A few
\verb|troff|-related items are included because of their strong
overlap with \TeX{} issues.
\end{abstract}
\section*{Title word cross-reference}
\begin{raggedright}
\parskip = \baselineskip
\input{\jobname.twx}
\end{raggedright}
\bibliography{texbook1}
\end{document}
|