Skip to main content

Interface: TexTemplateOptions

Defined in: utils/tex-templates/TexTemplate.ts:1

Properties

outputFormat?

optional outputFormat: string

Defined in: utils/tex-templates/TexTemplate.ts:5

Output format. Default: 'dvi'


postDocPackages?

optional postDocPackages: string[]

Defined in: utils/tex-templates/TexTemplate.ts:9

Post-document setup commands


preamble?

optional preamble: string[]

Defined in: utils/tex-templates/TexTemplate.ts:7

Preamble lines to include


texCompiler?

optional texCompiler: string

Defined in: utils/tex-templates/TexTemplate.ts:3

TeX compiler to use. Default: 'latex'