From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/biblio/type.ltx | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 info/biblio/type.ltx (limited to 'info/biblio/type.ltx') 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} -- cgit v1.2.3