diff options
author | scoder <none@none> | 2008-04-24 22:04:37 +0200 |
---|---|---|
committer | scoder <none@none> | 2008-04-24 22:04:37 +0200 |
commit | caf78912d9ecd2a1ab8cd4bf85695b30e6f7402b (patch) | |
tree | 4f245c1f4da29c62a2e92cd3e55650252b340a93 | |
parent | 147d25b7bf78cf79c2f115999e3af973fff970bf (diff) | |
download | python-lxml-caf78912d9ecd2a1ab8cd4bf85695b30e6f7402b.tar.gz |
[svn r3590] r4060@delle: sbehnel | 2008-04-24 18:04:50 +0200
cmd line option for rst2latex
--HG--
branch : trunk
-rw-r--r-- | doc/mklatex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mklatex.py b/doc/mklatex.py index fc396f89..a0cda7c7 100644 --- a/doc/mklatex.py +++ b/doc/mklatex.py @@ -24,6 +24,7 @@ RST2LATEX_OPTIONS = " ".join([ "--font-encoding=T1", "--output-encoding=utf-8", "--input-encoding=utf-8", + "--graphicx-option=pdftex", ]) htmlnsmap = {"h" : "http://www.w3.org/1999/xhtml"} |