Skip to content

unitn-drive/thesis

Repository files navigation

Thesis Template

ci

Thesis Template for Computer Science at the University of Trento

Development

Tip

It is highly recommended to use Visual Studio Code editor

Requirements

Name Homepage
TeX Live https://www.tug.org/texlive
Node.js https://nodejs.org
npm https://www.npmjs.com

Preparation

  1. Clone

    git clone https://github.com/unitn-drive/thesis.git
    cd thesis
  2. Install Dependencies

    npm ci

Build

npm run build

Scripts

Note: Execute with npm run <NAME>

Name Description
build Build PDF
check Check for errors
clean Clean
fix Fix errors

License

This project is licensed under the MIT license
See LICENSE file for details