Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/COPCSE-NTNU/thesis-NTNU
An NTNU thesis LaTeX document class for bachelor, master, and PhD theses
https://github.com/COPCSE-NTNU/thesis-NTNU
Last synced: 27 days ago
JSON representation
An NTNU thesis LaTeX document class for bachelor, master, and PhD theses
- Host: GitHub
- URL: https://github.com/COPCSE-NTNU/thesis-NTNU
- Owner: COPCSE-NTNU
- License: mit
- Created: 2019-06-27T11:38:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T18:35:54.000Z (6 months ago)
- Last Synced: 2024-08-17T23:01:53.489Z (5 months ago)
- Language: TeX
- Size: 1.74 MB
- Stars: 91
- Watchers: 7
- Forks: 353
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- latex-templates - COPCSE-NTNU/<br>thesis-NTNU - NTNU/thesis-NTNU?style=flat-square)<br/>![373](https://img.shields.io/github/forks/COPCSE-NTNU/thesis-NTNU?style=flat-square)<br/>![2024-06-28](https://img.shields.io/github/last-commit/COPCSE-NTNU/thesis-NTNU?style=flat-square) | An NTNU thesis LaTeX document class for bachelor, master, and PhD theses | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# thesis-NTNU
CoPCSE@NTNU – Community of Practice for Computer Science Education at the Norwegian University of Science and Technology – is an informal forum for lecturers in computer science and related fields across campuses and departments.
The current repository provides a LaTeX thesis template that should in principle be applicable for theses at all study levels – bachelor, master and PhD. It is closely based on the standard LaTeX report document class with added packages and customisations. The purpose of the document provided in `thesis.tex` is threefold. It should serve (i) as a description of the document class, (ii) as an example of how to use it, and (iii) as a thesis template.
The template does not have any official status, and it is not a general NTNU-level requirement to use it. It replaces previous templates like https://github.com/COPCSE-NTNU/bachelor-thesis-NTNU and https://github.com/COPCSE-NTNU/master-theses-NTNU.
## Setting up
You can use the template with [Overleaf](http://overleaf.com), and you are strongly encouraged to do so. The alternative is to install local copy of LaTeX on your laptop (not adviced, huge, difficult).
You should **fork** the CoPCSE repo so that you have your own files to edit and you can always merge with the upstream changes to the template, in case the template is updated.
### Setup using Overleaf
There are two ways for setting up the [**Overleaf**](http://overleaf.com) project with the template:
* Use the `.zip` copy and upload.
* Fork the the CoPCSE repo so that you have your own files to edit.### Building document locally
The template also provides a simple `Makefile` which allows you to build the document locally. This requires that you have a LaTeX compiler, such as [`texlive`](https://www.tug.org/texlive/), installed locally, which has to provide the commands `pdflatex` and `biber`.