[go: up one dir, main page]

Skip to content
/ URV-TFG-Template Public template

A template written in LaTeX for Computer Science TFGs in URV

License

Notifications You must be signed in to change notification settings

liamato/URV-TFG-Template

Repository files navigation

URV TFG Template

A base document written in LaTeX following the design guides of URV for the Treball de Final de Grau.

It's also available as a template in Overleaf.

Structure

URV-TFG-Template
├── anot.bib             # bibliography file
├── config.tex           # basic configuration for the template
├── .gitignore
├── imgs                 # images folder
│   └── ...
├── main.tex             # document entry point
├── post-preamble.tex    # configuration post \begin{document}
├── preamble.tex         # configuration pre \begin{document}
├── readme.md            # this file
├── sections
│   ├── abstract.tex     # page for the abstract in the 3 languages
│   ├── bibliography.tex # bibliography page
│   ├── examples.tex     # file with LaTeX examples
│   ├── index.tex        # index page
│   └── titlepage.tex    # title page
├── var_def.tex
└── .vscode
    └── settings.json    # 'LaTeX Workshop' extension settings for VSCode

How to use it

Modify the config.tex to setup the variables (author name, project title, director name, ...) and the default language of the project.

It's recommended to create the new sections as new files un the sections folder to maintain the structure, although it's not enforced.

About

A template written in LaTeX for Computer Science TFGs in URV

Topics

Resources

License

Stars

Watchers

Forks

Languages