|
@@ -1,7 +1,7 @@
|
|
-diff -up texworks-0.3/src/TWApp.cpp\~ texworks-0.3/src/TWApp.cpp
|
|
|
|
---- texworks-0.3/src/TWApp.cpp~ 2010-10-02 10:38:03.000000000 +0900
|
|
|
|
-+++ texworks-0.3/src/TWApp.cpp 2010-10-02 10:47:37.874000067 +0900
|
|
|
|
-@@ -810,6 +810,8 @@ void TWApp::setDefaultEngineList()
|
|
|
|
|
|
+diff -up texworks-0.4.0/src/TWApp.cpp.vine texworks-0.4.0/src/TWApp.cpp
|
|
|
|
+--- texworks-0.4.0/src/TWApp.cpp.vine 2011-03-10 04:02:40.000000000 +0900
|
|
|
|
++++ texworks-0.4.0/src/TWApp.cpp 2011-03-30 14:38:50.198095360 +0900
|
|
|
|
+@@ -835,6 +835,8 @@ void TWApp::setDefaultEngineList()
|
|
else
|
|
else
|
|
engineList->clear();
|
|
engineList->clear();
|
|
*engineList
|
|
*engineList
|
|
@@ -10,10 +10,10 @@ diff -up texworks-0.3/src/TWApp.cpp\~ texworks-0.3/src/TWApp.cpp
|
|
<< Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<
|
|
<< Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<
|
|
"$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true)
|
|
"$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true)
|
|
<< Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true)
|
|
<< Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true)
|
|
-@@ -818,7 +820,9 @@ void TWApp::setDefaultEngineList()
|
|
|
|
|
|
+@@ -843,7 +845,9 @@ void TWApp::setDefaultEngineList()
|
|
<< Engine("XeLaTeX", "xelatex" EXE, QStringList("$synctexoption") << "$fullname", true)
|
|
<< Engine("XeLaTeX", "xelatex" EXE, QStringList("$synctexoption") << "$fullname", true)
|
|
- << Engine("ConTeXt", "texmfstart" EXE, QStringList("texexec") << "$fullname", true)
|
|
|
|
- << Engine("XeConTeXt", "texmfstart" EXE, QStringList("texexec") << "--xtx" << "$fullname", true)
|
|
|
|
|
|
+ << Engine("ConTeXt (MKII)", "texmfstart" EXE, QStringList("texexec") << "--synctex" << "$fullname", true)
|
|
|
|
+ << Engine("XeConTeXt (MKII)", "texmfstart" EXE, QStringList("texexec") << "--xtx" << "--synctex" << "$fullname", true)
|
|
+ << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false)
|
|
+ << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false)
|
|
<< Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false)
|
|
<< Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false)
|
|
+ << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false)
|
|
+ << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false)
|
|
@@ -21,4 +21,4 @@ diff -up texworks-0.3/src/TWApp.cpp\~ texworks-0.3/src/TWApp.cpp
|
|
defaultEngineIndex = 1;
|
|
defaultEngineIndex = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-Diff finished. Sat Oct 2 10:47:40 2010
|
|
|
|
|
|
+Diff finished. Wed Mar 30 14:38:58 2011
|