]> git.decadent.org.uk Git - ion3-doc.git/blob - ionconf.tex
[svn-inject] Installing original source of ion3
[ion3-doc.git] / ionconf.tex
1 \documentclass[english,a4paper,11pt,oldtoc,mctitle]{rapport3}
2 \input{macros}
3
4 % For including some files from articles
5 \newcommand{\xchapter}[1]{\chapter{#1}}
6 \newcommand{\xsection}[1]{\section{#1}}
7 \newcommand{\xsectionstar}[1]{\section*{#1}}
8 \newcommand{\xsubsection}[1]{\subsection{#1}}
9
10
11 \title{Configuring and extending Ion3 with Lua}
12 \author{Tuomo Valkonen \\ tuomov at iki.fi}
13 \date{2006-12-23}
14
15 \makeindex
16
17
18 \begin{document}
19
20 \maketitle
21
22 Configuring and extending Ion3 with Lua\\
23 Copyright \copyright\  2003--2005 Tuomo Valkonen.
24
25 This document is free; you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published by
27 the Free Software Foundation; either version 2 of the License, or
28 (at your option) any later version.
29
30 This document is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33 chapter entitled ''GNU General Public License'' for more details.
34
35 \tableofcontents
36
37 \input{confintro}
38
39 \input{prelim}
40
41 \input{conf}
42
43 \input{de}
44
45 \input{tricks}
46
47 \input{fnref}
48
49 \appendix
50
51 \input{gpl}
52
53 \input{fullhierarchy}
54
55 \chapter*{List of functions}
56 \markboth{\MakeUppercase{List of functions}}%
57          {\MakeUppercase{List of functions}}%
58
59 %begin{latexonly}
60 \makeatletter
61 \def\fnlisti#1{\@dottedtocline{1}{0em}{1.5em}{\lstinline!#1!}{\pageref{fn:#1}}}
62 {\parskip\z@\input{fnlist}}
63 \makeatother
64 %end{latexonly}
65
66 \begin{htmlonly}
67 \newcommand{\fnlisti}[1]{\fnref{#1}\\}
68 \input{fnlist}
69 \end{htmlonly}
70
71 \printindex
72
73 \end{document}