doc/: Switch to a manually maintained bibliography database.
[sod] / doc / sod.tex
index 004b8d9..9b2964d 100644 (file)
@@ -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}
 \usepackage{sod}
 
 \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}
 
 %%%--------------------------------------------------------------------------
 \backmatter
 
+\bibliography{sod}
 \printindex
 
 %%%----- That's all, folks --------------------------------------------------