|
1 | 1 | %% Thesis type: bachelor, master, doctoral |
2 | | -\NewExpandableDocumentCommand{\ThesisType}{}{master} |
| 2 | +\newcommand*{\ThesisType}{master} |
3 | 3 |
|
4 | 4 | %% Thesis title (exactly as in the formal assignment) |
5 | | -\NewExpandableDocumentCommand{\ThesisTitle}{}{\TeXtured{} Manual} |
| 5 | +\newcommand*{\ThesisTitle}{\TeXtured{} Manual} |
6 | 6 | %% Plaintext version for PDF metadata, uncomment if needed (defauls to \ThesisTitle) |
7 | | -\NewExpandableDocumentCommand{\ThesisTitlePlaintext}{}{TeXtured Manual \TeXturedVERSION} |
| 7 | +\newcommand*{\ThesisTitlePlaintext}{TeXtured Manual \TeXturedVERSION} |
8 | 8 | %% Thesis title (if custom formatting is needed for the title page, defauls to \ThesisTitle) |
9 | | -\NewExpandableDocumentCommand{\ThesisTitleFront}{}{ |
| 9 | +\newcommand*{\ThesisTitleFront}{ |
10 | 10 | \ThesisTitle\\ |
11 | 11 | {\Huge\color{gray}\TeXturedVERSION} |
12 | 12 | } |
13 | 13 |
|
14 | 14 | %% Author of the thesis |
15 | | -\NewExpandableDocumentCommand{\ThesisAuthor}{}{\textcolor{red}{Author's Name}} |
| 15 | +\newcommand*{\ThesisAuthor}{\textcolor{red}{Author's Name}} |
16 | 16 | %% Plaintext version for PDF metadata, uncomment if needed (defauls to \ThesisAuthor) |
17 | | -\NewExpandableDocumentCommand{\ThesisAuthorPlaintext}{}{Author's Name} |
| 17 | +\newcommand*{\ThesisAuthorPlaintext}{Author's Name} |
18 | 18 |
|
19 | 19 | %% Year when the thesis is submitted |
20 | | -\NewDocumentCommand{\YearSubmitted}{}{2025} |
| 20 | +\newcommand*{\YearSubmitted}{2025} |
21 | 21 | %% Year of the last revision, uncomment if it is different from \YearSubmitted |
22 | | -% \NewDocumentCommand{\YearRevision}{}{2025} |
| 22 | +% \newcommand*{\YearRevision}{2025} |
23 | 23 |
|
24 | 24 | %% University |
25 | | -\NewDocumentCommand{\University}{}{Charles University} |
| 25 | +\newcommand*{\University}{Charles University} |
26 | 26 |
|
27 | 27 | %% Name of the department or institute, where the work was officially assigned |
28 | 28 | %% (according to the Organizational Structure of MFF UK in English, |
29 | 29 | %% or a full name of a department outside MFF) |
30 | | -\NewDocumentCommand{\Department}{}{\textcolor{red}{Name of the Department/Institute}} |
| 30 | +\newcommand*{\Department}{\textcolor{red}{Name of the Department/Institute}} |
31 | 31 |
|
32 | 32 | %% Is it a Department (katedra), or an Institute (ústav)? |
33 | | -\NewDocumentCommand{\DeptType}{}{Institute} |
| 33 | +\newcommand*{\DeptType}{Institute} |
34 | 34 |
|
35 | 35 | %% Thesis supervisor: name, surname and titles |
36 | | -\NewDocumentCommand{\Supervisor}{}{\textcolor{red}{Name, Surname, and Titles}} |
| 36 | +\newcommand*{\Supervisor}{\textcolor{red}{Name, Surname, and Titles}} |
37 | 37 | %% Thesis co-supervisor: name, surname and titles (uncomment if applicable) |
38 | | -% \NewDocumentCommand{\CoSupervisor}{}{Name, Surname, and Titles} |
| 38 | +% \newcommand*{\CoSupervisor}{Name, Surname, and Titles} |
39 | 39 |
|
40 | 40 | %% Supervisor's department/institute (again according to Organizational structure of MFF) |
41 | | -\NewDocumentCommand{\SupervisorsDepartment}{}{\textcolor{red}{Supervisor's Department/Institute}} |
| 41 | +\newcommand*{\SupervisorsDepartment}{\textcolor{red}{Supervisor's Department/Institute}} |
42 | 42 |
|
43 | 43 | %% Study programme and specialization |
44 | | -\NewDocumentCommand{\StudyProgramme}{}{\textcolor{red}{Study Programme}} |
| 44 | +\newcommand*{\StudyProgramme}{\textcolor{red}{Study Programme}} |
45 | 45 |
|
46 | 46 | %% Abstract (recommended length around 80-200 words; this is not a copy of your thesis assignment!) |
47 | | -\NewDocumentCommand{\Abstract}{}{% |
| 47 | +\newcommand*{\Abstract}{% |
48 | 48 | \textcolor{red}{Write abstract here.} |
49 | 49 | } |
50 | 50 |
|
51 | 51 | %% Subject (short description for PDF metadata) |
52 | | -\NewExpandableDocumentCommand{\Subject}{}{% |
| 52 | +\newcommand*{\Subject}{% |
53 | 53 | Write subject here. |
54 | 54 | } |
55 | 55 |
|
56 | 56 | %% Keywords (about 3-7) |
57 | | -\NewExpandableDocumentCommand{\Keywords}{}{% |
| 57 | +\newcommand*{\Keywords}{% |
58 | 58 | \textcolor{red}{Manual, Demo, Draft, WIP} |
59 | 59 | } |
60 | 60 | %% Plaintext version for PDF metadata, uncomment if needed (defauls to \Keywords) |
61 | | -\NewExpandableDocumentCommand{\KeywordsPlaintext}{}{% |
| 61 | +\newcommand*{\KeywordsPlaintext}{% |
62 | 62 | Manual, Demo, Draft, WIP |
63 | 63 | } |
0 commit comments