medit/moo/mooedit/tools.cfg

22 lines
351 B
INI
Raw Normal View History

2006-04-19 14:46:39 -07:00
action: ShellCommand
label: _Shell Command
2006-04-20 12:13:42 -07:00
os: unix
2006-04-19 14:46:39 -07:00
cmd = HistoryEntry("", "ShellCommand");
if cmd then
Insert(Exec(cmd), "\n");
fi;
action: Latex
label: LaTeX
lang: LaTeX
command: shell
options: need-save
latex $name
2006-04-19 14:46:39 -07:00
action: ViewDVI
label: View DVI
lang: LaTeX
command: shell
options: need-file, silent
kdvi $base.dvi &