Browse Source

feat: add appendix package and chapter

develop
Apostolos Fanakis 3 years ago
parent
commit
75c8f92a4f
Signed by: Apostolof GPG Key ID: 8600B4C4163B3269
  1. 1
      chapters/appendix/appendix.tex
  2. 3
      chapters/appendix/screenshots-appendix.tex
  3. 2
      custom-commands/appendix-overrides.tex
  4. 2
      misc/packages.tex
  5. 5
      thesis.tex

1
chapters/appendix/appendix.tex

@ -0,0 +1 @@
\input{chapters/appendix/screenshots-appendix}

3
chapters/appendix/screenshots-appendix.tex

@ -0,0 +1,3 @@
\chapter{Στιγμιότυπα οθόνης πλατφόρμας} \label{screenshots-appendix}
TODO: add screenshots of application

2
custom-commands/appendix-overrides.tex

@ -0,0 +1,2 @@
\renewcommand{\appendixtocname}{Παραρτήματα}
\renewcommand{\appendixpagename}{Παραρτήματα}

2
misc/packages.tex

@ -30,6 +30,7 @@
\usepackage{tcolorbox} % Colored boxes \usepackage{tcolorbox} % Colored boxes
\tcbuselibrary{minted} % Make tcolorbox work with minted \tcbuselibrary{minted} % Make tcolorbox work with minted
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{appendix} % Appendix helpers
% --- TikZ and UML diagrams % --- TikZ and UML diagrams
\usepackage{pgf-umlsd} \usepackage{pgf-umlsd}
@ -46,6 +47,7 @@
\input{custom-commands/srs-commands} \input{custom-commands/srs-commands}
\input{custom-commands/use-case-commands} \input{custom-commands/use-case-commands}
\input{custom-commands/custom-spheading} \input{custom-commands/custom-spheading}
\input{custom-commands/appendix-overrides}
% --- Custom styles --- % --- Custom styles ---
\renewcommand{\arraystretch}{1.2} % Streches the table row height so text is not crammed between the lines \renewcommand{\arraystretch}{1.2} % Streches the table row height so text is not crammed between the lines

5
thesis.tex

@ -31,6 +31,11 @@
\input{chapters/4.application-implementation/4.0.application-implementation} \input{chapters/4.application-implementation/4.0.application-implementation}
\input{chapters/5.conclusions/5.0.conclusions} \input{chapters/5.conclusions/5.0.conclusions}
\appendix
\appendixpage
\addappheadtotoc
\input{chapters/appendix/appendix}
% end of thesis body % end of thesis body
% -------------------------- % --------------------------

Loading…
Cancel
Save