All Projects → severinlandolt → latex-thesis-template

severinlandolt / latex-thesis-template

Licence: MIT license
A LaTeX template for humans.

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to latex-thesis-template

TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+0%)
Mutual labels:  thesis, latex-template
NKThesis
南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)
Stars: ✭ 74 (-3.9%)
Mutual labels:  thesis, latex-template
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-76.62%)
Mutual labels:  thesis, latex-template
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-71.43%)
Mutual labels:  thesis, latex-template
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+251.95%)
Mutual labels:  thesis, latex-template
xduugtp
西安电子科技大学本科生毕业论文(设计)开题报告LaTeX模板
Stars: ✭ 26 (-66.23%)
Mutual labels:  thesis, latex-template
tongji-undergrad-thesis
📄 同济大学本科生毕业设计论文模板 | Tongji University Undergraduate Thesis Template | Overleaf / Mac / Linux / Windows / Workshop / Docker
Stars: ✭ 58 (-24.68%)
Mutual labels:  thesis, latex-template
LNI
A LaTeX class for submissions to the “Lecture Notes in Informatics” (LNI) published by the German “Gesellschaft für Informatik” (GI)
Stars: ✭ 29 (-62.34%)
Mutual labels:  latex-template
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-76.62%)
Mutual labels:  latex-template
ZJUProposal
ZJU LaTeX Proposal Template for Undergraduate.
Stars: ✭ 19 (-75.32%)
Mutual labels:  latex-template
publicacoes
Minhas publicações no LaTex
Stars: ✭ 50 (-35.06%)
Mutual labels:  latex-template
Introduction-to-LaTeX
Introductory notes and templates for LaTeX
Stars: ✭ 23 (-70.13%)
Mutual labels:  latex-template
BIThesis-scaffold
📖 北京理工大学非官方 LaTeX 模板集合,基于 BIThesis。已经获得官方支持 🎉(2019 - 2021)。
Stars: ✭ 15 (-80.52%)
Mutual labels:  latex-template
PanBook
Pandoc LaTeX,Epub模板,用于生成书籍,幻灯片(beamer),简历,论文等(cv, thesis, ebook,beamer)
Stars: ✭ 190 (+146.75%)
Mutual labels:  thesis
HKUST PhD MPhil thesis Latex
The Hong Kong University of Science and Technology PhD/MPhil thesis latex template based on the latest official sample (http://pg.ust.hk/guides_n_forms/students/thesis_sample_page_phd.pdf)
Stars: ✭ 28 (-63.64%)
Mutual labels:  latex-template
ua-thesis-template
📖 A thesis LaTeX template that complies with the University of Aveiro's guidelines and provides a simple CLI workflow around make and compatibility with Overleaf.
Stars: ✭ 80 (+3.9%)
Mutual labels:  thesis
thesis
My thesis on "Open Source Code and Low Resource Languages" for an MSc in Language Science and Technology at Saarland University
Stars: ✭ 20 (-74.03%)
Mutual labels:  thesis
tex-course-index-template
A template for writing a condensed course index leveraging LaTeX indexing
Stars: ✭ 30 (-61.04%)
Mutual labels:  latex-template
nTiled
nTiled - forward and deferred openGL renderer with support for Tiled Shading, Clustered Shading and Hashed Shading
Stars: ✭ 30 (-61.04%)
Mutual labels:  thesis
quantum-journal
LaTeX template class for Quantum - the open journal for quantum science
Stars: ✭ 73 (-5.19%)
Mutual labels:  latex-template

A LaTeX Template

A LaTeX template for humans writing their thesis.

There are two ways of getting started:

  1. Online Latex editor: overleaf.com For this download the thesis template, create zip file and import it to overleaf.

  2. On your local machine. Please, follow a guide below:

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.

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

brew install --cask mactex

windows: https://miktex.org

Installing an editor

There are many capable editors designed for LaTeX.

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

texpad

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

You can also use every other text editor you prefer (Atom, Notepad++, etc.). Be aware that you might lose enhanced syntax highlighting, debugging options and pdf preview without additional plugins installed.

Get template

Download or Clone this Git Repository

git clone https://github.com/severinlandolt/latex-thesis-template.git

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.

A great way to cleanup or beauitfy you bibfile is FlamingTempura's bibtex-tidy → https://flamingtempura.github.io/bibtex-tidy/

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

Bibliography Management
I personally recommend using Zotero for bibliography management. It is a is a free, easy-to-use tool to help you collect, organise, cite, and share research. Zotero is available for Mac, Windows, and Linux.

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 information

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].