summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 9d929e78b0..0d0082e47a 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -302,7 +302,7 @@
302 302
303 303
304% command to set the default table heading for button lists 304% command to set the default table heading for button lists
305\newcommand{\btnhead}{\textbf{Key} \opt{HAVE_REMOTE_KEYMAP}{% 305\newcommand{\btnhead}{\textbf{Key} \opt{HAVEREMOTEKEYMAP}{%
306 & \textbf{Remote Key}} & \textbf{Action} \\\midrule} 306 & \textbf{Remote Key}} & \textbf{Action} \\\midrule}
307% environment intended to be used with button maps 307% environment intended to be used with button maps
308% usage: \begin{btnmap}{caption}{label} Button & ButtonAction \\ \end{btnmap} 308% usage: \begin{btnmap}{caption}{label} Button & ButtonAction \\ \end{btnmap}
@@ -312,7 +312,7 @@
312% Cheers for the usenet helping me building this up :) 312% Cheers for the usenet helping me building this up :)
313 313
314% tabularx is set to be either two or three columns wide depending on whether 314% tabularx is set to be either two or three columns wide depending on whether
315% HAVE_REMOTE_KEYMAP is defined in the platform file for the target in question. 315% HAVEREMOTEKEYMAP is defined in the platform file for the target in question.
316% If it is, then every button table has three columns of the form 316% If it is, then every button table has three columns of the form
317% Main Unit Key & Remote Key & Description \\ 317% Main Unit Key & Remote Key & Description \\
318 318
@@ -326,11 +326,11 @@
326 \endcenter% 326 \endcenter%
327 } 327 }
328 \center 328 \center
329 \opt{HAVE_REMOTE_KEYMAP}{ 329 \opt{HAVEREMOTEKEYMAP}{
330 % here is the table width defined for 3 columns 330 % here is the table width defined for 3 columns
331 \tabularx{.9\textwidth}{>{\raggedright\arraybackslash}p{.2\textwidth}>{\raggedright\arraybackslash}p{.2\textwidth}X}\toprule 331 \tabularx{.9\textwidth}{>{\raggedright\arraybackslash}p{.2\textwidth}>{\raggedright\arraybackslash}p{.2\textwidth}X}\toprule
332 } 332 }
333 \nopt{HAVE_REMOTE_KEYMAP}{ 333 \nopt{HAVEREMOTEKEYMAP}{
334 % here is the table width defined for 2 columns 334 % here is the table width defined for 2 columns
335 \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule 335 \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule
336 } 336 }