Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankdots/latexthesistemplate
LaTeX thesis template for B.Sc. M.Sc. or PhD.
https://github.com/blankdots/latexthesistemplate
latex latex-thesis-template pdflatex
Last synced: 4 days ago
JSON representation
LaTeX thesis template for B.Sc. M.Sc. or PhD.
- Host: GitHub
- URL: https://github.com/blankdots/latexthesistemplate
- Owner: blankdots
- License: mit
- Created: 2014-03-31T08:08:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T18:45:20.000Z (11 months ago)
- Last Synced: 2024-08-17T23:02:04.603Z (3 months ago)
- Topics: latex, latex-thesis-template, pdflatex
- Language: TeX
- Homepage:
- Size: 820 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## LaTeX Thesis Template
This template was made for a PHD thesis, but it is also intended it to be used by students from mostly from [Faculty of Computer Science, Alexandru Ioan Cuza University of Iasi, Romania](https://www.info.uaic.ro).
The template itself is based and adapted from the MIT Thesis format available at http://web.mit.edu/thesis/tex/ .Students should also consult: http://profs.info.uaic.ro/~mdiac/other/licenta2010/ghid_licenta2010.pdf .
### Working with LaTeX
In order to work with LaTeX and this template a specialised software could be used such as:
* https://github.com/sharelatex/sharelatex with its online version https://www.sharelatex.com/
* one of the software recommended by: https://www.latex-project.org/get/
* text editor with syntax highlighting such as https://atom.io with https://atom.io/packages/language-latex### Building the template
In order to build the template you require one of the software above or pdflatex and bibtex command:
#### pdflatex and bibtex
Execute the following commands to build the main.pdf file:
* `pdflatex main.tex` - will generate the .pdf file without any references
* `bibtex main` - will generate the necessary files for building the references
* `pdflatex main.tex` - will generate the complete `main.pdf` file