tikzCompilerInfo
From tikzDevice v0.12.3.1
by Ralf Stubner
Print paths to TeX compilers.
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 toTRUE
.
Value
Invisibly returns a list containing paths to TeX compilers.
See Also
Community examples
Looks like there are no examples yet.