Skip to content

maxulysse/myThesis

Repository files navigation

myThesis Logo 1.0

INSTALLATION

  • Download the source with a git clone git@github.com:MaxUlysse/myThesis.git
  • Write your thesis
  • Use make to build the pdf of your thesis

USAGE

Files

  • myThesis.tex is the main file containing the calling to the other files.
  • myThesis.sty contains most of the packages needed
  • preamble.tex contains the rest of the packages and definitions for building the file

Directories

  • bibliography contains your bibliography in BibTex format
  • articles contains the articles you want to include in your thesis
  • figures contains the figures you wan to include in your thesis
  • tex contains all the tex files for your thesis

Scripts

  • Makefile build your thesis
  • updateBibliography.sh update your bibliography from a Mendeley bibliography file

How to include pictures in your document:

  • Include SVG version of figure:
\def\svgwidth{\columnwidth}\input{figures/figure.pdf_tex}
  • Include PNG version of figure:
\includegraphics[width=\columnwidth]{figures/figure.png}

CHANGELOG

Version β

  • add version number
  • add changelog
  • enhance readme.md

Version α

  • project creation

LICENSE


It was under GNU/GPL copyleft license. Just change it with new version to MIT License. But if you like it and we meet some day, and you think this stuff is worth it, you can buy me not a beer

NOTES

I got this thesis template from Charles Chapple, who probably save my thesis whith it. I'll probably never be able to thank him enough. This thesis template has been adapted from that of Sergi Castellano and Domenec Farre, with bits and pieces of Enrique Blanco's thrown in. All of these were derived from the original templates written by Robert Castelo and Sergio Mendoza. At some point during this process, Josep Abril got involved and, according to one of the previous people, who knew him, probably rewrote the whole thing. And I also did the same ;-)

myOwnThesis

If you want to see my own thesis made with this template, go to github.com/MaxUlysse/myOwnThesis