small updates on doc

This commit is contained in:
tth
2021-06-11 06:56:59 +02:00
parent 40bf700a32
commit 30cb448642
3 changed files with 21 additions and 4 deletions

View File

@@ -1,7 +1,14 @@
#!/bin/bash
#
# this script generate some picz for the PDF documentation
# and was called by mkdoc.sh
#
PI=" 3.141592654 "
# ---------------------------------------------------
OUT="cos01.tex"
gnuplot << __EOF__
@@ -24,6 +31,8 @@ __EOF__
wc $OUT
# ---------------------------------------------------
OUT="cos010.tex"
gnuplot << __EOF__
@@ -45,3 +54,5 @@ plot \
__EOF__
wc $OUT
# ---------------------------------------------------