alexpovel / latex-cookbook

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, with a Python testing framework.
MIT License
223 stars 20 forks source link
bachelor-thesis-template best-practices docker-image hacktoberfest latex latex-class latex-document latex-template latex-thesis-template master-thesis-template modern pdf phd-thesis-template svg template tex unicode

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.

[!IMPORTANT] This project is not archived, and issues are still addressed. However, the document is regarded as "done" and no new feature development actively happens. As LaTeX is a glacially slow-moving target, the document should be useful, valid and buildable for many years to come still.

There is a fork maintained by former coworkers of the author, at the research institute this template originated from as well. Active development is still happening there.

Getting started

After installing Docker (and git), building works out of the box:

The entrypoint is latexmk, which when given no arguments (as done here) runs on all found *.tex files, which in this case is only the root's main file.

[!NOTE] Should this fail to compile (this is a bug, please report!), feel free to try other images. When alexpovel/latex was built, texlive/texlive did not exist yet. That image is strongly recommended, as it is actively maintained by the actual authors of TeXLive. If tools are missing, like inkscape, build your own image FROM texlive/texlive, then install required software.

Alternatively, there is a fork for the image as well, accompanying the template fork.

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

LaTeX-specific