get_latex_engine {TBox} | R Documentation |
The latex engine
Description
This function returns the latex engine available to render .tex file into pdf.
Usage
get_latex_engine()
Details
If several latex engine are available, the choice will be done in this order:
xelatex;
lualatex;
pdflatex;
tectonic.
Value
a character vector of length 1 representing the latex engine.
Examples
get_latex_engine()
[Package TBox version 0.2.2 Index]