chiark / gitweb /
src/module-parse.lisp (read-module): Use requested pathname for location.
[sod] / doc / sod.tex
index a20dc8fd4d166916fb0fd093b9d46beef0595c79..51fa401b23aeae4d0c20d92c2ba8329a8eed5f26 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}
 \usepackage{syntax}
 \usepackage{sverb}
@@ -42,6 +47,8 @@
 
 \usepackage{sod}
 
+\makeindex
+
 \title{A Sensible Object Design for C}
 \author{Mark Wooding}
 
 %% 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}