You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-26Lines changed: 36 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Utrecht University dissertation template
2
2
3
-
Version 0.2.0
3
+
Version 0.2.1
4
4
5
-
This is a Utrecht University dissertation template for LaTeX. While it is based around the TU Delft template, it should follow the required content and textual obligations as provided in the doctoral degree regulations and the 'aanwijzingen voor promovendi'. If any issues are found, please let us know!
5
+
This is a Utrecht University dissertation template for LaTeX put together by Laurens Stoop. While it is based around the TU Delft template, it should follow the required content and textual obligations as provided in the doctoral degree regulations and the 'aanwijzingen voor promovendi'.
6
6
7
-
It is designed to work with all versions of LaTeX, but if you want to adhere to the TU Delft house
8
-
style, you need to use XeLaTeX, as it supports TrueType and OpenType fonts.
7
+
It is designed to work with all versions of LaTeX, but if you want to adhere to the TU Delft housestyle, you need to use XeLaTeX, as it supports TrueType and OpenType fonts.
9
8
9
+
We welcome all input and any suggestions or examples using this template.
10
10
11
11
## Using the template
12
12
@@ -17,38 +17,48 @@ The document can be compiled with
17
17
pdflatex main
18
18
pdflatex main
19
19
20
-
Or by selecting the 'pdfLaTeX' and 'Biber' options in your favorite TeX editing
21
-
program, respectively. Note that you have to run bibtex for every chapter.
20
+
Or by selecting the 'pdfLaTeX' and 'Biber' options in your favourite TeX editing program, respectively. Note that you have to run biber for every chapter.
22
21
23
22
A sample document, as well as documentation for template options, can be found
24
-
in example.pdf.
23
+
in main.pdf.
25
24
26
-
## Project organization
25
+
## Project organisation
26
+
27
+
A description of the project organisation is provided below. The required, often included and optional sections are also labeled here (as well as within main.tex).
28
+
29
+
As this is an ongoing project, the works in progress (WIP) are explicitly listed.
27
30
28
31
```
29
32
.
30
33
├── .gitignore
31
34
├── CITATION.md
32
35
├── LICENSE.md
33
36
├── README.md
34
-
├── dissertation.cls <- Class description and general style definition
35
-
├── stylesheet.tex <- Packages and some style definitions
36
-
├── main.tex <- Main LaTeX document, use this to (de-)activate chapters and parts
37
-
├── main.pdf <- Compiled disseration
38
-
├── fonts <- Set of fonts to use within the dissertation
39
-
├── FrontMatter <- Contains all .tex files for content before the introduction
40
-
│ ├── cover.tex <- Styling of the cover content
41
-
│ ├── Cover <- Contains cover images
42
-
│ ├── title.tex <- Title page content and styling
43
-
│ ├── Logos <- Contains all logos used
44
-
│ ├── acronyms.tex <- Definition of acronyms used
45
-
│ └── preface.tex <- Optional opening word
46
-
├── MainMatter <- Contains all .tex files for the content from introduction to conclusion
47
-
│ ├── manuscript <-
48
-
│ └── reports <-
49
-
└── BackMatter <- Contains all .tex files for content after the conclusion
50
-
├── figures <-
51
-
└── output <-
37
+
├── dissertation.cls <- Class description and general style definition (WIP)
38
+
├── stylesheet.tex <- Packages and some style definitions (WIP)
39
+
├── main.tex <- Main .tex document, use this to (de-)activate chapters and parts
40
+
├── main.pdf <- Compiled disseration
41
+
├── fonts <- Set of fonts to use within the dissertation
42
+
├── FrontMatter <- Contains all .tex files for content before the introduction
43
+
│ ├── cover.tex <- Styling of the cover content
44
+
│ ├── Cover <- Contains cover images
45
+
│ ├── title.tex <- Title page content and styling (required)
46
+
│ ├── Logos <- Contains all logos used
47
+
│ ├── acronyms.tex <- Definition of acronyms used (often included)
48
+
│ └── preface.tex <- Optional opening word (optional)
49
+
├── MainMatter <- Contains all .tex files for the content from introduction to conclusion
0 commit comments