From 82ff776fbbf32e86cbc4c41b1290e369876f9f07 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 11 Jun 2010 20:31:38 +0000 Subject: Rework the button table in 'Navigating the Main Menu' - use \newline to keep line breaks inside the cell which makes the alternating row colours work correctly; also restructure a bit to improve readability. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26797 a1c6a512-1295-4272-9138-f99709370657 --- manual/main_menu/main.tex | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'manual') diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 74be6ed74e..161479564b 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -18,25 +18,34 @@ safely (see \reference{ref:Safeshutdown}). \section{Navigating the Main Menu} \begin{btnmap} \ActionStdNext - \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext} - & Select the next option in the menu.\\ - - & \opt{HAVEREMOTEKEYMAP}{&} Inside a setting, - increase the value or choose next option. \\ + & + \opt{HAVEREMOTEKEYMAP}{\ActionRCStdNext + &} + Select the next option in the menu.\newline + Inside a setting, increase the value or choose next option. + \\ % \ActionStdPrev - \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev} - & Select the previous option in the menu.\\ - & \opt{HAVEREMOTEKEYMAP}{&} Inside a setting, - decrease the value or choose previous option. \\ + & + \opt{HAVEREMOTEKEYMAP}{\ActionRCStdPrev + &} + Select the previous option in the menu.\newline + Inside a setting,decrease the value or choose previous option. + \\ % \ActionStdOk - \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} - & Select option. \\ + & + \opt{HAVEREMOTEKEYMAP}{\ActionRCStdOk + &} + Select option. + \\ % \ActionStdCancel - \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} - & Exit menu or setting, or move to parent menu.\\ + & + \opt{HAVEREMOTEKEYMAP}{\ActionRCStdCancel + &} + Exit menu or setting, or move to parent menu. + \\ \end{btnmap} \section {Recent Bookmarks} -- cgit