1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dominik Riebeling 2006-08-22 16:34:41 +00:00
parent 0ba2204beb
commit d0a12a773c

View file

@ -261,9 +261,9 @@
% usage \reference{ref_section} % usage \reference{ref_section}
\ifpdfoutput{% \ifpdfoutput{%
\newcommand{\reference}[1]{% \newcommand{\reference}[1]{%
section \ref{#1} (page \pageref{#1})% section~\ref{#1} (page~\pageref{#1})%
}} }}
{\newcommand{\reference}[1]{section \ref{#1}}} {\newcommand{\reference}[1]{section~\ref{#1}}}
% special HTML output adjustments % special HTML output adjustments
\ifpdfoutput{}{\setlength{\parindent}{0mm}} \ifpdfoutput{}{\setlength{\parindent}{0mm}}