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:
parent
0ba2204beb
commit
d0a12a773c
1 changed files with 2 additions and 2 deletions
|
|
@ -261,9 +261,9 @@
|
|||
% usage \reference{ref_section}
|
||||
\ifpdfoutput{%
|
||||
\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
|
||||
\ifpdfoutput{}{\setlength{\parindent}{0mm}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue