X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/7420cef29b9ac95f40125334102c5e230bb93e4a..54ea6ee880f52c23279bf58262ca245b531d04b0:/doc/sod.tex diff --git a/doc/sod.tex b/doc/sod.tex index 004b8d9..1203b68 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} @@ -41,7 +41,7 @@ \usepackage{syntax} \usepackage{sverb} \usepackage{mdwtab} -\usepackage[mdwmargin]{mdwthm} +\usepackage[mdwmargin, within=section]{mdwthm} \usepackage{amssymb} \usepackage{footnote} \usepackage{at} @@ -50,9 +50,12 @@ \usepackage{sod} \makeindex +\let\indexstheadcase\relax +\bibliographystyle{mdwalpha} \title{A Sensible Object Design for C} \author{Mark Wooding} +\date{\today; version \pkgversion} \begin{document} @@ -163,6 +166,9 @@ %%%-------------------------------------------------------------------------- \backmatter +\bibliography{% + isostd,% + sigplan1990} \printindex %%%----- That's all, folks --------------------------------------------------