diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/preamble.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 7b1927cee5..7a55319722 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex | |||
@@ -70,7 +70,7 @@ | |||
70 | \fancyhead[L]{{\textsc{\leftmark}}} | 70 | \fancyhead[L]{{\textsc{\leftmark}}} |
71 | \fancyhead[R]{\iffloatpage{}{\thepage}} | 71 | \fancyhead[R]{\iffloatpage{}{\thepage}} |
72 | \fancyfoot[L]{\textsc{The Rockbox manual}} | 72 | \fancyfoot[L]{\textsc{The Rockbox manual}} |
73 | \fancyfoot[R]{\textsc{\playername}} | 73 | \fancyfoot[R]{\textsc{\playerman{} \playertype}} |
74 | 74 | ||
75 | \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} | 75 | \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} |
76 | \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} | 76 | \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} |
@@ -221,7 +221,7 @@ | |||
221 | % This is intended to make the LaTeX sources more readable. | 221 | % This is intended to make the LaTeX sources more readable. |
222 | % Note: when using the code environment you need to use optv instead of opt! | 222 | % Note: when using the code environment you need to use optv instead of opt! |
223 | \DefineVerbatimEnvironment{code}{Verbatim}% | 223 | \DefineVerbatimEnvironment{code}{Verbatim}% |
224 | {framerule=0.4pt, framesep=1ex,numbers=left,frame=lines,% | 224 | {framerule=0.4pt, framesep=1ex,numbers=left,frame=lines,%stepnumber=5,% |
225 | gobble=4,fontsize=\footnotesize,xleftmargin=10pt,% | 225 | gobble=4,fontsize=\footnotesize,xleftmargin=10pt,% |
226 | label=\textnormal{\textsc{Code}},% | 226 | label=\textnormal{\textsc{Code}},% |
227 | commandchars=\\\{\}% | 227 | commandchars=\\\{\}% |