mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-25 17:56:36 +08:00
Get rid of the initial 0 that shows up in every (sub)section
Every section and subsection number can be eliminated by adding the renewcommand. Suggested by Lars Engebretsen.
This commit is contained in:
parent
9d39f658c7
commit
ecfe9606de
|
@ -36,6 +36,9 @@
|
||||||
\input{lib/codeblock}
|
\input{lib/codeblock}
|
||||||
\input{lib/kernelsrc}
|
\input{lib/kernelsrc}
|
||||||
|
|
||||||
|
% 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, Bob Mottram, Jim Huang}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\title{The Linux Kernel Module Programming Guide}
|
\title{The Linux Kernel Module Programming Guide}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user