X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a588c77a273681e3cdc85d15fc44f3ddb7da9224..1edb774eed8bea3f6dbde5b02db6ecd209394cf8:/doc/sod.tex diff --git a/doc/sod.tex b/doc/sod.tex index b81abf7..9b2964d 100644 --- a/doc/sod.tex +++ b/doc/sod.tex @@ -23,18 +23,25 @@ %%% along with SOD; if not, write to the Free Software Foundation, %%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -\documentclass[noarticle]{strayman} +\documentclass[noarticle, titlepage]{strayman} \errorcontextlines=999 \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} +\usepackage{makeidx} +\usepackage + [columns=2, justific=raggedright, + totoc=true, font=small] + {idxlayout} \usepackage{tikz} +\usetikzlibrary{calc} +\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} @@ -42,28 +49,44 @@ \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} +\frontmatter \maketitle %%%-------------------------------------------------------------------------- -\frontmatter \tableofcontents \mainmatter +\include{intro} + %%%-------------------------------------------------------------------------- -\part{Tutorial} \label{p:tut} +\part{Tutorial\label{p:tut}} \include{tutorial} %%%-------------------------------------------------------------------------- -\part{Reference} \label{p:ref} +\part{Reference\label{p:ref}} +\include{refintro} \include{concepts} \include{cmdline} \include{syntax} @@ -71,7 +94,7 @@ \include{structures} %%%-------------------------------------------------------------------------- -\part{Lisp interface} \label{p:lisp} +\part{Lisp interface\label{p:lisp}} \include{lispintro} %% package.lisp @@ -80,13 +103,10 @@ %% auto.lisp.in \include{misc} +%% utilities.lisp %% pset-impl.lisp %% pset-parse.lisp %% pset-proto.lisp -%% lexer-bits.lisp -%% lexer-impl.lisp -%% lexer-proto.lisp -%% utilities.lisp %% optparse.lisp %% frontend.lisp %% final.lisp @@ -106,6 +126,8 @@ %% parser-proto.lisp %% parser-expr-impl.lisp %% parser-expr-proto.lisp +%% lexer-impl.lisp +%% lexer-proto.lisp \include{clang} %% c-types-class-impl.lisp @@ -149,6 +171,12 @@ \include{cutting-room-floor} +%%%-------------------------------------------------------------------------- +\backmatter + +\bibliography{sod} +\printindex + %%%----- That's all, folks -------------------------------------------------- \end{document}