From 18dfeaa589f2afbe937ecfbdf863cb9750542e56 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 17 Oct 2008 10:59:34 +0000 Subject: [PATCH] configure automatically literate>pdflatex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26931 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 3 ++- status.15x | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index d5cb20e058..03172d781b 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -350,7 +350,8 @@ def checkConverterEntries(): # checkProg('a Noweb -> LaTeX converter', ['noweave -delay -index $$i > $$o'], - rc_entry = [ r'\converter literate latex "%%" ""' ]) + rc_entry = [r'''\converter literate latex "%%" "" +\converter literate pdflatex "%%" ""''']) # checkProg('an HTML -> LaTeX converter', ['html2latex $$i', 'gnuhtml2latex $$i', \ 'htmltolatex -input $$i -output $$o', 'java -jar htmltolatex.jar -input $$i -output $$o'], diff --git a/status.15x b/status.15x index e69f8fab09..60a5f4068c 100644 --- a/status.15x +++ b/status.15x @@ -59,6 +59,8 @@ What's new - The example file for modernCV curriculum vitae has been updated to version 0.7 of the moderncv LaTeX package. +- Configure automatically a converter to LaTeX (pdflatex) when noweave is + present. * USER INTERFACE