]> git.lyx.org Git - lyx.git/commitdiff
Correct progress message
authorEnrico Forestieri <forenr@lyx.org>
Wed, 29 Apr 2015 16:00:28 +0000 (18:00 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 29 Apr 2015 16:00:28 +0000 (18:00 +0200)
Now we also process with pdflatex the previews requiring hyperref.

lib/scripts/lyxpreview2bitmap.py

index 52ed0c9ede31847e33b3c15cf1c09c76decc1e22..aa37ed03e2ec27299ac3db510b7a856a1d9969b5 100755 (executable)
@@ -524,7 +524,7 @@ def main(argv):
         filter_pages(latex_file, legacy_latex_file, pdf_pages)
 
         # Pass the new LaTeX file to the legacy method
-        progress("Pages %s include pdflatex image files" % pdf_pages)
+        progress("Pages %s require processing with pdflatex" % pdf_pages)
         progress("Using the legacy conversion method (PDF support)")
         legacy_status, legacy_metrics = legacy_conversion_step1(legacy_latex_file,
             dpi, output_format, fg_color, bg_color, "pdflatex", True, True)