TemplatesHub / unibo-thesis-template-english

A template repository for LaTeX thesis written for the University of Bologna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unibo thesis template (English 🇺🇸)

LaTeX Visual Studio Code GitHub Actions
Write your bachelor/master thesis in English using a valid LaTeX template for University of Bologna (Unibo).

Check this document to see an example of the final result.

Table of contents

Template description

Using this template, you will be able to easily write and build your LaTeX thesis locally using VSCode.
The template contains a series of additional commands that can help you create an even greater looking thesis!
Finally, through automation, you can easily make your thesis document available online so that you will always have an easy-to-access way to get your compiled document from anywhere.

Tutorial

By clicking on ➡️ this link ⬅️ (or by going in the "Releases" section of this repository), you will get the latest draft of the document produced by this template.
The document, other than showing the final result, contains a tutorial explaining how to use this template.

Compile the Document on VSCode

Install the recommended dependencies

Upon opening the project VSCode will ask you if you want to install the required dependencies; proceed to install them.

Alternatively, recommended dependencies can be found under the extensions tab typing @recommended in the search bar.

Install required software (Windows)

Follow this tutorial to install the required software on Windows (if you installed the recommended dependencies you will already have LaTeX Workshop on VSCode).

Releasing the PDF document

Despite being able to compile your document locally, you may want to release it in your repository; in order to do that, you can simply create a new release and this will automatically trigger a workflow. Said workflow will generate your PDF document, making it available as an attachment in your latest repository's release.

Once the workflow is over, you will find your compiled document attached in the latest release of your repository.

To customize the name of the final PDF file, see this link.