source: projects/specs/trunk/t/texworks/texworks-0.2.3-ptex-vine.patch @ 1535

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

NEW texworks

  • texworks-0.2.3/src/TWApp.cpp

    diff -up texworks-0.2.3/src/TWApp.cpp.vine texworks-0.2.3/src/TWApp.cpp
    old new void TWApp::setDefaultEngineList() 
    536536        else 
    537537                engineList->clear(); 
    538538        *engineList 
     539                << Engine("pdfpLaTeX", "pdfplatex" EXE, QStringList("$basename"), true) 
     540                << Engine("pdfepLaTeX", "pdfeplatex" EXE, QStringList("$basename"), true) 
    539541                << Engine("pdfTeX", "pdftex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    540542                << Engine("pdfLaTeX", "pdflatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    541543                << Engine("XeTeX", "xetex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    542544                << Engine("XeLaTeX", "xelatex" EXE, QStringList("$synctexoption") << "$fullname", true) 
    543545                << Engine("ConTeXt", "texmfstart" EXE, QStringList("texexec") << "$fullname", true) 
    544546                << Engine("XeConTeXt", "texmfstart" EXE, QStringList("texexec") << "--xtx" << "$fullname", true) 
     547                << Engine("pBibTeX", "pbibtex" EXE, QStringList("$basename"), false) 
    545548                << Engine("BibTeX", "bibtex" EXE, QStringList("$basename"), false) 
     549                << Engine("Mendex", "mendex" EXE, QStringList("$basename"), false) 
    546550                << Engine("MakeIndex", "makeindex" EXE, QStringList("$basename"), false); 
    547551        defaultEngineIndex = 1; 
    548552} 
Note: See TracBrowser for help on using the repository browser.