Files
cs249r_book/book/quarto/.gitignore
Vijay Janapa Reddi 178ecd47c7 Add MIT Press print polish: drop caps, half-title, copyright, running headers, thumb index
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
2026-02-01 07:53:16 -05:00

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