X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/878376560664c1ab5eae6e781183c98a9596a3cc..12949379840101e2d65883f29c5e8f0f6de49e9c:/doc/sod.tex diff --git a/doc/sod.tex b/doc/sod.tex index 1203b68..9b2964d 100644 --- a/doc/sod.tex +++ b/doc/sod.tex @@ -40,7 +40,7 @@ \usetikzlibrary{positioning} \usepackage{syntax} \usepackage{sverb} -\usepackage{mdwtab} +\usepackage{longtable, mdwtab} \usepackage[mdwmargin, within=section]{mdwthm} \usepackage{amssymb} \usepackage{footnote} @@ -53,9 +53,17 @@ \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} @@ -166,9 +174,7 @@ %%%-------------------------------------------------------------------------- \backmatter -\bibliography{% - isostd,% - sigplan1990} +\bibliography{sod} \printindex %%%----- That's all, folks --------------------------------------------------