Download zip Select Archive Format
Name Last Update history
File dir bibs Loading commit data...
File dir core Loading commit data...
File dir images Loading commit data...
File dir parties Loading commit data...
File dir refs Loading commit data...
File txt .gitignore Loading commit data...
File txt README.md Loading commit data...
File txt firstpage.tex Loading commit data...
File txt infos.tex Loading commit data...
File txt main.pdf Loading commit data...
File txt main.tex Loading commit data...

README.md

A Latex template for you thesis

Hello you, in this repository, you will find a latex template for you thesis. Save time and use this template. Everything is designed to help you structure your manuscript.

How to use this template?

You have three ways to use it. Download the zip file or clone the repository. Fork it. Clone and change the remote repository. They are all detailed just below.

Download the zip file or clone the repository

It is the simplest way to use the template. You can download the zip file or clone it on your computer by using the following command: git clone [URL] Since this repository can be pushed on many remote repositories, we let you change the [URL] value.

Fork this repository

You can also fork this repository. Using this solution, you can contribute by creating branches, adding your thesis content in this branch as an other example or just improve the main branch with new proposition to make better the very first template.

TODO: Add an example of fork and branch creation.

Clone and change the remote repository

Since I can't fork this repository because it is mine, I clone it and I change the remote repository with the following command: git add remote [name_remote] [url] Then, I push the changes to the new remote repository by using the following command: git push [name_remote]