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
87
88
|
% -*-latex-*-
% Document name: /u/sy/beebe/tex/bib/komoedie.ltx
% Creator: Nelson H. F. Beebe <beebe@math.utah.edu>
% Creation Date: Fri Mar 12 10:09:22 1993
%%% ====================================================================
%%% @LaTeX-file{
%%% author = "Nelson H. F. Beebe and Peter Schmitt",
%%% version = "1.05",
%%% date = "07 October 1996",
%%% time = "08:04:46 MDT",
%%% filename = "komoedie.ltx",
%%% address = "Center for Scientific Computing
%%% Department of Mathematics
%%% University of Utah
%%% Salt Lake City, UT 84112
%%% USA
%%%
%%% Institute of Mathematics
%%% University of Vienna
%%% Strudlhofgasse 4
%%% A-1090 Wien
%%% Austria",
%%% telephone = "+1 801 581 5254 (NHFB)",
%%% FAX = "+1 801 581 4148 (NHFB)",
%%% checksum = "40316 88 288 3050",
%%% email = "beebe@math.utah.edu (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "TeX, DANTE, bibliography",
%%% license = "public domain",
%%% supported = "yes",
%%% docstring = "LaTeX wrapper file to print the TeXnische
%%% Komoedie bibliography.
%%%
%%% 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[path,bibmods,bibnames,showtags,twocolumn]{article}
\pagestyle{headings}
\def\PiCTeX{Pic\TeX}
\title{A Bibliography of Die \TeX{}nische Kom{\"o}die}
\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: \path=beebe@math.utah.edu= (Internet)\\[\bigskipamount]
and\\[\bigskipamount]
Peter Schmitt\\
Institute of Mathematics\\
University of Vienna\\
Strudlhofgasse 4\\
A-1090 Wien\\
Austria\\[\medskipamount]
E-mail: \path=a8131dal@awiuni11.edvz.univie.ac.at= (Internet) \\
and \path=schmitt@awirap.bitnet=
}
\date{07 October 1996 \\
Version 1.05}
\begin{document}
\maketitle
\nocite{*}
\bibliographystyle{is-alpha}
\section*{Title word cross-reference}
\begin{raggedright}
\parskip = \baselineskip
\input{\jobname.twx}
\end{raggedright}
\bibliography{komoedie}
\end{document}
|