doc/: Switch to a manually maintained bibliography database.
[sod] / doc / sod.tex
index e140c1f..9b2964d 100644 (file)
@@ -40,7 +40,7 @@
 \usetikzlibrary{positioning}
 \usepackage{syntax}
 \usepackage{sverb}
-\usepackage{mdwtab}
+\usepackage{longtable, mdwtab}
 \usepackage[mdwmargin, within=section]{mdwthm}
 \usepackage{amssymb}
 \usepackage{footnote}
 \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}
 
 %%%--------------------------------------------------------------------------
 \backmatter
 
-\bibliography{%
-  isostd,%
-  sigplan1990}
+\bibliography{sod}
 \printindex
 
 %%%----- That's all, folks --------------------------------------------------