X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1f7d590d9c7b87442c8d8b6424ed4f769d377692..9a9a7b35fe696f7dfe041935bf41e89558930aee:/doc/sod.tex diff --git a/doc/sod.tex b/doc/sod.tex index 4979b23..b3147bc 100644 --- a/doc/sod.tex +++ b/doc/sod.tex @@ -23,14 +23,21 @@ %%% 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, itemlayout=singlepar, justific=raggedright, + totoc=true, font=small] + {idxlayout} \usepackage{tikz} +\usetikzlibrary{calc} +\usetikzlibrary{positioning} \usepackage{syntax} \usepackage{sverb} \usepackage{mdwtab} @@ -42,20 +49,24 @@ \usepackage{sod} +\makeindex + \title{A Sensible Object Design for C} \author{Mark Wooding} \begin{document} +\frontmatter \maketitle %%%-------------------------------------------------------------------------- -\frontmatter \tableofcontents \mainmatter +\include{intro} + %%%-------------------------------------------------------------------------- \part{Tutorial} \label{p:tut} @@ -64,11 +75,12 @@ %%%-------------------------------------------------------------------------- \part{Reference} \label{p:ref} +\include{refintro} \include{concepts} \include{cmdline} \include{syntax} -\include{structures} \include{runtime} +\include{structures} %%%-------------------------------------------------------------------------- \part{Lisp interface} \label{p:lisp} @@ -80,13 +92,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 +115,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 +160,11 @@ \include{cutting-room-floor} +%%%-------------------------------------------------------------------------- +\backmatter + +\printindex + %%%----- That's all, folks -------------------------------------------------- \end{document}