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: 4 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T07:21:37.000Z (over 1 year ago)
- Last Synced: 2024-08-12T08:40:56.802Z (over 1 year 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
README
# Thesis Template
[](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