1====== TeXit Plugin ======
2TeXit is a DokuWiki plugin that generates a PDF file from the wiki data. It depends on LaTeX which is mandatory to generate the PDF document.
3
4The main goal is have a nice looking printable version of a DokuWiki pages. LaTeX is a good choice.
5===== Quick start =====
6<file><texit info>
7author=MySelf
8title=MyTitle
9</texit>
10</file>
11===== Add some Latex =====
12You can add some LaTeX commands any where in you document like this :
13<file>
14<texit>
15\newpage
16</texit>
17</file>
18===== Advanced use =====
19You can also use this syntax in your wiki document :
20<file>
21title=My title
22author=Myself
23subject=subject
24keywords=Me and my life
25recurse=on
26</file>
27^ keyword ^ meaning ^ values ^ default ^
28^title |Add to PDF properties & Latex document title | string | first level one header |
29^subject |Add to PDF properties | string | title is used |
30^author |Add to PDF properties & Latex document | string| no default|
31^keywords |Add to PDF properties | string | no default|
32^date |Latex document | string | generation date |
33^recurse |Add internals links as appendix | on/off/chapter | off |
34^recurse_file |Add internals media non image as appendix | on/off | off |
35^backgroundtext |Add background text on each page | string | DOKU_URL |
36^usetablefigure |Put table in a figure/float | on/off | off |
37^tablerowlength | This values is used to change tables layout | number | 100 |
38^tablemaxrows | This values is used to change tables layout | number | 30 |
39^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
40