From: Felix Lee Date: Sat, 23 Sep 2023 02:44:56 +0000 (+0800) Subject: add Felix Lee to authors and fix LaTeX command in source file X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=a6322e1883cd564555126b2ce921b52e1d05535f;p=lkmpg add Felix Lee to authors and fix LaTeX command in source file --- diff --git a/lkmpg.tex b/lkmpg.tex index 87f3cc6..65fae95 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -40,7 +40,7 @@ % FIXME: classify with chapters instead of sections \renewcommand{\thesection}{\arabic{section}} -\author{Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang} +\author{Peter Jay Salzman, Michael Burian, Ori Pomerantz,\and Bob Mottram, Jim Huang, Felix Lee} \date{\today} \title{The Linux Kernel Module Programming Guide} \begin{document} @@ -55,7 +55,7 @@ \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}}; + \node at (11, -11.5) {\Large \textbf{Jim Huang, Felix Lee}}; \end{tikzpicture} \tableofcontents \fi @@ -87,7 +87,7 @@ Similar constraints arose for Peter when tracking developments in Linux v2.6, leading to Michael Burian joining as a co-maintainer to bring the guide up to speed with Linux v2.6. Bob Mottram contributed to the guide by updating examples for Linux v3.8 and later. Jim Huang then undertook the task of updating the guide for recent Linux versions (v5.0 and beyond), -along with revising the LaTeX document. +along with revising the \LaTeX{} document. \section{Acknowledgements} \label{sec:acknowledgements}