From 3108c86591170e69c1b11b4722dc0c6ca03fa254 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Sat, 23 Sep 2023 21:55:13 +0800 Subject: [PATCH] change layout for titlepage and contentoftable --- lkmpg.tex | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/lkmpg.tex b/lkmpg.tex index 9f2a02c..92da321 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -45,7 +45,6 @@ \title{The Linux Kernel Module Programming Guide} \begin{document} -\maketitle \ifdefined\HCode \includegraphics{assets/cover-with-names.png} % turn off TOC @@ -57,8 +56,20 @@ \node at (11, -10.5) {\Large \textbf{Ori Pomerantz, Bob Mottram,}}; \\ \node at (11, -11.5) {\Large \textbf{Jim Huang, Felix Lee}}; \end{tikzpicture} -\tableofcontents \fi +\clearpage +\thispagestyle{empty} +\hfill +\clearpage +\maketitle +\clearpage +\thispagestyle{empty} +\vskip 2cm +This is test words. +\hfill +\clearpage +\pagebreak +\tableofcontents \chapter{Introduction} \label{sec:introduction} @@ -88,10 +99,11 @@ for jokes experienced in his work, and later in the article, the punchlines of % the jokes appear randomly. In this way, you can increase the attractiveness of % the article and activate the reading atmosphere. -Felix hope the new contents about how to use git to patch, and how to submit % -patch to upstream repo will be filled in new version of this book. Felix hope % -the new subject will give important opportunity for readers to change tax bills % -color of IQ. +Felix hope the subject about using git to patch kernel could be Candidates who % +will save readers bill of imagination tax. The Galaxy Conversation Center is % +rumored that imageination tax to be the most promising tax in the future. + +Keep calm! The next reading time will neutralize your bad mood. \section{Authorship} \label{sec:authorship} -- 2.39.5