1
0
Fork 0
forked from len0rd/rockbox

Fix the device name in the page footer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-06-13 16:39:07 +00:00
parent 53de165193
commit c7bb9493a8

View file

@ -70,7 +70,7 @@
\fancyhead[L]{{\textsc{\leftmark}}} \fancyhead[L]{{\textsc{\leftmark}}}
\fancyhead[R]{\iffloatpage{}{\thepage}} \fancyhead[R]{\iffloatpage{}{\thepage}}
\fancyfoot[L]{\textsc{The Rockbox manual}} \fancyfoot[L]{\textsc{The Rockbox manual}}
\fancyfoot[R]{\textsc{\playername}} \fancyfoot[R]{\textsc{\playerman{} \playertype}}
\renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}
\renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}}
@ -221,7 +221,7 @@
% This is intended to make the LaTeX sources more readable. % This is intended to make the LaTeX sources more readable.
% Note: when using the code environment you need to use optv instead of opt! % Note: when using the code environment you need to use optv instead of opt!
\DefineVerbatimEnvironment{code}{Verbatim}% \DefineVerbatimEnvironment{code}{Verbatim}%
{framerule=0.4pt, framesep=1ex,numbers=left,frame=lines,% {framerule=0.4pt, framesep=1ex,numbers=left,frame=lines,%stepnumber=5,%
gobble=4,fontsize=\footnotesize,xleftmargin=10pt,% gobble=4,fontsize=\footnotesize,xleftmargin=10pt,%
label=\textnormal{\textsc{Code}},% label=\textnormal{\textsc{Code}},%
commandchars=\\\{\}% commandchars=\\\{\}%