Phonemos User Guide

Latex (.tex)

The archive can contain the following files:

Filename

Description

Baseline (Start with)

default.tex

Template to generate the content in the Pandoc template format. Use this to customize the output.

see Pandoc documentation for the syntax and Phonemos Pandoc Format for the source format.

pandoc -o default.tex --print-default-template=latex

defaults.yaml

YAML file containing additional options. Common ones are

  • toc (boolean): Add a table of contents to the document

  • toc-depth (integer): Number of section levels to include into the table of contents

  • lua-filters (list of string): Filename of lua filters to apply to the input document (for advanced processing). See Phonemos Pandoc Format for the documentation of the input file.

Example:

1 2 toc: true toc-depth: 1

see Pandoc documentation for more advanced settings.

empty file