Giter Club home page Giter Club logo

thestex's Introduction

ThesTeX

LaTeX template for bachelor or master thesis.

Setup

Easy Initialization with GNU make

In the Makefile you may adjust the base variable to setup your git base directory relatively to the cloned directory.

First of all, run make to initialize the repository and execute the initial build. Thereafter, only run make in the cloned directory to recreate your pdf file.

Without make

  1. Remove the .git folder and the .gitmodules file to be able to create a new git repository
  2. First checkout all necessary submodules with git submodule init followed by git submodule update
  3. Create the directories graphic, code, images and content
  4. Copy meta/style/gitexinfo.sty, meta/style/gitinfo2.sty and meta/style/IEEEtran.bst to the root of your cloned directory.
  5. For versioning of your PDF files copy meta/style/gitinfo2-hook.txt to .git/hooks/post-checkout, .git/hooks/post-commit and .git/hooks/post-merge and make these copies executable.

Necessary Configurations

  1. Edit the config/metainfo.tex file to include
    • your name in the \author{} command,
    • the German title in \title{} and the English one in \subtitle{},
    • the submission date in \date{},
    • your desired degree in \newcommand\degree{},
    • your study course in \newcommand\studycourse{},
    • the name of your advisor in \newcommand\advisor{} and
    • the submission location of your thesis in \newcommand\location{}
  2. Modify \gittrue to \gitfalse in config/metainfo.tex to disable git versioning.
  3. Edit the \selectlanguage{} command in thesis.tex to setup the language you write your submission in. Possible options are
    • ngerman
    • english

Generating the PDF

Use latexmk to generate a readable document, or use make all of the Makefile. If You use texmaker, set latexmk as your default build command.

Cleaning Up

Run make clean or latexmk -C to remove the generated PDF and all temporary LaTeX files.

thestex's People

Contributors

agp8x avatar whatever4711 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

agp8x

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.