X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/2bc73f786f7dc35ecff3e1484a6376aae1de4962..fddbedf7b1b4b19add30eeb62281748cc77e6955:/doc/sod.tex diff --git a/doc/sod.tex b/doc/sod.tex index 244db63..9b2964d 100644 --- a/doc/sod.tex +++ b/doc/sod.tex @@ -32,7 +32,7 @@ \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} \usepackage{makeidx} \usepackage - [columns=2, itemlayout=singlepar, justific=raggedright, + [columns=2, justific=raggedright, totoc=true, font=small] {idxlayout} \usepackage{tikz} @@ -40,8 +40,8 @@ \usetikzlibrary{positioning} \usepackage{syntax} \usepackage{sverb} -\usepackage{mdwtab} -\usepackage[mdwmargin]{mdwthm} +\usepackage{longtable, mdwtab} +\usepackage[mdwmargin, within=section]{mdwthm} \usepackage{amssymb} \usepackage{footnote} \usepackage{at} @@ -51,9 +51,19 @@ \makeindex \let\indexstheadcase\relax +\bibliographystyle{mdwalpha} + +\ifx\pkgversion\xxundefined + \immediate\typeout{WARNING: \string\pkgversion\ not defined} + \def\pkgversion{UNSET} +\fi \title{A Sensible Object Design for C} \author{Mark Wooding} +\date{\today; version \pkgversion} +\innerhead[Version \pkgversion]{} + +%%\includeonly{...} \begin{document} @@ -164,6 +174,7 @@ %%%-------------------------------------------------------------------------- \backmatter +\bibliography{sod} \printindex %%%----- That's all, folks --------------------------------------------------