Struct tectonic::engines::tex::TexEngine

source ·
pub struct TexEngine { /* private fields */ }

Implementations§

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.

Configure the engine to produce SyncTeX data.

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§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Get the TypeId of this object.