This function simulates the measurement of dimensions and prints detailed information in case of errors.
tikzTest(
texString = "A",
engine = getOption("tikzDefaultEngine"),
documentDeclaration = getOption("tikzDocumentDeclaration"),
packages
)
An arbitrary string for which the width is to be calculated. May contain LaTeX markup.
a string specifying which TeX engine to use. Possible values are 'pdftex', 'xetex' and 'luatex'. See the Unicode section of tikzDevice-package for details.
See the sections "Options That Affect Package Behavior" and "Font Size Calculations" of tikzDevice-package for more details.
See the section "Options That Affect Package Behavior" of tikzDevice-package.
tikz()