summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-22 16:34:41 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-22 16:34:41 +0000
commitd0a12a773c680f3a29cc34a3b3c7f87f00d2be08 (patch)
tree89316df2c277ca488dc510621b965223b97acc89
parent0ba2204beb8f97ce71133bf74fdc24b40f81407c (diff)
downloadrockbox-d0a12a773c680f3a29cc34a3b3c7f87f00d2be08.tar.gz
rockbox-d0a12a773c680f3a29cc34a3b3c7f87f00d2be08.zip
prevent linebreaks between "description" and number in the reference macro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10695 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/preamble.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 23bf7de168..5a9ecccd1e 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -261,9 +261,9 @@
261% usage \reference{ref_section} 261% usage \reference{ref_section}
262\ifpdfoutput{% 262\ifpdfoutput{%
263 \newcommand{\reference}[1]{% 263 \newcommand{\reference}[1]{%
264 section \ref{#1} (page \pageref{#1})% 264 section~\ref{#1} (page~\pageref{#1})%
265}} 265}}
266{\newcommand{\reference}[1]{section \ref{#1}}} 266{\newcommand{\reference}[1]{section~\ref{#1}}}
267 267
268% special HTML output adjustments 268% special HTML output adjustments
269\ifpdfoutput{}{\setlength{\parindent}{0mm}} 269\ifpdfoutput{}{\setlength{\parindent}{0mm}}