Files
cs249r_book/kits/tex/cover_page.tex
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

10 lines
601 B
TeX

\begin{titlepage}
\begin{center}
\thispagestyle{empty}
\includegraphics[trim=0 -10 0 0, clip, width=\textwidth]{cover-image-white.png} % Adjust the size and path to your image
{{\Huge\bfseries Hardware Kits}\\[0.5em] \Large Hands-On Embedded ML Labs \\[1em] \par}
\vspace*{\fill}
{\large Written, edited and curated by \\[.1cm] Marcelo Rovai \\[.2cm] With Prof. Vijay Janapa Reddi \\[.2cm] Harvard University \\[1em] \normalsize {\itshape Part of the Machine Learning Systems textbook.} \\[1em] \vfill \scriptsize Last Modified: \today\par \vfill}
\end{center}
\end{titlepage}