From 759b08cce380e7f51cbd90c8d34b5b5215481460 Mon Sep 17 00:00:00 2001 From: haskal Date: Tue, 26 May 2020 06:39:51 -0400 Subject: [PATCH] formatting --- Makefile | 7 ++++--- space/good-plan-great-plan/README.md | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0712953..0dccd21 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,9 @@ $(WRITEUP_PDF): $(DOCS_ALL) fonts.tex top.md @find . -mindepth 3 -iname '*.png' -exec cp {} build/ \; @find . -mindepth 3 -iname '*.py' -exec cp {} build/ \; @cp fonts.tex build/fonts.tex - @for md in top.md $(DOCS_ALL); do cat $$md; printf "\n\n----------\n\n"; done > build/writeup.md + @for md in top.md $(DOCS_ALL); do cat $$md; printf "\n\n\\\\newpage\n\n"; done > build/writeup.md @echo "PDF writeup.pdf" - @cd build && pandoc --filter pandoc-include-code -f markdown-implicit_figures -i writeup.md \ - --pdf-engine=lualatex -o writeup.pdf + @cd build && \ + pandoc --filter pandoc-include-code --toc --toc-depth 1 -f markdown-implicit_figures \ + -i writeup.md --pdf-engine=lualatex -o writeup.pdf @cp build/writeup.pdf $@ diff --git a/space/good-plan-great-plan/README.md b/space/good-plan-great-plan/README.md index db9c966..78607ed 100644 --- a/space/good-plan-great-plan/README.md +++ b/space/good-plan-great-plan/README.md @@ -10,8 +10,8 @@ > You must design a mission plan that obtains the images and downloads them within the time frame without causing any system failures on the spacecraft, or putting it at risk of continuing operations. > The spacecraft in question is USA 224 in the NORAD database with the following TLE: > -> 1 37348U 11002A 20053.50800700 .00010600 00000-0 95354-4 0 09 -> 2 37348 97.9000 166.7120 0540467 271.5258 235.8003 14.76330431 04 +> 1 37348U 11002A 20053.50800700 .00010600 00000-0 95354-4 0 09 +> 2 37348 97.9000 166.7120 0540467 271.5258 235.8003 14.76330431 04 > > You need to obtain 120 MB of image data of the target location and downlink it to our ground station in Fairbanks, AK (64.977488 N 147.510697 W). > Your mission will begin at 2020-04-22T00:00:00Z and last 48 hours.