source: projects/specs/trunk/t/texworks/texworks-0.5.svn950-vine-vl7.patch @ 5258

Revision 5258, 1.4 KB checked in by munepi, 12 years ago (diff)

updated texworks: TeX Live 2011

  • texworks-0.5/src/TWApp.cpp

    diff -up texworks-0.5/src/TWApp.cpp.vine texworks-0.5/src/TWApp.cpp
    old new void TWApp::setDefaultEngineList() 
    842842        *engineList 
    843843//              << Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<  
    844844//                                "$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true) 
     845                << Engine("pdfpLaTeX", "pdfplatex" EXE, QStringList("$basename"), true) 
    845846                << Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    846847                << Engine("pdfLaTeX", "pdflatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    847848                << Engine("LuaTeX", "luatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    void TWApp::setDefaultEngineList() 
    851852                << Engine("ConTeXt (LuaTeX)", "context" EXE, QStringList("--synctex") << "$fullname", true) 
    852853                << Engine("ConTeXt (pdfTeX)", "texexec" EXE, QStringList("--synctex") << "$fullname", true) 
    853854                << Engine("ConTeXt (XeTeX)", "texexec" EXE, QStringList("--synctex") << "--xtx" << "$fullname", true) 
     855                << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false) 
    854856                << Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false) 
     857                << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false) 
    855858                << Engine("MakeIndex", "makeindex" EXE, QStringList("$basename"), false); 
    856859        defaultEngineIndex = 1; 
    857860} 
Note: See TracBrowser for help on using the repository browser.