summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-11-28 17:12:40 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-11-28 17:12:40 +0000
commitc3ca746de4ac62b3fba6f9b6656caf927a63c936 (patch)
tree0d4729cd94a6306ac8dcf2ee7f43f0d01397ce4a
parentc2617dc4ed76eceaefd4ca39c0159498eb5e9762 (diff)
downloadrockbox-c3ca746de4ac62b3fba6f9b6656caf927a63c936.tar.gz
rockbox-c3ca746de4ac62b3fba6f9b6656caf927a63c936.zip
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
-rw-r--r--manual/main_menu/recording_screen.tex47
1 files changed, 27 insertions, 20 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex
index 5d661a28a0..9c20b0a6ae 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:
38 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecSettingsDec{} / \ActionRecSettingsInc} 38 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecSettingsDec{} / \ActionRecSettingsInc}
39 & Adjust selected setting.\\ 39 & Adjust selected setting.\\
40 % 40 %
41 \ActionRecPause 41 \ActionRecPause
42 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPause} 42 &
43 & Start Recording.\\ 43 \opt{HAVEREMOTEKEYMAP}{
44 & \opt{HAVEREMOTEKEYMAP}{&} 44 \ActionRCRecPause
45 While recording: pause recording (press again to 45 &}
46 continue).\\ 46 Start Recording.\newline
47 While recording: pause recording (press again to continue).
48 \\
47 % 49 %
48 \ActionRecExit 50 \ActionRecExit
49 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecExit} 51 &
50 & Exit \setting{Recording Screen}.\\ 52 \opt{HAVEREMOTEKEYMAP}{
51 & \opt{HAVEREMOTEKEYMAP}{&} 53 \ActionRCRecExit
52 While recording: Stop recording.\\ 54 &}
55 Exit \setting{Recording Screen}.\newline
56 While recording: Stop recording.
57 \\
53 % 58 %
54 \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,% 59 \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
55 SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ 60 ,SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{
56 \ActionRecNewfile 61 \ActionRecNewfile
57 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecNewfile} 62 &
58 & Start Recording.\\ 63 \opt{HAVEREMOTEKEYMAP}{
59 & \opt{HAVEREMOTEKEYMAP}{&} 64 \ActionRCRecNewfile
60 While recording: close the current file and open 65 &}
61 a new one.\\ 66 Start Recording.\newline
62 } 67 While recording: close the current file and open a new one.
68 \\
69 }
63 % 70 %
64 \ActionRecMenu 71 \ActionRecMenu
65 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecMenu} 72 \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecMenu}