Skip to content

Commit fb15882

Browse files
authored
Add book cover (#136)
Both PDF and HTML generation are supported.
1 parent 5c0f9b0 commit fb15882

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Diff for: assets/cover-with-names.png

429 KB
Loading

Diff for: assets/cover.png

465 KB
Loading

Diff for: lkmpg.tex

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
\usepackage{fancyhdr}
77
\usepackage{xparse}
88
\usepackage{ifthen}
9+
\usepackage{pdfpages}
910

1011
% tikz settings
1112
\usepackage{tikz}
@@ -46,8 +47,16 @@
4647

4748
\maketitle
4849
\ifdefined\HCode
50+
\includegraphics{assets/cover-with-names.png}
4951
% turn off TOC
5052
\else
53+
\pagestyle{empty}
54+
\begin{tikzpicture}[remember picture, overlay]
55+
\node at (current page.center) {\includegraphics[width=\paperwidth, height=\paperheight]{assets/cover.png}}; \\
56+
\node at (11, -9.5) {\Large \textbf{Peter Jay Salzman, Michael Burian,}}; \\
57+
\node at (11, -10.5) {\Large \textbf{Ori Pomerantz, Bob Mottram,}}; \\
58+
\node at (11, -11.5) {\Large \textbf{Jim Huang}};
59+
\end{tikzpicture}
5160
\tableofcontents
5261
\fi
5362

0 commit comments

Comments
 (0)