Git Product home page Git Product logo

latex-thesis-template's Introduction

A LaTeX Template

A LaTeX template for humans writing their thesis.

Getting Started

These instructions will get you a copy of the project up and running on your local machine to start writing your thesis.

Prerequisites

The first part of a working LaTeX environment is a TeX distribution. This depends on your operating system. And yes, the file is big.

macOS: http://www.tug.org/mactex/

windows: https://miktex.org

Installing an editor

There are many capable text editors where you can code LaTeX.

macOS
TextMate: https://macromates.com

texpad: https://www.texpad.com/osx (worth every penny!)

windows
TeXniCe: http://www.texniccenter.org

With the right plugins, you can also use Atom. Atom (this is the editor we mostly use)

For example, I use a combination of two packages:

Atom

Get template

Download or Clone this Git Repository

git clone <url_of_repository>

In Atom, you first have to set a "root" file. A LaTeX root file is essential for Atom-LaTeX. Building, preview, autocompletion, and more features rely on its proper configuration. You can manually select the root file by clicking the home icon at the bottom of the editor. Select the your_thesis.tex file. This is the correct root file with the sequence \begin{document} in it.

If you have any problems with "rendering" your PDF, just delete the .aux file.

Citation

We are using the natbib package to cite in the prose text and also to generate the bibliography. Here we will explain the workflow of citing. The template is set up to APA-Style referencing.

Prepare your bibliographic database
Copy/Paste the source you want to cite in a BibTeX formatting (see screenshot below) into your references.bib file. Bear in mind that LaTeX by default only puts those sources into the final references section which are actually cited in the document. references01

Ways to cite
There are plenty ways to cite. The following information is mostly derived from natbib's documentation. Basically there are two basic citation commands, \citet and \citep for textual and parenthetical citations. There exist also starred versions \citet* and \citep* that print the full author list, and not just the abbreviated one.

finalref

Miscellaneous

If you want to use an other paragraph styling, you can do this within the settings.tex file. You can tune both the indentation (\parindent, default 0px) and the space between the paragraphs (\parskip, default 1em)

paragraph

To create entries for a glossary or a list of abbreviations use the \newglossaryentry{label}{name={key}, description={value}} command in the little-/01_head/abbreviations.tex file. In text use: \gls{label}.

Further reading

A great LaTeX Cheatsheet
Tobi Oetiker's The not so Short Introduction to LaTeX2e

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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.