This function returns the latex engine available to render .tex file into
pdf.
Value
a character vector of length 1 representing the latex engine.
Details
If several latex engine are available, the choice will be done in this order:
xelatex;
lualatex;
pdflatex;
tectonic.
Examples
get_latex_engine()
#> [1] "xelatex"