]> git.decadent.org.uk Git - ion3-doc.git/blob - ionnotes.tex
Add 20080411-1.
[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 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 \bigskip
33
34 \begin{abstract}
35     This document is an unorganized collection of notes for
36     those who want to write modules or patches to Ion.
37 \end{abstract}
38
39 \tableofcontents
40
41 \input{objects}
42
43 \input{objectsimpl}
44
45 \input{luaif}
46
47 \input{designnotes}
48
49 \input{cstyle}
50
51 \appendix
52
53 \input{fdl}
54
55 \printindex
56
57 \end{document}