summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_dvi
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-07-28 07:03:43 +0000
committerClint Adams <clint@users.sourceforge.net>2007-07-28 07:03:43 +0000
commite2e59bd1310800ad24b13e14830661bdbcfcc84c (patch)
treea29910b6f3099227bf2f1d636fed892950e081b7 /Completion/Unix/Command/_dvi
parenta81e5a609e6d73a83c5a55a3f64f760c6fb45b92 (diff)
downloadzsh-e2e59bd1310800ad24b13e14830661bdbcfcc84c.tar.gz
zsh-e2e59bd1310800ad24b13e14830661bdbcfcc84c.zip
23714: handle dvips -G, -R, -u, -U, -v, -V, -y, and -z.
Diffstat (limited to 'Completion/Unix/Command/_dvi')
-rw-r--r--Completion/Unix/Command/_dvi8
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_dvi b/Completion/Unix/Command/_dvi
index e0bd4105d..bdc0ffb1e 100644
--- a/Completion/Unix/Command/_dvi
+++ b/Completion/Unix/Command/_dvi
@@ -24,6 +24,7 @@ dvips)
'-E[generate EPSF file]' \
'(-o)-f[write to stdout]' \
'-F[append control-D]' \
+ '-G[shift low chars to higher position]' \
'-h[specify additional header file]:postscript header file:_files -g "*.(#i)(ps|eps)(-.)"' \
'-i[one file per section]' \
'-j[download fonts partially]' \
@@ -41,13 +42,20 @@ dvips)
'-P[specify printer]:printer name' \
'-q[quiet operation]' \
'-r[reverse order of pages]' \
+ '-R[run securely]' \
'-s[enclose output in save/restore pair]' \
'-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[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)' \
'(-D)-X[set horizontal resolution]:horizontal resolution' \
+ '-y[multiply by dvi magnification]' \
'(-D)-Y[set vertical resolution]:vertical resolution' \
+ '-z[hyper PS]' \
'-Z[compress bitmapped fonts]' \
':input file:_files -g "*.(dvi|DVI)(-.)"'
;;