typos in p1

This commit is contained in:
mhjensen
2020-09-07 22:29:36 +02:00
parent 56128797fc
commit f02e3e8ff1
9 changed files with 552 additions and 8 deletions
+8
View File
@@ -35,6 +35,9 @@ html=${name}-bs
system doconce format html $name --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=$html $opt
system doconce split_html $html.html --method=split --pagination --nav_button=bottom
# IPython notebook
system doconce format ipynb $name $opt
# Ordinary plain LaTeX document
system doconce format pdflatex $name --print_latex_style=trac --latex_admon=paragraph $opt
@@ -77,3 +80,8 @@ EOF
tar czf ${ipynb_tarfile} README.txt
fi
cp ${ipynb_tarfile} $dest/$name/ipynb