mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 07:53:34 -05:00
Add build scripts and GitHub Actions workflow to support PDF generation: - build_pdf.sh: LaTeX-based PDF build for professional quality - build_pdf_simple.sh: HTML-to-PDF build without LaTeX requirement - Makefile: convenient shortcuts for common build tasks - GitHub Actions workflow: automated PDF builds on demand Supports multiple output formats: - HTML website (default, via jupyter-book) - PDF via HTML-to-PDF (pyppeteer, no LaTeX needed) - PDF via LaTeX (professional typography, requires LaTeX) Usage: make html - Build HTML website make pdf-simple - Build PDF without LaTeX make pdf - Build PDF with LaTeX