From 4ccc2cebd23f67cdebf5de82fff778fbad8e9737 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 19 Jul 2006 16:06:37 +0000 Subject: 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 --- manual/preamble.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual/preamble.tex') 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 -- cgit v1.1