-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprd_dissertation.mkiv
More file actions
91 lines (60 loc) · 1.56 KB
/
Copy pathprd_dissertation.mkiv
File metadata and controls
91 lines (60 loc) · 1.56 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
% !TEX program = context
\startproduct prd_dissertation
\project project_dissertation
\usemodule[annotation]
\def\TODO{\dosingleempty\doTODO}
\def\doTODO[#1]{%
\edef\gap{\iffirstargument: \fi}%
\iffirstargument\edef\sym{Comment}\else\edef\sym{Help}\fi%
\comment[author=\author,symbol=\sym,color=red,width=9mm]{TODO\gap#1}%
}
\starttext
\setuppagenumbering[state=stop]
\setupheader[state=stop]
\startstandardmakeup[doublesided=no]
\vfill
\framed
[frame=off, topframe=on, bottomframe=on, width=\textwidth, align=middle]
{\tfd \doctitle}
\vfill
\startalignment[middle]
\author
\stopalignment
\vfill
\startalignment[middle]
\date
\stopalignment
\vfill
\stopstandardmakeup
%\page[empty]
\component c_0_0_declaration
\page[empty]
\setuppagenumbering[state=start]
\setupheader[state=start]
\startfrontmatter
\component c_0_1_danksagung
\component c_0_2a_abstract
\component c_0_2b_zusammenfassung
\component c_0_3_pub_list
\completecontent[criterium=all]
\stopfrontmatter
\startbodymatter
\component c_1_introduction
\component c_2_methods
\component c_3_pub_summary
\component c_4_conclusion
\starttitle[title={References}]
\placebtxrendering[main][method=global]
\stoptitle
\stopbodymatter
\starttitle[title={Published articles}]
\startappendices
\embedappendix[marking={\n{destiny}}]{angerer2016}
\embedappendix[marking={Single cells make big data}]{angerer2017}
\embedappendix[marking={\n{scanpy}}]{wolf2018}
\embedappendix[marking={BART-Seq}]{uzbas2019}
\embedappendix[marking={Gene Relevance}]{angerer2020}
\stopappendices
\stoptitle
\stoptext
\stopproduct