forked from RoboCupAtHome/RuleBook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppendices.tex
More file actions
30 lines (21 loc) · 813 Bytes
/
Appendices.tex
File metadata and controls
30 lines (21 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\begin{appendices}
% \addto\captionsenglish{\renewcommand{\chaptername}{Appendix}}
% \renewcommand{\chaptername}{Appendix}
\renewcommand*{\chapterformat}{\LARGE{Appendix \thechapter}}
\renewcommand{\chaptermark}[1]{\markboth{\appendixname \ \thechapter. \ #1}{}}
% \input{RoboNurse-Diseases}
% Speech and Person Recognition
\input{tests/SPR_appendix.tex}
\input{tests/GPSR_appendix.tex}
\input{tests/EEGPSR_appendix.tex}
\input{ExampleSkills}
\newpage
\input{general_rules/arena_decorations.tex}
\end{appendices}
% \renewcommand{\chaptername}{Chapter}
% \addto\captionsenglish{\renewcommand{\chaptername}{Chapter}}
\renewcommand*{\chapterformat}{\LARGE{Chapter \thechapter}}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername \ \thechapter. \ #1}{}}
% Local Variables:
% TeX-master: "Rulebook"
% End: