Giter Club home page Giter Club logo

thesis-template's Introduction

thesis-template

Latex template for writing a thesis in the style required by Saarland University, Germany

Writing your thesis

The template is built so you don't have to adjust much to use it. In the main Thesis.tex file you will find a section near the top where you can specify the parameters (title, advisors, etc.) of your thesis. You can also set the template into proposal mode there if your are writing only a thesis proposal. This will exclude some stuff which is irrelevant for a proposal.

Your content should be defined in .tex files in Chapters folder. You can just write normal tex code and don't have to keep a special format in mind. Refer to the examples contained in the template.

To tell the template what chapters you have and in what order they go you have to specify filename and chapter title in the Thesis.tex file near the bottom. Use the \loadchapter{x}{y} command where you replace x by the filename of your chapter file (without .tex) and y by the title of your chapter. This will add a new chapter, set the chapter title and craete a label which you can reference by \ref{chapter:filename}.

Your bibliography should be located in the Bibliophy.bib file in Bibtex format. See the included examples to see how to use references.

How to build

I would suggest using a sophisticated editor for this stuff. For example Sublime text with the Latex tools works very well. If you want to build it by hand use bibtex to generate the bibliography and build it with pdflatex. You will need to build it multiple times for references to work correctly.

FAQ

Can I use this to write my Thesis?

Sure.

Can I make adjustments to the template and redistribute it?

Sure.

I don't know how to use this can you help me?

Nope. Google probably can help with most of your troubles. This template requires basic latex knowledge to use. If you want to extend the documentation you can submit a pull request though.

I found a bug/problem

Feel free to open an issue and/or pull request.

thesis-template's People

Contributors

aschlosser avatar aschlosser-tf avatar zhenyakh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

thesis-template's Issues

Appendix Numeration

Thank you for this template!
If I create multiple appendices, it does not update the alphabetical numbering of them but instead names all appendixes A, A, ... instead of A, B, ...
Any idea how to fix that?
Thank you in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.