search for: latex_canonical_encod

Displaying 1 result from an estimated 1 matches for "latex_canonical_encod".

2012 Jul 04
1
Suggestion / patch to support more Unicode characters in R CMD Rd2pdf
...+ src/library/tools/R/Rd2pdf.R (working copy) @@ -466,12 +466,17 @@ inputenc <- Sys.getenv("RD2PDF_INPUTENC", "inputenc") ## this needs to be canonical, e.g. 'utf8' ## trailer is for detection if we want to edit it later. + latex_outputEncoding <- latex_canonical_encoding(outputEncoding) setEncoding <- paste("\\usepackage[", - latex_canonical_encoding(outputEncoding), "]{", + latex_outputEncoding, "]{", inputenc, "} % @SET ENCODING@", sep="") useGraphi...