source: projects/specs/trunk/t/texworks/texworks-0.3-ptex-vine.patch @ 1977

Revision 1977, 1.3 KB checked in by munepi, 14 years ago (diff)

updated texworks-vl.spec

  • texworks-0.3/src/TWApp.cpp

    diff -up texworks-0.3/src/TWApp.cpp\~ texworks-0.3/src/TWApp.cpp
    old new void TWApp::setDefaultEngineList() 
    810810        else 
    811811                engineList->clear(); 
    812812        *engineList 
     813                << Engine("pdfpLaTeX", "pdfplatex" EXE, QStringList("$basename"), true) 
     814                << Engine("pdfepLaTeX", "pdfeplatex" EXE, QStringList("$basename"), true) 
    813815                << Engine("LaTeXmk", "latexmk" EXE, QStringList("-e") <<  
    814816                                  "$pdflatex=q/pdflatex -synctex=1 %O %S/" << "-pdf" << "$fullname", true) 
    815817                << Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    void TWApp::setDefaultEngineList() 
    818820                << Engine("XeLaTeX", "xelatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    819821                << Engine("ConTeXt", "texmfstart" EXE, QStringList("texexec") << "$fullname", true) 
    820822                << Engine("XeConTeXt", "texmfstart" EXE, QStringList("texexec") << "--xtx" << "$fullname", true) 
     823                << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false) 
    821824                << Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false) 
     825                << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false) 
    822826                << Engine("MakeIndex", "makeindex" EXE, QStringList("$basename"), false); 
    823827        defaultEngineIndex = 1; 
    824828} 
Note: See TracBrowser for help on using the repository browser.