mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
Comprehensive print-readiness enhancements for both Vol I and Vol II: - copyright.tex: Replace placeholder with proper MIT Press copyright block (Vol I + Vol II) - before-body-includes.tex: Add half-title pages with volume-specific titles - header-includes.tex: Add lettrine (drop caps), running header truncation, epigraph environment, thumb index tabs, crop/bleed marks (commented), PDF/A compliance (commented), enhanced widow/orphan control - dropcap.lua: Lua filter to auto-apply crimson drop caps on the first paragraph of each chapters first numbered section (no QMD edits needed) - _quarto-pdf-vol1.yml / vol2.yml: Add lol (List of Listings), wire include-before-body and include-after-body, register dropcap filter - .gitignore: Allow tex/*.tex files to be tracked
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
/.quarto/
|
|
**/*.quarto_ipynb
|
|
|
|
# PDF build artifacts
|
|
*.tex
|
|
*.aux
|
|
*.log
|
|
|
|
# Allow checked-in LaTeX include sources used by chapters (for example, TikZ includes).
|
|
!contents/**/includes/*.tex
|
|
|
|
# Allow checked-in LaTeX configuration files in tex/ directory.
|
|
!tex/*.tex
|