source: projects/specs/branches/6/t/texworks/texworks-0.4.1-ptex-vine.patch @ 4257

Revision 4257, 1.5 KB checked in by munepi, 13 years ago (diff)

updated texworks

  • texworks-0.4.1/src/TWApp.cpp

    diff -up texworks-0.4.1/src/TWApp.cpp.vine texworks-0.4.1/src/TWApp.cpp
    old new void TWApp::setDefaultEngineList() 
    835835        *engineList 
    836836                << Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<  
    837837                                  "$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true) 
     838                << Engine("pdfpLaTeX", "pdfplatex" EXE, QStringList("$basename"), true) 
     839                << Engine("pdfepLaTeX", "pdfeplatex" EXE, QStringList("$basename"), true) 
    838840                << Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    839841                << Engine("pdfLaTeX", "pdflatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    840842                << Engine("XeTeX", "xetex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    void TWApp::setDefaultEngineList() 
    842844                << Engine("ConTeXt (LuaTeX)", "context" EXE, QStringList("--synctex") << "$fullname", true) 
    843845                << Engine("ConTeXt (pdfTeX)", "texexec" EXE, QStringList("--synctex") << "$fullname", true) 
    844846                << Engine("ConTeXt (XeTeX)", "texexec" EXE, QStringList("--synctex") << "--xtx" << "$fullname", true) 
     847                << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false) 
    845848                << Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false) 
     849                << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false) 
    846850                << Engine("MakeIndex", "makeindex" EXE, QStringList("$basename"), false); 
    847851        defaultEngineIndex = 1; 
    848852} 
Note: See TracBrowser for help on using the repository browser.