You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The math appendix uses knitr, ggplot2 and gridExtra to produce plots with math notation in the document. If you try to add extrafont to the R script, the plots will fail to generate:
Warning in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family 'LinLibertine' not found in PostScript font database
Quitting from lines 154-194 (A_math.Rnw)
Error in grid.Call.graphics(L_text, as.graphicsAnnot(x$label), x$x, x$y, :
invalid font type
I'll leave the code in a FALSE condition in case someone finds a fix.
The text was updated successfully, but these errors were encountered:
The math appendix uses knitr, ggplot2 and gridExtra to produce plots with math notation in the document. If you try to add
extrafont
to the R script, the plots will fail to generate:I'll leave the code in a
FALSE
condition in case someone finds a fix.The text was updated successfully, but these errors were encountered: