Skip to content

Instantly share code, notes, and snippets.

View syncall's full-sized avatar

Markus Sosnowski syncall

View GitHub Profile
@syncall
syncall / Makefile
Last active February 24, 2025 10:34
Makefile based on latexmk and texlogfilter for nice error messages
# © 2025 Markus Sosnowski
#
# Makefile using latexmk
#
# Will build everything under figures/ first, then tex files in the main folder
# Use the standalone package for these figures to speed up build process
#
# Allows to building chapters separately with "make parts"
# This can help writing a single chapter, although it does not speed up
# building the main pdf files