This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# © 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 |