\documentclass{ltugproc} \usepackage{graphicx} \usepackage{ifpdf} \ifpdf \usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black, urlcolor=black]{hyperref} \else \usepackage{url} \fi \begin{document} \title{Example \TUB\ Proceedings Article} % repeat info for each author. \author{First Last} \address{Street \\ Town, Postal \\ Country} \personalURL{http://www.example.org/~user} \netaddress{user (at) example dot org} % The abstract comes before \maketitle in ltugproc. \begin{abstract} This is an example proceedings article using the \TUB\ style file. \end{abstract} \maketitle \section{Introduction} This is an example proceedings article for \TUB, from \url{http://tug.org/TUGboat/location.html}. We recommend the graphicx package for image inclusions, and the hyperref package for active url's (in the \acro{PDF} output). \TUB\ is produced using \acro{PDF} files exclusively, nowadays. The \texttt{ltug*} classes provide these abbreviations: {\small \begin{verbatim} \AllTeX \AMS \AmS \AmSLaTeX \AmSTeX \aw \AW \BibTeX \CandT \CTAN \DTD \DVItoVDU \HTML \ISBN \ISSN \JTeX \JoT \LAMSTeX \LaTeXe \Mc \mf \MFB \mtex \pcMF \PCTeX \pcTeX \Pas \PiC \PiCTeX \plain \POBox \PS \SC \SGML \SliTeX \TANGLE \TB \TP \TeXhax \TeXMaG \TeXtures \TeXXeT \ttn \TTN \TUB \TUG \tug \UG \UNIX \VAX \VorTeX \XeT \WEB \WEAVE \Dash \dash \vellipsis \bull \cents \Dag \careof \thinskip \acro{FRED} -> {\sc fred} % please use! \cs{fred} -> \fred \env{fred} -> \begin{fred} \meta{fred} -> \nth{n} -> 1st, 2nd, ... \sfrac{3/4} -> 3/4 \booktitle{Book of Fred} \end{verbatim} } For more information, see the ltubguid document at: \url{http://ctan.org/tex-archive/macros/latex/contrib/tugboat} Email \verb|tugboat@tug.org| if problems or questions. \bibliographystyle{plain} % we recommend the plain bibliography style \nocite{book-minimal} % just making the bibliography non-empty \bibliography{xampl} % xampl.bib comes with BibTeX % no \makesignature in proceedings style. \end{document}