included BNN chapter

This commit is contained in:
NT
2021-04-04 21:48:43 +08:00
parent 9bf28e3edd
commit 48e07c58b8
4 changed files with 1222 additions and 13 deletions

View File

@@ -20,6 +20,14 @@ sed -i '' -e 's/}.jpg}/.jpg}/g' ${JPYFILENAME}
sed -i '' -e 's/}.jpeg}/.jpeg}/g' ${JPYFILENAME}
sed -i '' -e 's/sphinxpxdimen]{{/sphinxpxdimen]{/g' ${JPYFILENAME}
# fix chapters
# sed -i '' -e 's///g' ${JPYFILENAME}
# sed -i '' -e 's///g' ${JPYFILENAME}
# sed -i '' -e 's///g' ${JPYFILENAME}
sed -i '' -e 's/\chapter{/\chaXter{/g' ${JPYFILENAME}
sed -i '' -e 's/\section{/\chapter{/g' ${JPYFILENAME}
sed -i '' -e 's/\chaXter{/\subsection{/g' ${JPYFILENAME}
# ugly, -i doesnt work here:
sed '28i\
\\usepackage{mathrsfs} ' ${JPYFILENAME} > tmp-latex