Reference: Build system¶
ModernDoc supports both:
- direct
latexmkusage - Makefile wrappers (optional convenience)
Recommended build command¶
Useful debugging flags:
Watch mode¶
Cleaning¶
latexmkrc (typical)¶
- set LuaLaTeX as the engine
- enable biber
- set
build/as output directory - keep LuaTeX caches in build
Makefile (typical)¶
A Makefile is helpful if you ship multiple example documents:
make articlemake thesismake watch-article