Displaying 1 result from an estimated 1 matches for "userpackage".
Did you mean:
usepackage
2011 Nov 29
0
a couple Sweave buglets
...--------------------@
========================================
- XeTeX definitely does not like having any \usepackage[whatever]{inputenc}
(it assumes inputs are always utf-8)
While both of these can be worked around - using \input{} for anything Sweave might mess with, and put a % in front of \userpackage[inputenc] (Sweave seems to read LaTeX comments as real; but that's probaby a mis-feature...); SWeave probably should not stripe @ without a starting <<>>= noweb marker.
Had a couple of discussion elsewhere - it seems that international stuff in LaTeX, XeTeX and/or LuaTeX are the ma...