forked from vstinner/unicode_book
-
Notifications
You must be signed in to change notification settings - Fork 0
abeutot/unicode_book
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About ----- "Programming with Unicode" is a book written by Victor Stinner. Dependencies ------------ * Sphinx 1.0 or more recent: sudo pip install sphinx http://sphinx.pocoo.org/ * make html: * sudo apt-get install dvipng (for pngmath) * make pdf: * edit conf.py to enable rst2pdf.pdfbuilder extension: edit extensions line * sudo apt-get install rst2pdf * sudo apt-get install python-matplotlib * make pdf * make latex: * Debian: sudo apt-get install texlive-latex-base texlive-lang-cyrillic * Fedora: sudo yum install texlive-latex * texlive-lang-cyrillic: Cyrillic (mojibake section) * For make LaTeX ./build_latex.py LaTeX ----- Exception occurred: File "/usr/lib/python2.7/site-packages/sphinx/writers/latex.py", line 194, in __init__ lang = babel.get_language(babel.language_code) AttributeError: 'ExtBabel' object has no attribute 'language_code' => lang = babel.get_language()
About
Programming with Unicode, book written by Victor Stinner
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 63.2%
- C 23.6%
- Shell 13.2%