mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-02-03 23:54:16 +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{fancyhdr}
|
||||||
\usepackage{xparse}
|
\usepackage{xparse}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
|
\usepackage{pdfpages}
|
||||||
|
|
||||||
% tikz settings
|
% tikz settings
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
|
@ -46,8 +47,16 @@
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
\ifdefined\HCode
|
\ifdefined\HCode
|
||||||
|
\includegraphics{assets/cover-with-names.png}
|
||||||
% turn off TOC
|
% turn off TOC
|
||||||
\else
|
\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
|
\tableofcontents
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user