Sharpie / RTikZDevice

A R package for producing graphics output as PGF/TikZ code for use in TeX documents.
31 stars 36 forks source link

more tikzSanitizeCharacters #63

Closed yihui closed 10 years ago

yihui commented 12 years ago

> to \textgreater{} and < to \textless{}

see http://stackoverflow.com/q/12672835/559676

krlmlr commented 10 years ago

Doesn't occur if fontenc is loaded with T1 option in LaTeX: http://tex.stackexchange.com/a/2376/8057. Also perhaps fixed by https://github.com/aussetg/RTikZDevice/commit/010783f906dae0651c83111fc98a586461342506 .

yihui commented 10 years ago

That is right. T1 is the solution. I realized it later, so this issue can be closed now.