Updates:
Summary: PDF documentation
Status: Accepted
Labels: Documentation
Comment #1 on issue 2952 by [email protected]: PDF documentation
http://code.google.com/p/sympy/issues/detail?id=2952
I tried it, and it doesn't work, because of unicode characters. I get
errors like
! Package inputenc Error: Unicode char \u8:⌠ not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.981 \PYG{g+go}{⌠}
?
Aside from pretty printing, this happens for *every* character in the
Cyrillic translations.
I modified the makefile to use nonstopmode (just add "-interaction
nonstopmode" to the LATEXOPTIONS variable), but even then, it stops after
100 errors, and I didn't find a way to override that. So I can't even see
what it would produce.
How can this be fixed? Do we have to use xetex?
By the way, these are the commands to make the latex documentation:
cd doc
make latex
cd _build/latex
make all-pdf
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.