doc/parsing.tex: Reorganize the parsing-syntax section.
[sod] / doc / sod.tex
index 244db63..1203b68 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}
@@ -41,7 +41,7 @@
 \usepackage{syntax}
 \usepackage{sverb}
 \usepackage{mdwtab}
-\usepackage[mdwmargin]{mdwthm}
+\usepackage[mdwmargin, within=section]{mdwthm}
 \usepackage{amssymb}
 \usepackage{footnote}
 \usepackage{at}
 
 \makeindex
 \let\indexstheadcase\relax
+\bibliographystyle{mdwalpha}
 
 \title{A Sensible Object Design for C}
 \author{Mark Wooding}
+\date{\today; version \pkgversion}
 
 \begin{document}
 
 %%%--------------------------------------------------------------------------
 \backmatter
 
+\bibliography{%
+  isostd,%
+  sigplan1990}
 \printindex
 
 %%%----- That's all, folks --------------------------------------------------