From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/shlatex/fr/man/cman | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 support/shlatex/fr/man/cman (limited to 'support/shlatex/fr/man/cman') diff --git a/support/shlatex/fr/man/cman b/support/shlatex/fr/man/cman new file mode 100644 index 0000000000..a0262dd427 --- /dev/null +++ b/support/shlatex/fr/man/cman @@ -0,0 +1,21 @@ +#!/bin/bash +# script de conversion du manuel en PDF et ascii. + +if [ ! -f shlatex.1 ] +then + bunzip2 shlatex.1.bz2 +fi +cp shlatex.1 "shlatex.help" +groff -mandoc -Tps shlatex.1 > shlatex.ps +bzip2 shlatex.1 +pstops -pa4 -w21cm -h29.7cm "1:0(-0.3cm,-1.5cm)" shlatex.ps shlatexA4.ps +mv shlatexA4.ps shlatex.ps +ps2pdf13 shlatex.ps +rm -f shlatex.ps +#acroread shlatex.pdf & + +rplc "\\" "\\\\" "`cat shlatex.help`" > "shlatex.help" +rplc "\"" "\\\"" "`cat shlatex.help`" > "shlatex.help" +manuel=`cat shlatex.help`; +echo "echo \"$manuel\";" > "shlatex.help" + -- cgit v1.2.3