mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
23714: handle dvips -G, -R, -u, -U, -v, -V, -y, and -z.
This commit is contained in:
parent
a81e5a609e
commit
e2e59bd131
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-07-28 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 23714: Completion/Unix/Command/_dvi: handle dvips -G, -R, -u, -U,
|
||||||
|
-v, -V, -y, and -z.
|
||||||
|
|
||||||
2007-07-27 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2007-07-27 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 23713: Doc/Zsh/expn.yo, Misc/globtests, Src/pattern.c,
|
* 23713: Doc/Zsh/expn.yo, Misc/globtests, Src/pattern.c,
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ dvips)
|
||||||
'-E[generate EPSF file]' \
|
'-E[generate EPSF file]' \
|
||||||
'(-o)-f[write to stdout]' \
|
'(-o)-f[write to stdout]' \
|
||||||
'-F[append control-D]' \
|
'-F[append control-D]' \
|
||||||
|
'-G[shift low chars to higher position]' \
|
||||||
'-h[specify additional header file]:postscript header file:_files -g "*.(#i)(ps|eps)(-.)"' \
|
'-h[specify additional header file]:postscript header file:_files -g "*.(#i)(ps|eps)(-.)"' \
|
||||||
'-i[one file per section]' \
|
'-i[one file per section]' \
|
||||||
'-j[download fonts partially]' \
|
'-j[download fonts partially]' \
|
||||||
|
|
@ -41,13 +42,20 @@ dvips)
|
||||||
'-P[specify printer]:printer name' \
|
'-P[specify printer]:printer name' \
|
||||||
'-q[quiet operation]' \
|
'-q[quiet operation]' \
|
||||||
'-r[reverse order of pages]' \
|
'-r[reverse order of pages]' \
|
||||||
|
'-R[run securely]' \
|
||||||
'-s[enclose output in save/restore pair]' \
|
'-s[enclose output in save/restore pair]' \
|
||||||
'-S[set maximum number of pages per section]:maximum number of pages per section' \
|
'-S[set maximum number of pages per section]:maximum number of pages per section' \
|
||||||
'(-T)*-t[specify paper type]:paper type:(letter legal ledger a4 a3 landscape)' \
|
'(-T)*-t[specify paper type]:paper type:(letter legal ledger a4 a3 landscape)' \
|
||||||
'(-t)-T[set paper size]:paper size (<x>,<y>)' \
|
'(-t)-T[set paper size]:paper size (<x>,<y>)' \
|
||||||
|
'-u:PS mapfile:' \
|
||||||
|
'-U[disable string param trick]' \
|
||||||
|
'-v[print version number and quit]' \
|
||||||
|
'-V[send downloadable PS fonts as PK]' \
|
||||||
'-x[set magnification ratio]:magnification ratio (per mille)' \
|
'-x[set magnification ratio]:magnification ratio (per mille)' \
|
||||||
'(-D)-X[set horizontal resolution]:horizontal resolution' \
|
'(-D)-X[set horizontal resolution]:horizontal resolution' \
|
||||||
|
'-y[multiply by dvi magnification]' \
|
||||||
'(-D)-Y[set vertical resolution]:vertical resolution' \
|
'(-D)-Y[set vertical resolution]:vertical resolution' \
|
||||||
|
'-z[hyper PS]' \
|
||||||
'-Z[compress bitmapped fonts]' \
|
'-Z[compress bitmapped fonts]' \
|
||||||
':input file:_files -g "*.(dvi|DVI)(-.)"'
|
':input file:_files -g "*.(dvi|DVI)(-.)"'
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue