From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/german/fancyhdr/pdf.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 info/german/fancyhdr/pdf.sh (limited to 'info/german/fancyhdr/pdf.sh') diff --git a/info/german/fancyhdr/pdf.sh b/info/german/fancyhdr/pdf.sh new file mode 100755 index 0000000000..8e3c87d1c0 --- /dev/null +++ b/info/german/fancyhdr/pdf.sh @@ -0,0 +1,9 @@ +#!/bin/bash +for i in $*; do + i=`basename $i .tex` + + dviselect 2,3 $i.dvi /tmp/hfstlumpi.dvi + a5doppel /tmp/hfstlumpi + dvips -h landscape.ps -t landscape /tmp/hfstlumpi.d.dvi -o /tmp/hfstlumpi.ps; + ps2pdf -g8420x5950 -sOutputFile=$i.pdf /tmp/hfstlumpi.ps +done -- cgit v1.2.3