mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-03 16:18:49 -05:00
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)
10 lines
601 B
TeX
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}
|