TeXLoadOptions.Repeat

TeXLoadOptions.Repeat property

Gets/sets the flag indicating whether it is necessary to run the TeX job twice in case, for example, there are references in input TeX file(s). In general, this behavior is useful when the engine collects some data along the typesetting process and stores it in an auxilliary file, all at the first run. And at the second run, the engine somehow uses that data.

public bool Repeat { get; set; }

See Also