diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-16 12:12:27 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-16 12:12:27 +0000 |
| commit | b95422b73848119ba776ba6c4e56674c7114dff3 (patch) | |
| tree | 993fa5afb28fcdfe3581ae360ea482fb4821852c /docs/user | |
| parent | d50c0171dec967510512cda9aceaf1ff723c4920 (diff) | |
| download | docutils-b95422b73848119ba776ba6c4e56674c7114dff3.tar.gz | |
Add unicode section.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2285 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/latex.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/user/latex.txt b/docs/user/latex.txt index c1ccdf1d0..de9ad7f7f 100644 --- a/docs/user/latex.txt +++ b/docs/user/latex.txt @@ -136,6 +136,21 @@ does not work with T1 encodings one should use:: \usepackage[scaled=.90]{helvet} \usepackage{courier} +Unicode +------- + +The generated LaTeX documents are in latin1 encoding per default, if unicode +characters are required one must set ``--output-encoding=utf-8`` install +`LaTeX unicode`_ support from +and add:: + + \usepackage{ucs} + \usepackage[utf8]{inputenc} + +to the stylesheet. + +.. _LaTeX unicode:: http://www.unruh.de/DniQ/LaTeX/unicode/ + Table of figures ---------------- |
