Writing Guidelines for the Master's Thesis Report
Enumeration Rules in the Master's Thesis Report
If the text contains simple enumerations, they must be marked with a dash (-), starting with a lowercase letter, ending with a semicolon (;), and ending the last item with a period (.).
Example:
- one;
- two;
- three.
If the enumeration is referenced within the text, it must be numbered using lowercase Latin letters (a, b, c) followed by a closing parenthesis.
If the text includes multiple levels of enumeration, the first level should be marked with lowercase Latin letters (a), (b), (c), and subordinate enumerations should be numbered using Arabic numerals (1), (2), etc. Further subdivisions should be marked again with dashes (-).
Example:
a) ______________;
b) ______________;
1) ______________;
2) ______________;
- ______________;
- ______________;
3) ______________;
c) ______________.
No other symbols are allowed for enumeration.
Each enumeration item must consist of no more than one sentence.