source: projects/specs/trunk/t/texworks/texworks-0.4-ptex-vine.patch @ 3231

Revision 3231, 1.4 KB checked in by munepi, 13 years ago (diff)

updated texworks-vl.spec

  • texworks-0.4.0/src/TWApp.cpp

    diff -up texworks-0.4.0/src/TWApp.cpp.vine texworks-0.4.0/src/TWApp.cpp
    old new void TWApp::setDefaultEngineList() 
    835835        else 
    836836                engineList->clear(); 
    837837        *engineList 
     838                << Engine("pdfpLaTeX", "pdfplatex" EXE, QStringList("$basename"), true) 
     839                << Engine("pdfepLaTeX", "pdfeplatex" EXE, QStringList("$basename"), true) 
    838840                << Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<  
    839841                                  "$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true) 
    840842                << Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    void TWApp::setDefaultEngineList() 
    843845                << Engine("XeLaTeX", "xelatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    844846                << Engine("ConTeXt (MKII)", "texmfstart" EXE, QStringList("texexec") << "--synctex" << "$fullname", true) 
    845847                << Engine("XeConTeXt (MKII)", "texmfstart" EXE, QStringList("texexec") << "--xtx" << "--synctex" << "$fullname", true) 
     848                << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false) 
    846849                << Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false) 
     850                << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false) 
    847851                << Engine("MakeIndex", "makeindex" EXE, QStringList("$basename"), false); 
    848852        defaultEngineIndex = 1; 
    849853} 
Note: See TracBrowser for help on using the repository browser.