]> git.decadent.org.uk Git - ion3-doc.git/blob - ionconf.tex
[svn-upgrade] Integrating new upstream version, ion3-doc (20080103)
[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{2008-01-03}
14
15 \makeindex
16
17
18 \begin{document}
19
20 \maketitle
21
22 Configuring and extending Ion3 with Lua\\
23 Copyright \copyright\  2003--2008 Tuomo Valkonen.
24
25 Permission is granted to copy, distribute and/or modify this document
26 under the terms of the GNU Free Documentation License, Version 1.2
27 published by the Free Software Foundation;
28 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
29 A copy of the license is included in the section entitled ``GNU
30 Free Documentation License''.
31
32 \tableofcontents
33
34 \input{confintro}
35
36 \input{prelim}
37
38 \input{conf}
39
40 \input{de}
41
42 \input{tricks}
43
44 \input{fnref}
45
46 \appendix
47
48 \input{fdl}
49
50 \input{fullhierarchy}
51
52 \chapter*{List of functions}
53 \markboth{\MakeUppercase{List of functions}}%
54          {\MakeUppercase{List of functions}}%
55
56 %begin{latexonly}
57 \makeatletter
58 \def\fnlisti#1{\@dottedtocline{1}{0em}{1.5em}{\lstinline!#1!}{\pageref{fn:#1}}}
59 {\parskip\z@\input{fnlist}}
60 \makeatother
61 %end{latexonly}
62
63 \begin{htmlonly}
64 \newcommand{\fnlisti}[1]{\fnref{#1}\\}
65 \input{fnlist}
66 \end{htmlonly}
67
68 \printindex
69
70 \begin{thebibliography}{9}
71     \bibitem{scripts} The Ion 3 scripts repository,
72         \url{http://iki.fi/tuomov/repos/ion-scripts-3/}.
73 \end{thebibliography}
74
75 \end{document}