diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-06-28 22:39:45 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-06-28 22:39:45 +0000 |
| commit | 942e427ef00acd38e0657d82b4c52188a1fd0b76 (patch) | |
| tree | d7aba6dec34106a6f50c6556e86701b993ecb6eb /manual/preamble.tex | |
| parent | cf6554d8914bd9c15f800399ede8750d93f8c74c (diff) | |
| download | rockbox-942e427ef00acd38e0657d82b4c52188a1fd0b76.zip rockbox-942e427ef00acd38e0657d82b4c52188a1fd0b76.tar.gz rockbox-942e427ef00acd38e0657d82b4c52188a1fd0b76.tar.bz2 rockbox-942e427ef00acd38e0657d82b4c52188a1fd0b76.tar.xz | |
Simplify the 'blind' macro and imrove spacing where it's used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27166 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
| -rw-r--r-- | manual/preamble.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 8bcb8ac..ef31dde 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -197,10 +197,8 @@ % command to mark a text block as intended especially for blind people % Usage: \blind{text} \ifpdfoutput{ -\newcommand{\blind}[1]{ - \ifinner\else\par\noindent\fi - \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\ForwardToEnd}}#1\par\fi% -}} +\newcommand{\blind}[1]{\mbox{}\marginpar{\raisebox{-1ex}{\Huge{\ForwardToEnd}}}#1} +} {\newcommand{\blind}[1]{\ifinner\else\par\noindent\fi#1}} % make table floats use "H" (as for screenshots) as default positioning |