tikzDevice (version 0.12.3)

tikzCompilerInfo: Print paths to TeX compilers.

Description

This function reports information concerning compilers that the tikz device will use to calculate character metrics. Information on LaTeX will always be available but information on XeLaTeX and LuaLaTeX will only be reported if the compilers were found.

Usage

tikzCompilerInfo(verbose = TRUE)

Arguments

verbose

If set to FALSE, calling this function will not cause any output to be printed to the screen. Defaults to TRUE.

Value

Invisibly returns a list containing paths to TeX compilers.

See Also

tikz()