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.

export-options.png

OptionDescriptionTypeDefaultProperty
Document ClassThe LaTeX document class to produce, such as article or book.textarticledocumentClass
Cover PageWhether a cover page carrying the title, subtitle, author and date is generated.checkboxselectedcoverPage
Cover Page ImageAn XWiki Syntax 2.1 image reference for an image to show on the cover page, for example attach:[email protected].textemptycoverPageImage
TitleThe title of the exported document or set of documents.textthe page's own titletitle
SubtitleThe subtitle of the exported document or set of documents.textemptysubtitle
AuthorThe author of the exported document or set of documents.textyour display nameauthor
DateThe date of the exported document or set of documents, written yyyy-MM-dd. Leave it empty to set no date at all.texttodaydate
TOCWhether a table of contents is inserted.checkboxselectedtoc
Page numberingWhether the pages are numbered.checkboxselectedpageNumbering
FiguresWhether a list of figures is inserted.checkboxclearedlistOfFigures
TablesWhether a list of tables is inserted.checkboxclearedlistOfTables

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.

Related

Get Connected