summaryrefslogtreecommitdiff
path: root/support/shlatex/en/man
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/shlatex/en/man
Initial commit
Diffstat (limited to 'support/shlatex/en/man')
-rw-r--r--support/shlatex/en/man/cman21
-rw-r--r--support/shlatex/en/man/shlatex.1.bz2bin0 -> 3268 bytes
-rw-r--r--support/shlatex/en/man/shlatex.pdfbin0 -> 95707 bytes
3 files changed, 21 insertions, 0 deletions
diff --git a/support/shlatex/en/man/cman b/support/shlatex/en/man/cman
new file mode 100644
index 0000000000..a0262dd427
--- /dev/null
+++ b/support/shlatex/en/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"
+
diff --git a/support/shlatex/en/man/shlatex.1.bz2 b/support/shlatex/en/man/shlatex.1.bz2
new file mode 100644
index 0000000000..7e5ef8969e
--- /dev/null
+++ b/support/shlatex/en/man/shlatex.1.bz2
Binary files differ
diff --git a/support/shlatex/en/man/shlatex.pdf b/support/shlatex/en/man/shlatex.pdf
new file mode 100644
index 0000000000..76b40c76f5
--- /dev/null
+++ b/support/shlatex/en/man/shlatex.pdf
Binary files differ