Skip to content

Commit ecfe960

Browse files
committed
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.
1 parent 9d39f65 commit ecfe960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lkmpg.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
\input{lib/codeblock}
3737
\input{lib/kernelsrc}
3838

39+
% FIXME: classify with chapters instead of sections
40+
\renewcommand{\thesection}{\arabic{section}}
41+
3942
\author{Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang}
4043
\date{\today}
4144
\title{The Linux Kernel Module Programming Guide}

0 commit comments

Comments
 (0)