/thesis-git

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

Metropolia Thesis LaTeX Template

Sharelatex template (outdated)

License

Creative Commons License
Metropolia Thesis LaTeX Template by Panu Leppäniemi, Patrik Luoto and Patrick Ausderau is licensed under a Creative Commons Attribution 4.0 International License.

Compiler

Use XeLaTeX as a compiler.

Compilation

Usual compilation sequence

$ xelatex thesis
# If any change in the bibliography
$ bibtex8 thesis
# If any change with the abbreviation or acronym
$ makeglossaries thesis
#Then compile again
$ xelatex thesis
#And if still some citation or label warnings, compile once more
$ xelatex thesis

Using ShareLaTeX

  1. Download this project as zip (or fork)
  2. Create an account on ShareLaTeX (if not already have one)
  3. Once logged in ShareLaTeX: Open Project section. Then New Project → Upload Project → select the zip (otherwise with the paid version you could sync with github (your fork))
  4. Once project opened: from the menu change "compiler" to XeLaTeX

Editor

Indentation

Use (2) spaces instead of tabs.