All Projects → joaomlourenco → Novathesis

joaomlourenco / Novathesis

Licence: lppl-1.3c
LaTeX template for MSc and PhD thesis (for NOVA University Lisbon an other institutions)

Projects that are alternatives of or similar to Novathesis

Tufte Latex
A Tufte-inspired LaTeX class for producing handouts, papers, and books
Stars: ✭ 1,161 (+527.57%)
Mutual labels:  latex, latex-template, template
Tum Thesis Latex
📔 A LaTeX template for TUM Bachelor/Master theses.
Stars: ✭ 291 (+57.3%)
Mutual labels:  latex, latex-template, template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+178.92%)
Mutual labels:  latex, latex-template, template
Latex Cheatsheet
Template for a compact LaTeX Cheatsheet I made some years ago.
Stars: ✭ 136 (-26.49%)
Mutual labels:  latex, latex-template, template
Latex Mimosis
A minimal & modern LaTeX template for your (bachelor's | master's | doctoral) thesis
Stars: ✭ 850 (+359.46%)
Mutual labels:  latex, latex-template, template
Aaulatextemplates
A collection of Aalborg University LaTeX-templates
Stars: ✭ 85 (-54.05%)
Mutual labels:  latex, latex-template
Easymcm
A simple LaTeX package for Mathematical Contest in Modeling (MCM)
Stars: ✭ 97 (-47.57%)
Mutual labels:  latex, template
Nb pdf template
A more accurate representation of jupyter notebooks when converting to pdfs.
Stars: ✭ 109 (-41.08%)
Mutual labels:  latex, latex-template
Srs Tex
A Latex template for a Software Requirements Specification that respects the IEEE standards.
Stars: ✭ 126 (-31.89%)
Mutual labels:  latex, latex-template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-36.76%)
Mutual labels:  latex, latex-template
Latex Template For Npu Thesis
LaTeX Template For NPU Thesis
Stars: ✭ 127 (-31.35%)
Mutual labels:  latex, latex-template
Tongjithesis
同济大学本科毕业设计LaTeX模板 LaTeX template for Tongji Undergaduate Thesis
Stars: ✭ 85 (-54.05%)
Mutual labels:  latex, template
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-56.22%)
Mutual labels:  latex, template
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (-45.41%)
Mutual labels:  latex, latex-template
Csu Thesis
中南大学学术论文LaTex模板。Central South University Thesis LaTeX Template.
Stars: ✭ 70 (-62.16%)
Mutual labels:  latex, latex-template
Awesome Beamers
beamer template collection
Stars: ✭ 121 (-34.59%)
Mutual labels:  latex, template
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-18.38%)
Mutual labels:  latex, template
Buaathesis
北航研究生学位论文模板(Word+LaTeX).
Stars: ✭ 178 (-3.78%)
Mutual labels:  latex, template
Ucasthesis
**国科大新版标准** 中国科学院大学学位论文模板,目前遵守2018国科大指导标准。 a LaTeX template for UCAS.
Stars: ✭ 166 (-10.27%)
Mutual labels:  latex, latex-template
Latex Project Report Template
LaTeX based template for college project reports
Stars: ✭ 58 (-68.65%)
Mutual labels:  latex, latex-template

GitHub forks GitHub stars GitHub watchers GitHub followers

Maintenance made-with-latex GitHub license

GitHub release GitHub commits Last commit

GitHub license


Table of Contents


About

The “novathesis” LaTeX template was initially designed for the PhD thesis and MSc dissertations at FCT-NOVA — NOVA School of Science and Technology, Portugal, but currently it supports more schools, namely:

The “novathesis” LaTeX template also supports the following degrees from Universities' Consortia:

This work is licensed under the LaTeX Project Public License v1.3c. To view a copy of this license, visit the LaTeX project public license.


Getting Started

With a Local LaTeX Installation

See below for alternatives to a local LaTeX installation

  1. Download LaTeX:
  2. Download “novathesis” by either:
  3. Compile the document with you favorite LaTeX processor (pdfLaTeX, XeLaTeX or LuaLaTeX):
    • The main file is named “template.tex”.
    • Either load it in your favorite LaTeX text editor or compile it in the terminal with latexmk -pdf template.
    • If Murphy is elsewhere, LaTeX will create the file “template.pdf”, which you may open with your favorite PDF viewer.
  4. Edit “template.tex”:
    • Select your School, main text language, bibliography style, etc…
    • Fill in your name, thesis title, etc…
    • Name the (separate) files containing the abstracts, chapters, appendices, annexes, etc…
  5. Recompile de document:
    • See 3. above.
  6. You're done with a beautifully formatted thesis/dissertation! 😃

With a Remote Cloud-based Service

See above for using a local installation of LaTeX

  1. Download the latest version from the GitHub repository as a Zip file.
  2. Login to your favorite LaTeX cloud service. I recommend Overleaf but there are alternatives (these instructions apply to Overleaf and you'll have to adapt for other providers).
  3. In the menu select New project->Upload project
  4. Upload the zip with all the "novathesis" files.
  5. Select “template.tex” as the main file.
  6. Compile the template and have the first version of the PDF.
  7. Edit “template.tex”:
    • Select your School, main text language, bibliography style, etc…
    • Fill in your name, thesis title, etc…
    • Name the (separate) files containing the abstracts, chapters, appendices, annexes, etc…
  8. Recompile de document.
  9. You're done with a beautifully formatted thesis/dissertation! 😃

NOTE: a deprecated version of the novathesis template (v4.x) is available as an Overleaf template. Just select open as template and go to step 6 above!


Getting Help

Problems and Difficulties

Check the wiki and have some hope! 😄

If you couldn't find what you were looking for, ask for help in:

Those are the right places to learn about LaTeX and ask for help! Please don't ask for help by email! I will not answer them…

Suggestions, Bugs and Feature Requests

  • **Do you have a suggestion? ** Please add it to the wiki and help other users!
  • Did you find a bug? Please open an issue. Thanks!
  • Would you like to request a new feature (or support of a new School)? Please open an issue. Thanks!

Recognition

This template is the result of hundreds (yes! hundreds) of hours of work from the main developer. If you use this template, please be kind and give something back by choosing at least one of the following:

  1. Cite the NOVAthesis manual in your thesis/dissertation.

      @Manual{novathesis-manual,
           title        = "{The NOVAthesis Template User's Manual}",
           author       = "João M. Lourenço",
           organization = "NOVA University Lisbon",
           year         = "2021",
           url          = "https://github.com/joaomlourenco/novathesis/raw/master/template.pdf",
      }
    
  2. Make a small donation. We will keep a list thanking to all the identified donors that identify themselves in the “Add special instructions to the seller:” box. Our special thanks to: 2021: Jessie Harney, João Barbosa, Ricardo Teixeira, Janak Parajuli, Ganesh Prasad Sigdel, Sahibzada Saadoon Hammad, Pedro Rechena, Filipa Carvalho; 2020: João Carvalho, David Romão, DisplayersereStream, António Estêvão; 2019: Jorge Barreto, Raissa Almeida.

  3. Give the NOVAthesis project a star in GitHub by clicking in the star at the top-right of the project's home page.


Showcase of supported Schools


Disclaimer

These are not official templates for FCT-NOVA nor any other School, although we have done our best to make it fully compliant to each School regulations for thesis/dissertation presentation.

All contributors, both sporadic and regular, are welcome. :) Please contact me to join the team.


Word Templates

If you are here looking for the (deprecated) Word templates (not maintained anymore), please go to this other repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].