From 75c8f92a4fba5b3f30791d6391d5d626292521df Mon Sep 17 00:00:00 2001 From: apostolof Date: Sat, 25 Dec 2021 19:30:58 +0200 Subject: [PATCH] feat: add appendix package and chapter --- chapters/appendix/appendix.tex | 1 + chapters/appendix/screenshots-appendix.tex | 3 +++ custom-commands/appendix-overrides.tex | 2 ++ misc/packages.tex | 2 ++ thesis.tex | 5 +++++ 5 files changed, 13 insertions(+) create mode 100644 chapters/appendix/appendix.tex create mode 100644 chapters/appendix/screenshots-appendix.tex create mode 100644 custom-commands/appendix-overrides.tex diff --git a/chapters/appendix/appendix.tex b/chapters/appendix/appendix.tex new file mode 100644 index 0000000..ab50121 --- /dev/null +++ b/chapters/appendix/appendix.tex @@ -0,0 +1 @@ +\input{chapters/appendix/screenshots-appendix} diff --git a/chapters/appendix/screenshots-appendix.tex b/chapters/appendix/screenshots-appendix.tex new file mode 100644 index 0000000..cbb7954 --- /dev/null +++ b/chapters/appendix/screenshots-appendix.tex @@ -0,0 +1,3 @@ +\chapter{Στιγμιότυπα οθόνης πλατφόρμας} \label{screenshots-appendix} + +TODO: add screenshots of application diff --git a/custom-commands/appendix-overrides.tex b/custom-commands/appendix-overrides.tex new file mode 100644 index 0000000..1076d8b --- /dev/null +++ b/custom-commands/appendix-overrides.tex @@ -0,0 +1,2 @@ +\renewcommand{\appendixtocname}{Παραρτήματα} +\renewcommand{\appendixpagename}{Παραρτήματα} diff --git a/misc/packages.tex b/misc/packages.tex index 58261aa..131895a 100644 --- a/misc/packages.tex +++ b/misc/packages.tex @@ -30,6 +30,7 @@ \usepackage{tcolorbox} % Colored boxes \tcbuselibrary{minted} % Make tcolorbox work with minted \usepackage{graphicx} +\usepackage{appendix} % Appendix helpers % --- TikZ and UML diagrams \usepackage{pgf-umlsd} @@ -46,6 +47,7 @@ \input{custom-commands/srs-commands} \input{custom-commands/use-case-commands} \input{custom-commands/custom-spheading} +\input{custom-commands/appendix-overrides} % --- Custom styles --- \renewcommand{\arraystretch}{1.2} % Streches the table row height so text is not crammed between the lines diff --git a/thesis.tex b/thesis.tex index 67707da..aed88d9 100644 --- a/thesis.tex +++ b/thesis.tex @@ -31,6 +31,11 @@ \input{chapters/4.application-implementation/4.0.application-implementation} \input{chapters/5.conclusions/5.0.conclusions} +\appendix +\appendixpage +\addappheadtotoc +\input{chapters/appendix/appendix} + % end of thesis body % --------------------------