Code Monkey home page Code Monkey logo

thesis-template-uhh-lt-latex's Introduction

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Universität Hamburg LT Thesis Template %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Based on the %%% OXFORD THESIS TEMPLATE %%%
% Originally by Keith A. Gillow ([email protected]), 1997
% Modified by Sam Evans ([email protected]), 2007
% Modified by John McManigle ([email protected]), 2015
% Modified by Steffen Remus ([email protected]), 2023

Use this template to produce a standard thesis that meets the University
requirements for DPhil submission, and should be passable for other thesis-based
degrees (e.g. MPhil) as well.

In modern LaTeX implementations, you should be able to open main.tex with
your favorite editor and compile it.  By default, this template uses biber/BibLaTeX
for references / citations, so you may have to make the appropriate changes in
your build preferences. Make a full build using 'latexmk' by simply typing 'latexmk' 
(see latexmkrc for reference). Run 'latexmk -C' to clean temporary output files and 
initialize the '.aux' directory. A typical manual full build should be:
1. pdflatex main.tex
2. biber main
3. pdflatex main.tex
4. pdflatex main.tex

There should be subfolders called 'text' and 'figures'.  Keep all your work in these
folders.  This will make your life much simpler when you need to go about deleting
files creating while compiling while not deleting your actual thesis.

Make a new .tex file for each chapter and appendix, and place them in the 'text'
folder.  If you'll have a figure-intensive thesis, subfolders in 'figures' is a good
idea.  Use PDF graphics if at all possible.

The LaTeX cheat sheet is your friend.  Google it.  http://tex.stackexchange.com has
lots of answers to common LaTeX problems.

High-level details on what this template provides can be found at:
http://www.oxfordechoes.com/oxford-thesis-template/
https://github.com/mcmanigle/OxThesis
https://github.com/remstef/uhhltthesis

thesis-template-uhh-lt-latex's People

Contributors

remstef avatar

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.