LaTeX: Define required Unicode characters in the preamble.
commitcd5a2d27433bbfd4f80b101ffc27ebf65e4473fc
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 19 Apr 2017 16:45:32 +0000 (19 16:45 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 19 Apr 2017 16:45:32 +0000 (19 16:45 +0000)
tree2603fd74ad9a7a4a480c0991fc778743582e32b0
parent192310ce709fa3eb7336394f1b58837d46848b1e
LaTeX: Define required Unicode characters in the preamble.

If the encoding is utf8, we can define missing characters once in the
preamble instead of translating every occurence into a LaTeX command.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8058 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/writers/latex2e/__init__.py
test/functional/expected/latex_babel.tex
test/functional/expected/standalone_rst_latex.tex
test/test_writers/test_latex2e.py