LaTeXRepairer
Inheritance: java.lang.Object
public class LaTeXRepairer
Implements LaTeX files repair feature.
Constructors
Constructor | Description |
---|---|
LaTeXRepairer(String path, LaTeXRepairerOptions options) | Creates a new instance. |
Methods
Method | Description |
---|---|
run() | Runs LaTeX file repair and check jobs. |
LaTeXRepairer(String path, LaTeXRepairerOptions options)
public LaTeXRepairer(String path, LaTeXRepairerOptions options)
Creates a new instance.
Parameters:
Parameter | Type | Description |
---|---|---|
path | java.lang.String | The path to the TeX file. |
options | LaTeXRepairerOptions | Repair options. |
run()
public TeXJobResult run()
Runs LaTeX file repair and check jobs.
Returns: TeXJobResult - The result of the job execution.