diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-19 16:06:37 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-19 16:06:37 +0000 |
| commit | 4ccc2cebd23f67cdebf5de82fff778fbad8e9737 (patch) | |
| tree | d70684d4c53d7e06b5c7ac47a4a95da90e4147f8 /manual/preamble.tex | |
| parent | 13e49f5f91cbe2b8ddb1567afb24d385c68be899 (diff) | |
| download | rockbox-4ccc2cebd23f67cdebf5de82fff778fbad8e9737.zip rockbox-4ccc2cebd23f67cdebf5de82fff778fbad8e9737.tar.gz rockbox-4ccc2cebd23f67cdebf5de82fff778fbad8e9737.tar.bz2 rockbox-4ccc2cebd23f67cdebf5de82fff778fbad8e9737.tar.xz | |
Add a description of the ipod nano controls, posted by Woody Anna Dresner on the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10250 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
| -rw-r--r-- | manual/preamble.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index ed8c524..056cd5c 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -149,6 +149,15 @@ }} {\newcommand{\warn}[1]{\ifinner\else\par\noindent\fi\textbf{Warning:{} }#1}} +% 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]{\ifinner\else\par\noindent\fi#1}} + % make table floats use "H" (as for screenshots) as default positioning \makeatletter\renewcommand{\fps@table}{H}\makeatother % change defaults for floats on a page as we have a lot of small images |