From caf78912d9ecd2a1ab8cd4bf85695b30e6f7402b Mon Sep 17 00:00:00 2001 From: scoder Date: Thu, 24 Apr 2008 22:04:37 +0200 Subject: [svn r3590] r4060@delle: sbehnel | 2008-04-24 18:04:50 +0200 cmd line option for rst2latex --HG-- branch : trunk --- doc/mklatex.py | 1 + 1 file changed, 1 insertion(+) 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"} -- cgit v1.2.1