summaryrefslogtreecommitdiff
path: root/info/biblio/type.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/biblio/type.ltx
Initial commit
Diffstat (limited to 'info/biblio/type.ltx')
-rw-r--r--info/biblio/type.ltx66
1 files changed, 66 insertions, 0 deletions
diff --git a/info/biblio/type.ltx b/info/biblio/type.ltx
new file mode 100644
index 0000000000..ac1389b6f5
--- /dev/null
+++ b/info/biblio/type.ltx
@@ -0,0 +1,66 @@
+% -*-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 = "50580 66 196 2026",
+%%% 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}