From 47ea2e65a91b2b20cf77db42c8c0ad6b6bb0b91f Mon Sep 17 00:00:00 2001 From: NT Date: Sun, 4 Apr 2021 21:48:58 +0800 Subject: [PATCH] minor fixes --- intro.md | 8 +------- make-pdf.sh | 4 +--- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/intro.md b/intro.md index 782c924..fe58781 100644 --- a/intro.md +++ b/intro.md @@ -60,6 +60,7 @@ The contents of the following files would not have been possible without the hel - [Li-wei Chen](https://ge.in.tum.de/about/dr-liwei-chen/) - [Philipp Holl](https://ge.in.tum.de/about/) +- [Maximilian Mueller](https://www.tum.de) - [Patrick Schnell](https://ge.in.tum.de/about/patrick-schnell/) - [Nils Thuerey](https://ge.in.tum.de/about/n-thuerey/) - [Kiwon Um](https://ge.in.tum.de/about/kiwon/) @@ -87,7 +88,6 @@ See also... Test link: {doc}`supervised` - DP intro, check transpose of Jacobians in equations - DP SoL, generate result - DP control, show targets at bottom? -- finish pictures... - include latent space physics, mention LSTM, end of supervised? @@ -130,9 +130,3 @@ time series, sequence prediction?] {cite}`wiewel2019lss,bkim2019deep,wiewel2020l include ContConv / Lukas ---- - -_Misc jupyter book TODOs_ - -- Fix latex PDF output - diff --git a/make-pdf.sh b/make-pdf.sh index 695a2ed..203937b 100644 --- a/make-pdf.sh +++ b/make-pdf.sh @@ -20,9 +20,7 @@ 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} +# dirty fix for chapters # sed -i '' -e 's///g' ${JPYFILENAME} sed -i '' -e 's/\chapter{/\chaXter{/g' ${JPYFILENAME} sed -i '' -e 's/\section{/\chapter{/g' ${JPYFILENAME}