All Projects → alexpovel → thesis_template

alexpovel / thesis_template

Licence: MIT license
A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD.

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects
Makefile
30231 projects
perl
6916 projects
lua
6591 projects

Projects that are alternatives of or similar to thesis template

latex templates
No description or website provided.
Stars: ✭ 13 (-89.26%)
Mutual labels:  latex-template, master-thesis-template, bachelor-thesis-template
uni-stuttgart-dissertation-template
Unofficial LaTeX template for a PhD thesis at University of Stuttgart, Germany
Stars: ✭ 30 (-75.21%)
Mutual labels:  latex-template, phd-thesis-template
LaTeX-lecture-notes-class
A LaTeX document class for lecture notes (for a seminar, for an entire course with several lectures, or for brief talks) that looks great and works even with basic pdflatex.
Stars: ✭ 58 (-52.07%)
Mutual labels:  latex-document, latex-class
qyxf-book
钱院学辅 LaTeX 书籍模板
Stars: ✭ 31 (-74.38%)
Mutual labels:  latex-template, latex-class
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-85.95%)
Mutual labels:  latex-document, latex-template
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-78.51%)
Mutual labels:  latex-template, latex-class
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+123.97%)
Mutual labels:  latex-template, latex-class
xduugtp
西安电子科技大学本科生毕业论文(设计)开题报告LaTeX模板
Stars: ✭ 26 (-78.51%)
Mutual labels:  latex-template, latex-class
TFG-TFM EPS
Plantilla LaTeX para la elaboración de TFG y TFM en la Escuela Politécnica Superior de la Universidad de Alicante
Stars: ✭ 45 (-62.81%)
Mutual labels:  latex-document, latex-template
huskydown
An R Markdown template using the bookdown package for preparing a PhD thesis at the University of Washington
Stars: ✭ 116 (-4.13%)
Mutual labels:  latex-template, latex-thesis-template
hitszthesis
A dissertation template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations
Stars: ✭ 123 (+1.65%)
Mutual labels:  latex-document, latex-template
publicacoes
Minhas publicações no LaTex
Stars: ✭ 50 (-58.68%)
Mutual labels:  latex-document, latex-template
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-81.82%)
Mutual labels:  latex-template, latex-class
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (-71.9%)
Mutual labels:  latex-template, latex-class
datree
Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
Stars: ✭ 5,744 (+4647.11%)
Mutual labels:  best-practices
UESTC Lab Report LaTeX Template
A LaTeX Template for UESTC Lab Report
Stars: ✭ 40 (-66.94%)
Mutual labels:  latex-template
Clean-Architecture-Template
Configurable Clean Architecture template containing the DDD + CQRS approach for .NET Core applications.
Stars: ✭ 14 (-88.43%)
Mutual labels:  best-practices
theBookOfNoah
Everything ive learned developing web applications
Stars: ✭ 22 (-81.82%)
Mutual labels:  best-practices
beamerthemeuconn
LaTeX Beamer themes for the University of Connecticut
Stars: ✭ 20 (-83.47%)
Mutual labels:  latex-template
elteikthesis
ELTE IK szakdolgozat és diplomamunka sablon.
Stars: ✭ 32 (-73.55%)
Mutual labels:  latex-template

LaTeX Cookbook

Download PDF

This repo contains a LaTeX document, usable as a cookbook (different "recipes" to achieve various things in LaTeX) as well as as a template. The resulting PDF covers LaTeX-specific topics and instructions on compiling the LaTeX source.

See the releases page for more downloads.

Features

The PDF itself has much more to say on this and is meant to speak for itself, visually. The following is simply a brief overview of the features contained in this repo.

Tooling

  • accompanying Docker image, usable locally and in CI/CD, guaranteeing compilation success without interfering with your local installation. In fact, using Docker (containerization in general), no LaTeX installation is required at all.
    • accompanying Visual Studio Code environment configuration.

      If you open this repository in Visual Studio Code, it should automatically put you into the correct Docker container environment for development, and just work™. See here for more info.

    • in the image, pandoc is available with the Eisvogel template, allowing beautiful PDFs to be generated from Markdown (like this README: download it from the latest Actions artifacts; it currently looks lackluster because this README is mainly PNGs)

  • tests for your PDF, using Python to ensure some (basic) properties of your output adhere to expectations
  • a Makefile to facilitate ease of use and platform independence (commands like make file.pdf work locally as well as in CI pipelines)

LaTeX-specific

  • full Unicode support through lualatex, the successor to the obsolete pdflatex. This also affords beautiful font typesetting through unicode-math. High-quality fonts like TeX Gyre Pagella have all desirable font shapes available: font-shapes

  • automatic compilation using latexmk, ensuring the PDF is built fully, running all steps necessary (generation of the bibliography, glossaries, ...) automatically as needed

  • comprehensive support for:

    made possible through glossaries-extra.

  • structured and commented source code, explaining rationales and providing context

  • showcasing plotting and data display (floats):

    • computing more complicated plots (in this example, a contour plot) directly in LaTeX, with no explicit outside tools used (gnuplot is used by LaTeX in the background):

      plot-compute

    • ingesting a CSV directly, and plotting it (so we can skip matlab2tikz etc.). The below style is inspired by Tufte:

      plot-csv

    • typesetting more complex tables, with footnotes, decimal alignment and more:

      table

    • using tikz:

      • for annotating bitmap graphics:

        tikz-annotation

      • for drawing diagrams (this template contains a (basic) pgf/tikz library for energy systems/thermodynamics/hydraulics/... symbols like pipes, compressors, valves, ...) and 3D sketches. For a much better and comprehensive collection of TikZ examples, see here.

        tikz-diagram tikz-libaries

  • back-referencing of citations, using the excellent biblatex:

    backref

  • support for elaborate chemical reaction equations, using chemmacros:

    chemmacros

  • comprehensive code syntax highlighting, thanks to minted and pygments:

    pygments

  • quick and structural switching of language contexts, provided by polyglossia:

    language

  • of course, support for enhanced mathematical typesetting, like highlighted equations or premade macros. The blue color are hyperlinks, turning those symbols into links to the glossary (this can be toggled off).

    math

    math-macros

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].