Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unitn-drive/thesis
Thesis Template
https://github.com/unitn-drive/thesis
thesis thesis-latex-template thesis-template trento unitn university
Last synced: 6 days ago
JSON representation
Thesis Template
- Host: GitHub
- URL: https://github.com/unitn-drive/thesis
- Owner: unitn-drive
- License: mit
- Created: 2023-04-14T12:05:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T07:21:37.000Z (5 months ago)
- Last Synced: 2024-08-12T08:40:56.802Z (5 months ago)
- Topics: thesis, thesis-latex-template, thesis-template, trento, unitn, university
- Language: TeX
- Homepage:
- Size: 249 KB
- Stars: 9
- Watchers: 32
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - unitn-drive/<br>thesis - drive/thesis?style=flat-square)<br/>![7](https://img.shields.io/github/forks/unitn-drive/thesis?style=flat-square)<br/>![2024-12-16](https://img.shields.io/github/last-commit/unitn-drive/thesis?style=flat-square) | Thesis Template | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# Thesis Template
[![ci](https://github.com/unitn-drive/thesis/actions/workflows/ci.yaml/badge.svg)](https://github.com/unitn-drive/thesis/actions/workflows/ci.yaml)
Thesis Template for Computer Science at the [University of Trento](https://www.unitn.it)
## Development
> [!TIP]
> It is highly recommended to use [`Visual Studio Code`](https://code.visualstudio.com) editor### Requirements
| **Name** | **Homepage** |
| ---------- | ----------------------------- |
| `TeX Live` | |
| `Node.js` | |
| `npm` | |### Preparation
1. Clone
```sh
git clone https://github.com/unitn-drive/thesis.git
cd thesis
```1. Install Dependencies
```sh
npm ci
```### Build
```sh
npm run build
```### Scripts
> **Note**: Execute with `npm run `
| **Name** | **Description** |
| -------- | ---------------- |
| `build` | Build PDF |
| `check` | Check for errors |
| `clean` | Clean |
| `fix` | Fix errors |## License
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license \
See [LICENSE](./LICENSE) file for details