From 4c729d527872f2d263aa8e0f8f9b69748c516fdd Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Wed, 21 Nov 2001 08:29:47 +0000 Subject: [PATCH] The "paper" option is now handled (i.e. ignored) be the kviewshell svn path=/trunk/kdegraphics/kdvi/; revision=123468 --- kdvi | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/kdvi b/kdvi index 44c6df2ba..5ad0e0ce7 100755 --- a/kdvi +++ b/kdvi @@ -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 "$@"