chiark / gitweb /
doc/concepts.tex: Typeset method rĂ´le names as identifiers.
[sod] / doc / sod.tex
index 9d4eb976e321328c20115bb8e148c6c75e9a2d16..b3147bc0cd4d94d405c84db6cd61bd87b907caa3 100644 (file)
 \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}
 
 \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,6 +75,7 @@
 %%%--------------------------------------------------------------------------
 \part{Reference} \label{p:ref}
 
+\include{refintro}
 \include{concepts}
 \include{cmdline}
 \include{syntax}
 %% 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
 %% parser-proto.lisp
 %% parser-expr-impl.lisp
 %% parser-expr-proto.lisp
+%% lexer-impl.lisp
+%% lexer-proto.lisp
 
 \include{clang}
 %% c-types-class-impl.lisp
 
 \include{cutting-room-floor}
 
+%%%--------------------------------------------------------------------------
+\backmatter
+
+\printindex
+
 %%%----- That's all, folks --------------------------------------------------
 \end{document}