Mercurial > docs > gr-u
comparison ms2pdf @ 1:d88c144d041c default tip
Troff-Version umgesetzt
Um den Lauf von 2015 aktualisierter Inhalt.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 27 Jul 2016 21:52:39 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:dc22e1d78a1a | 1:d88c144d041c |
---|---|
1 #!/bin/sh | |
2 | |
3 if [ $# -ne 1 ] ; then | |
4 echo "Usage: ${0%%*/} foo.ms" >&2 | |
5 exit 1 | |
6 fi | |
7 | |
8 export TROFFONTS=/home/meillo/fonts/ | |
9 <"$1" tbl | pic | troff -ms | dpost | | |
10 ps2pdf -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress - "${1%%.ms}.pdf" |