mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
f1a845ca42
commit
18dfeaa589
@ -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'],
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user