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
|
% -*-LaTeX-*-
% Document name: /u/sy/beebe/tex/bib/type.ltx
% Creator: Nelson H. F. Beebe [beebe@plot79.math.utah.edu]
% Creation Date: Sun Jun 14 09:12:03 1992
%%% ====================================================================
%%% @LaTeX-file{
%%% author = "Karl Berry",
%%% version = "1.39",
%%% date = "12 August 2014",
%%% time = "07:08:16 MDT",
%%% filename = "type.ltx",
%%% address = "135 Center Hill Rd.
%%% Plymouth, MA 02360
%%% USA",
%%% checksum = "34926 65 196 2025",
%%% email = "karl@cs.umb.edu (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography",
%%% license = "public domain",
%%% supported = "yes",
%%% docstring = "This is a LaTeX wrapper file for printing
%%% type.bib.
%%%
%%% 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}
\pagestyle{headings}
\title{A Bibliography of Typography Publications}
\author{
Karl Berry\\
135 Center Hill Rd.\\
Plymouth, MA 02360\\
USA\\[\medskipamount]
E-mail: karl@cs.umb.edu (Internet)
}
\date{12 August 2014 \\
Version 1.39}
\begin{document}
\nocite{*}
\bibliographystyle{is-alpha}
\maketitle
\section*{Title word cross-reference}
\begin{raggedright}
\parskip = \baselineskip
\input{\jobname.twx}
\end{raggedright}
\bibliography{institut,journal,publish,type}
\end{document}
|