Displaying 2 results from an estimated 2 matches for "texmetrics".
Did you mean:
emetrics
2012 Dec 02
1
Problem with figures
...------
I got "... ! ==> Fatal error occurred, no output PDF file produced!
label: fig1 (with options)
List of 3
$ eval: logi TRUE
$ echo: logi FALSE
$ dev : chr "tikz"
Error in process_file(text, output) :
Quitting from lines 6-8: (test_Rnw.Rnw) Error in
getMetricsFromLatex(TeXMetrics) :
TeX was unable to calculate metrics for the following string
or character:
hwy
Common reasons for failure include:
* The string contains a character which is special to LaTeX unless
escaped properly, such as % or $.
* The string makes use of LaTeX commands provided by a package and...
2017 Oct 22
1
ggplot2 and tikzDevice : problems with accents
Hi all,
I can't fathom why the accented "?" in the following ggplot2 graph makes
R hangs when using tikzdevice,? whereas it works using simple pdf device.
######
library(tikzDevice)
library(ggplot2)
options(tikzDefaultEngine = "luatex")
tikzLualatexPackages =c(
? "\\usepackage{tikz}\n",
? "\\usepackage[active,
tightpage,psfixbb]{preview}\n",
?