Struct tectonic::engines::tex::TexEngine[][src]

pub struct TexEngine { /* fields omitted */ }

Methods

impl TexEngine
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Configure the engine to run in "initex" mode, in which it generates a "format" file that serializes the engine state rather than a PDF document.

Important traits for &'a mut R

Configure the engine to produce SyncTeX data.

Important traits for &'a mut R

Configure the engine to use “semantic pagination”.

In this mode, the TeX page builder is not run, and top-level boxes are output vertically as they are created. The output file format changes from XDV to SPX (which is admittedly quite similar). "Page breaks" can be inserted explicitly in the document, but they only have semantic (organizational) meaning, rather than affecting the document rendering.

This is an essential component of the HTML output process.

Trait Implementations

impl Debug for TexEngine
[src]

Formats the value using the given formatter. Read more

impl Default for TexEngine
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for TexEngine

impl Sync for TexEngine