Export Options
Last modified by Vincent Massol on 2026/08/29 15:40
Reference
The LaTeX exporter asks for these options before it produces anything. You set them on the form that comes up when you export a page to LaTeX, and they decide what the generated document looks like.

| Option | Description | Type | Default | Property |
|---|---|---|---|---|
| Document Class | The LaTeX document class to produce, such as article or book. | text | article | documentClass |
| Cover Page | Whether a cover page carrying the title, subtitle, author and date is generated. | checkbox | selected | coverPage |
| Cover Page Image | An XWiki Syntax 2.1 image reference for an image to show on the cover page, for example attach:[email protected]. | text | empty | coverPageImage |
| Title | The title of the exported document or set of documents. | text | the page's own title | title |
| Subtitle | The subtitle of the exported document or set of documents. | text | empty | subtitle |
| Author | The author of the exported document or set of documents. | text | your display name | author |
| Date | The date of the exported document or set of documents, written yyyy-MM-dd. Leave it empty to set no date at all. | text | today | date |
| TOC | Whether a table of contents is inserted. | checkbox | selected | toc |
| Page numbering | Whether the pages are numbered. | checkbox | selected | pageNumbering |
| Figures | Whether a list of figures is inserted. | checkbox | cleared | listOfFigures |
| Tables | Whether a list of tables is inserted. | checkbox | cleared | listOfTables |
The Property column is the name an option goes by outside the form. In a latexexport URL it is that name prefixed with property_, and in a LaTeX template it sits under $latex.properties, as in $latex.properties.documentClass — see Template Script Bindings.