svn path=/trunk/kdegraphics/kdvi/; revision=123468remotes/origin/kdvi-3.0
parent
e6705dc9f0
commit
4c729d5278
1 changed files with 1 additions and 15 deletions
@ -1,16 +1,2 @@ |
||||
#!/bin/sh |
||||
# Strips -paper option which kviewshell currently does not understand; |
||||
# that way it can be used from LyX: Just edit ~/.lyx/lyxrc and change |
||||
# \view_dvi_command "xdvi" |
||||
# to |
||||
# \view_dvi_command "kdvi" |
||||
|
||||
params="" |
||||
while test $# -gt 0; do |
||||
case "$1" in |
||||
-paper) shift;; # strip -paper option |
||||
*) params="$params $1";; |
||||
esac |
||||
shift |
||||
done |
||||
kviewshell dvi $params |
||||
kviewshell dvi "$@" |
||||
|
||||
Loading…
Reference in new issue