Learn R Programming

TBox (version 0.2.2)

get_latex_engine: The latex engine

Description

This function returns the latex engine available to render .tex file into pdf.

Usage

get_latex_engine()

Arguments

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

Run this code
get_latex_engine()

Run the code above in your browser using DataLab