Skip to content

Commit b08c822

Browse files
committed
Added parts example
1 parent 80faeec commit b08c822

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ The template uses the ```floatpag``` package. All you need to do is place a ```
8383
### How do I write good Latex Mathematical Notation/Formulae?
8484

8585
The [Math on Quora](https://math-on-quora.surge.sh/) is all you need. Any math notation you might need is available conveniently in the menu bar. All examples contain live code blocks so you can try out your math formulae directly in the web browser.
86+
87+
88+
### How do subgroup my chapters in parts?
89+
90+
Some of the longer documents, such as doctoral dissertations, require a sub-grouping of chapters together. This may be easily achieved with `\part{My First Part}` in the the main document file (e.g. `dissertation_main.tex`) right before the chapters which make up the part (see [example](https://github.com/jp-um/university_of_malta_LaTeX_dissertation_template/blob/master/dissertation_main.tex)).
91+

dissertation_main.pdf

342 Bytes
Binary file not shown.

dissertation_main.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@
100100
\pagestyle{umpage}
101101
\floatpagestyle{umpage}
102102
\mainmatter
103+
%% \part{Your First Part} %% PhDs may require this parts idea as well.
103104
\input{chap1/introduction_main}
104105
\input{chap2/background_and_lit_overview_main}
105106
\input{chap3/materials_and_methods_main}
106107
\input{chap4/results_and_discussion_main}
108+
%% \part{Your Second Part}
107109
\input{chap5/evaluation_main}
108110
\input{chap6/conclusions_main}
109111
\appendix

0 commit comments

Comments
 (0)