Fix literal use of babel shorthands (straight quote, tilde, ...).
commitd50ae48c6bd935772929abdddc49f1bd5e607330
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 17 Jan 2013 15:48:30 +0000 (17 15:48 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 17 Jan 2013 15:48:30 +0000 (17 15:48 +0000)
tree7d5ceb27d3fd5fe2e0fe805bce6d9df5afbef054
parentd123ce247f5ed7d6047a73c244b459061d91a9eb
Fix literal use of babel shorthands (straight quote, tilde, ...).

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
13 files changed:
HISTORY.txt
docutils/writers/latex2e/__init__.py
test/functional/expected/cyrillic.tex
test/functional/expected/latex_babel.tex [new file with mode: 0644]
test/functional/expected/standalone_rst_latex.tex
test/functional/expected/standalone_rst_xetex.tex
test/functional/expected/xetex-cyrillic.tex
test/functional/input/cyrillic.txt
test/functional/input/latex_babel.txt [new file with mode: 0644]
test/functional/tests/latex_babel.py [new file with mode: 0644]
test/functional/tests/latex_cyrillic.py
test/functional/tests/xetex_cyrillic.py
test/test_writers/test_latex2e.py