Commit Graph

2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
46aa5281da fix: add titlepage-pdf format check to inject_parts filter
The filter was only checking for 'pdf' format but we render with
'--to titlepage-pdf', so the filter wasn't activating
2025-12-28 11:25:41 -05:00
Vijay Janapa Reddi
a9a1c562c3 feat: add standalone PDF build infrastructure for Kits
Created independent build system for Hardware Kits PDF output:
- Added PDF profile (_quarto/profiles/pdf/_quarto.yml)
- Copied tex files with teal branding (#0d9488)
- Added inject_parts.lua filter for part summaries
- Updated Makefile with html and pdf targets

Usage: make pdf (or quarto render --profile pdf)
2025-12-27 17:59:58 -05:00