TeXLoadOptions.RequiredInputDirectory

TeXLoadOptions.RequiredInputDirectory property

Gets/sets TeX requires input directory. Required input is the files that are somehow included into the main .tex file, e.g., packages for which there’s no built-in support.

public ITeXInputDirectory RequiredInputDirectory { get; set; }

See Also