|
From: Matthias P. <mat...@gm...> - 2012-03-27 05:20:41
|
Am 27.03.2012 02:30, schrieb Benito van der Zander: > Hi, > I plan to refactor the command options, so they are more flexible (and > hopefully have a less complex implementation). Great idea and a good looking approach! > Basically every command gets an unique id like txs:///pdflatex that can > be referenced from other commands, to run that command as subcommand. > (or alternatively $pdflatex, although that might collide with other $ in > a command) > Does anyone need command features not listed here? > > * Map command-id to full command: > txs:///pdflatex => pdflatex -interaction=nonstopmode -src In some cases it is necessary to remove the nonstopmode in order to trace bugs in endless loops. This should be possible. > ----------COMMANDS-----------: > > Compile: latex, pdflatex > Convert: dvips, ps2pdf, dvipdf, dvipng > Bibliography: bibtex, (bibtex8, biber ??) > Viewer: view-pdf, view-dvi, view-ps, view-pdf-external, view-pdf-internal > SVN: svn, svnadmin > Other: makeindex, metapost, ghostscript, asymptote > Meta: compile (either txs:///latex or txs:///pdflatex), > bibliography (either txs:///bibtex or txs:///biber), > viewer (e.g. txs:///view-pdf) > quick (quickmode), > ps-chain (=> latex,dvips, viewps ; as a quickmode default), > pdf-chain, dvi-chain, dvipdf-chain, asydvi-chain, asypdf-chain > user0, user1, user2 ... > I miss the glossaries commands in this list. I think it is "makeglossary" (which is a perl script). Matthias |