summaryrefslogtreecommitdiff
path: root/info/biblio/tugboat.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/biblio/tugboat.ltx')
-rw-r--r--info/biblio/tugboat.ltx103
1 files changed, 103 insertions, 0 deletions
diff --git a/info/biblio/tugboat.ltx b/info/biblio/tugboat.ltx
new file mode 100644
index 0000000000..f19fc18c5d
--- /dev/null
+++ b/info/biblio/tugboat.ltx
@@ -0,0 +1,103 @@
+% -*-LaTeX-*-
+% Document name: /u/sy/beebe/tex/bib/tugboat.ltx
+% Creator: Nelson H. F. Beebe [beebe@magna.math.utah.edu]
+% Creation Date: Tue Sep 10 11:36:22 1991
+
+%%% ====================================================================
+%%% @LaTeX-file{
+%%% author = "Nelson H. F. Beebe",
+%%% version = "3.02",
+%%% date = "17 May 2019",
+%%% time = "16:05:26 MDT",
+%%% filename = "tugboat.ltx",
+%%% address = "University of Utah
+%%% Department of Mathematics, 110 LCB
+%%% 155 S 1400 E RM 233
+%%% Salt Lake City, UT 84112-0090
+%%% USA",
+%%% telephone = "+1 801 581 5254",
+%%% FAX = "+1 801 585 1640, +1 801 581 4148",
+%%% URL = "http://www.math.utah.edu/~beebe",
+%%% checksum = "43883 103 353 3517",
+%%% email = "beebe@math.utah.edu, beebe@acm.org,
+%%% beebe@computer.org (Internet)",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "bibliography, BibTeX, TeX Users Group,
+%%% TUGboat",
+%%% license = "public domain",
+%%% supported = "yes",
+%%% docstring = "This is a LaTeX wrapper file for typesetting
+%%% tugboat.bib, the bibliography of TUGboat,
+%%% the Communications of the TeX Users Group.
+%%%
+%%% The checksum field above contains the
+%%% standard UNIX wc (word count) utility
+%%% output of lines, words, and characters;
+%%% eventually, a better checksum scheme should
+%%% be developed.",
+%%% }
+%%% ====================================================================
+
+\documentclass{article}
+
+\ifx \undefined \booktitle \def \booktitle #1{{{\em #1}}} \fi
+
+\usepackage{bibmods}
+\usepackage{bibnames}
+\usepackage{path}
+\usepackage{showtags}
+
+% Use PostScript and PDF standard Times-Roman font for compact, and
+% almost fontless, output files.
+\usepackage{times}
+
+\input{tugboat.def}
+
+\pagestyle{headings}
+
+\title{A Complete TUGboat Bibliography}
+
+\author{
+ Nelson H. F. Beebe\\
+ University of Utah\\
+ Department of Mathematics, 110 LCB\\
+ 155 S 1400 E RM 233\\
+ Salt Lake City, UT 84112-0090\\
+ USA\\[\medskipamount]
+ Tel: +1 801 581 5254\\
+ FAX: +1 801 585 1640, +1 801 581 4148\\[\medskipamount]
+ E-mail: \protect\path=beebe@math.utah.edu=,
+ \protect\path=beebe@acm.org=,\\
+ \hphantom{E-mail:\ }
+ \protect\path=beebe@computer.org= (Internet)\\
+ WWW URL: \protect\path=http://www.math.utah.edu/~beebe/=
+}
+
+\date{17 May 2019 \\
+Version 3.02}
+
+\begin{document}
+\nocite{*}
+% \bibliographystyle{is-plain}
+% FOR DEBUGGING NEW FILE GENERATIONS:
+\bibliographystyle{is-unsrt}
+\maketitle
+
+ \begin{abstract}
+ This bibliography summarizes the contents of the \TeX{} User Group
+ journal, \emph{TUGboat}. It is produced semiautomatically by an
+ \texttt{awk} program from the tables-of-contents files
+ (\texttt{tb*.cnt}) released periodically by the journal editors.
+ Hand editing then supplies final tweaks.
+ \end{abstract}
+
+\section*{Title word cross-reference}
+
+\begin{raggedright}
+ \parskip = \baselineskip
+ \input{\jobname.twx}
+\end{raggedright}
+
+\bibliography{\jobname}
+
+\end{document}