mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 20:31:11 +01:00
14378: more programs that process .tex
This commit is contained in:
parent
851f32f14a
commit
e372741874
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-05-18 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 14378: Completion/Unix/Type/_tex: also work for
|
||||
pdflatex, jadetex, and pdfjadetex.
|
||||
|
||||
2001-05-17 Tanaka Akira <akr@zsh.org>
|
||||
|
||||
* 14377: Completion/Unix/Command/_cvs: support new .cvspass format
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef tex latex slitex
|
||||
#compdef tex latex slitex pdflatex jadetex pdfjadetex
|
||||
|
||||
local expl
|
||||
|
||||
|
|
Loading…
Reference in a new issue