]> git.decadent.org.uk Git - ion3-doc.git/blob - ionnotes.tex
[svn-inject] Installing original source of ion3
[ion3-doc.git] / ionnotes.tex
1 \documentclass[english,a4paper,11pt,oldtoc,mctitle]{artikel3}
2 \input{macros}
3
4 % For including some files from reports
5 \newcommand{\xchapter}[1]{\section{#1}}
6 \newcommand{\xsection}[1]{\subsection{#1}}
7 \newcommand{\xsectionstar}[1]{\subsection*{#1}}
8 \newcommand{\xsubsection}[1]{\subsubsection{#1}}
9
10
11 \title{Ion: Notes for the module and patch writer}
12 \author{Tuomo Valkonen \\ tuomov at iki.fi}
13 %%DATE
14
15 \makeindex
16
17
18 \begin{document}
19
20 \maketitle
21
22 Ion: Notes for the module and patch writer\\
23 Copyright \copyright\  2003--2004 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 section entitled ''GNU General Public License'' for more details.
34
35 \bigskip
36
37 \begin{abstract}
38     This document is an unorganized collection of notes for
39     those who want to write modules or patches to Ion.
40 \end{abstract}
41
42 \tableofcontents
43
44 \input{objects}
45
46 \input{objectsimpl}
47
48 \input{luaif}
49
50 \input{designnotes}
51
52 \input{cstyle}
53
54 \appendix
55
56 \input{gpl}
57
58 \printindex
59
60 \end{document}