From cae9575704610ec4717ae3bc4dad20bfd92e093f Mon Sep 17 00:00:00 2001 From: Christian Kremitzl Date: Sun, 22 May 2022 10:37:44 +0200 Subject: [PATCH] Move source code listings chapter after graphics and tables. --- main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tex b/main.tex index 0d472ed..c57ea34 100644 --- a/main.tex +++ b/main.tex @@ -36,12 +36,12 @@ \exercise{lists} \input{content/maths.tex} \exercise{maths} -\input{content/source-code-listings.tex} -\exercise{source-code-listings} \input{content/graphics.tex} \exercise{graphics} \input{content/tables.tex} \exercise{tables} +\input{content/source-code-listings.tex} +\exercise{source-code-listings} \input{content/footnotes.tex} \exercise{footnotes} \input{content/references.tex}