From 0e78bb8aa1c7bff12eb429da0f4da89c02c4885a Mon Sep 17 00:00:00 2001 From: pixelma Date: Sat, 28 Nov 2009 17:12:40 +0000 Subject: [PATCH] Manual: find a nicer solution for the problem that lead to r23772. Using \newline gives a linebreak inside of the cell - it's not necessary to start a new row and put 2 or 3 (in case of remote targets) in front of it. Simpler code, less error-prone and the lines with alternating colours in the PDF button tables look more suitable. Also rearrange the rest of the affected row's code to make it more readable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23777 a1c6a512-1295-4272-9138-f99709370657 --- manual/main_menu/recording_screen.tex | 47 ++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index 5d661a28a..9c20b0a6a 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex @@ -38,28 +38,35 @@ The controls for this screen are: \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecSettingsDec{} / \ActionRecSettingsInc} & Adjust selected setting.\\ % - \ActionRecPause - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPause} - & Start Recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: pause recording (press again to - continue).\\ + \ActionRecPause + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecPause + &} + Start Recording.\newline + While recording: pause recording (press again to continue). + \\ % - \ActionRecExit - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecExit} - & Exit \setting{Recording Screen}.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: Stop recording.\\ + \ActionRecExit + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecExit + &} + Exit \setting{Recording Screen}.\newline + While recording: Stop recording. + \\ % - \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,% - SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ - \ActionRecNewfile - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecNewfile} - & Start Recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: close the current file and open - a new one.\\ - } + \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% + ,SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ + \ActionRecNewfile + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecNewfile + &} + Start Recording.\newline + While recording: close the current file and open a new one. + \\ + } % \ActionRecMenu \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecMenu} -- 2.11.4.GIT