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
This commit is contained in:
Jean-Marc Lasgouttes 2008-10-17 10:59:34 +00:00
parent f1a845ca42
commit 18dfeaa589
2 changed files with 4 additions and 1 deletions

View File

@ -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'],

View File

@ -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