mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-21 21:32:49 +08:00
parent
5c0f9b0abc
commit
fb15882377
BIN
assets/cover-with-names.png
Normal file
BIN
assets/cover-with-names.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 429 KiB |
BIN
assets/cover.png
Normal file
BIN
assets/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 465 KiB |
|
@ -6,6 +6,7 @@
|
|||
\usepackage{fancyhdr}
|
||||
\usepackage{xparse}
|
||||
\usepackage{ifthen}
|
||||
\usepackage{pdfpages}
|
||||
|
||||
% tikz settings
|
||||
\usepackage{tikz}
|
||||
|
@ -46,8 +47,16 @@
|
|||
|
||||
\maketitle
|
||||
\ifdefined\HCode
|
||||
\includegraphics{assets/cover-with-names.png}
|
||||
% turn off TOC
|
||||
\else
|
||||
\pagestyle{empty}
|
||||
\begin{tikzpicture}[remember picture, overlay]
|
||||
\node at (current page.center) {\includegraphics[width=\paperwidth, height=\paperheight]{assets/cover.png}}; \\
|
||||
\node at (11, -9.5) {\Large \textbf{Peter Jay Salzman, Michael Burian,}}; \\
|
||||
\node at (11, -10.5) {\Large \textbf{Ori Pomerantz, Bob Mottram,}}; \\
|
||||
\node at (11, -11.5) {\Large \textbf{Jim Huang}};
|
||||
\end{tikzpicture}
|
||||
\tableofcontents
|
||||
\fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user