diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-08-13 18:55:59 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-08-13 18:55:59 +0000 |
| commit | c9bb152a33fc293955b4b60170deb40c34857072 (patch) | |
| tree | bf8fa48f998ad44a2acb355349719776ba77ee84 | |
| parent | b91b410c118569d250e07309cc2623814420376a (diff) | |
| download | rockbox-c9bb152a33fc293955b4b60170deb40c34857072.zip rockbox-c9bb152a33fc293955b4b60170deb40c34857072.tar.gz rockbox-c9bb152a33fc293955b4b60170deb40c34857072.tar.bz2 rockbox-c9bb152a33fc293955b4b60170deb40c34857072.tar.xz | |
- kill an additional space \reference introduced for us
- don't uppercase headings to make it similar with the footer. Also use the same headings for plain style pages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10561 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/preamble.tex | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index ffdaacc..c28b42a 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -59,15 +59,13 @@ } % fancy header style adjustments -%\renewcommand{\chaptermark}[1]{\markboth{#1}{}} -%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} -\renewcommand{\rightmark}[1]{\thechapter\ } \fancyhead{} \fancyfoot{} -\fancyhead[L]{{\textsc{\leftmark}}} +\fancyhead[L]{{\nouppercase{\textsc{\leftmark}}}} \fancyhead[R]{\iffloatpage{}{\thepage}} \fancyfoot[L]{\textsc{The Rockbox manual}} \fancyfoot[R]{\textsc{\playerman{} \playertype}} +\fancypagestyle{plain}{} \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} @@ -261,13 +259,12 @@ % Use the reference to handle get a flexible reference command % usage \reference{ref_section} -\ifpdfoutput{ +\ifpdfoutput{% \newcommand{\reference}[1]{% - section \ref{#1} (page \pageref{#1}) + section \ref{#1} (page \pageref{#1})% }} {\newcommand{\reference}[1]{section \ref{#1}}} % special HTML output adjustments \ifpdfoutput{}{\setlength{\parindent}{0mm}} \ifpdfoutput{}{\renewcommand{\Forward}[1]{$\triangleright${}#1}} - |