22 lines
351 B
INI
22 lines
351 B
INI
action: ShellCommand
|
|
label: _Shell Command
|
|
os: unix
|
|
cmd = HistoryEntry("", "ShellCommand");
|
|
if cmd then
|
|
Insert(Exec(cmd), "\n");
|
|
fi;
|
|
|
|
action: Latex
|
|
label: LaTeX
|
|
lang: LaTeX
|
|
command: shell
|
|
options: need-save
|
|
latex $name
|
|
|
|
action: ViewDVI
|
|
label: View DVI
|
|
lang: LaTeX
|
|
command: shell
|
|
options: need-file, silent
|
|
kdvi $base.dvi &
|