Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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