\documentstyle[11pt,latexinfo]{book} \begin{document} \c Declare which indices you want to make use of. \newindex{cp} \c Declare the bibliography style you want for BibTeX. \bibliographystyle{alpha} \c No ugly overfull black boxes. \finalout \c \refill automatically. \alwaysrefill \c Anything before the \setfilename will not appear in the Info file. \setfilename{plisp.info} \c Start the stuff for the titlepage. \title{The PLisp Manual} \author{Fred Foobar,\\ Clarke Institute,\\ 999 Queen Street,\\ Toronto, Ontario} \date{\today} \maketitle \c The following commands start the copyright page for the printed manual. \clearpage \vspace*{0pt plus 1filll} Copyright \copyright{} year copyright-owner Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. \c End the Copyleft page and don't use headings on this page. \pagestyle{empty} \clearpage \pagestyle{headings} \c Use roman numerals for the page numbers and Insert the Table of Contents. \pagenumbering{roman} \tableofcontents \c End the Table of Contents \clearpage \c Make a list of tables if you have any \listoftables \clearpage \c The Top node contains the master menu for the Info file. \c This appears only in the Info file, not the printed manual. \node Top, First Chapter, (dir), (dir) \c A preface or overview to give the structure of the document. \chapter*{Preface} \clearpage \c Start numbering from 1 with Arabic numbers \pagenumbering{arabic} \begin{menu} * First Chapter:: The first chapter is the only chapter in this sample. \end{menu} \node First Chapter, Concept Index, Top, Top \chapter{First Chapter} \cindex{Reference to First Chapter} This is the contents of the first chapter. Here is a numbered list. \begin{enumerate} \item This is the first item. \item This is the second item. \end{enumerate} The \kbd{M-x latexinfo-format-buffer} command transforms a LaTeXinfo file like this into an Info file; and \LaTeX\ typesets it for a printed manual. \bibliography{plisp.bib} \twocolumn \node Concept Index, Top, First Chapter, Top \unnumbered{Concept Index} \printindex{cp} \end{document}