From 268a4ae621a2ae21fe217496730acd0dc76dcd25 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Mon, 24 Aug 2009 11:16:06 +0000 Subject: Add coloured rows to the other tables in the manual (button maps already done). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22494 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/config_file_options.tex | 3 ++- manual/appendix/file_formats.tex | 28 +++++++++++++++------------- manual/configure_rockbox/file_view.tex | 8 +++++--- manual/configure_rockbox/sound_settings.tex | 2 ++ manual/plugins/blackjack.tex | 2 +- manual/plugins/brickmania.tex | 1 + manual/plugins/clix.tex | 2 +- manual/plugins/goban.tex | 24 +++++++++++++++--------- manual/plugins/jewels.tex | 2 +- manual/plugins/mandelbrot.tex | 2 +- manual/plugins/pacbox.tex | 3 +++ manual/preamble.tex | 1 + manual/rockbox_interface/tagcache.tex | 1 + 13 files changed, 49 insertions(+), 30 deletions(-) diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 3ac20bb203..01f098ee4c 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -6,9 +6,10 @@ % for the html output. \ifpdfoutput{\newcommand{\localendhead}{\endhead}}% {\newcommand{\localendhead}{}} + \rowcolors{1}{}{gray!30} \begin{longtable}{@{}>{\raggedright}p{.35\textwidth}@{}>{\raggedright}p{.4\textwidth}@{}p{.25\textwidth}@{}} \toprule - \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\ + \rowcolor{white} \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\ \midrule\localendhead % endhead breaks with htlatex volume & \opt{masd}{-78 to +18}% \opt{masf}{-100 -to +12}% diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 8103037364..87eed696a2 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -3,6 +3,7 @@ \section{\label{ref:Supportedfileformats}Supported file formats} \begin{table} \begin{center} +\rowcolors{1}{}{gray!30} \begin{tabularx}{\textwidth}{clp{7em}X}\toprule \textbf{Icon} & \textbf{File Type} & \textbf{Extension} & \textbf{Action when selected} \\\midrule% @@ -82,9 +83,10 @@ \section{\label{ref:Supportedaudioformats}Supported audio formats} \begin{table} \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabularx}{\textwidth}{lp{6em}X}\toprule \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule - \emph{Lossy codecs} \\ + \multicolumn{2}{c}{\textbf{Lossy codecs}}\\ \midrule MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\ OGG/Vorbis & \fname{.ogg, .oga} & Some old ``floor 0'' files may crash Rockbox. \\ @@ -94,9 +96,9 @@ ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\ ADX & \fname{.adx} & \\ Speex & \fname{.spx} & \\ - \\ + \midrule - \emph{Lossless codecs} \\ + \multicolumn{2}{c}{\textbf{Lossless codecs}}\\ \midrule Waveform audio format & \fname{.wav} & \\ Audio Interchange File Format & \fname{.aif, .aiff} & \\ @@ -105,20 +107,20 @@ Wavpack & \fname{.wv} & \\ Shorten & \fname{.shn} & Seeking not supported.\\ \opt{h100,h300,x5,m5,m3}{ - Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\ - } + Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode + fast enough to be useful.} \opt{gigabeatf}{ - Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\ - } + Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 + files decode fast enough to be useful.} \opt{gigabeats}{ - Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode fast enough to be useful. \\ - } - \nopt{h100,h300,x5,m5,m3,gigabeat}{% - Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\ - } + Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode + fast enough to be useful.} + \opt{ipod,h10,h10_5gb,mrobe100,sansa}{ + Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast + enough to be useful.} \\ \midrule - \emph{Other codecs} \\ + \multicolumn{2}{c}{\textbf{Other codecs}}\\ \midrule Sound Interface Device & \fname{.sid} & \\ MOD & \fname{.mod} & \\ diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 83173bdfa5..e1349343e3 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -29,11 +29,12 @@ displays files. \newline\setting{As digits} disables this algorithm, and causes every digit to be compared separately. The following table demonstrates the two sortings. \begin{table} - \centering - \begin{tabularx}{.8\textwidth}{ll} + \begin{center} + \rowcolors{1}{}{gray!30} + \begin{tabularx}{.8\textwidth}{XX} \toprule \textbf{As whole numbers} & \textbf{As digits}\\ - \midrule + \midrule 03 Jackson.mp3 & 03 Jackson.mp3\\ 1 Ring Of Fire.mp3 & 1 Ring Of Fire.mp3\\ 2 I Walk The Line.mp3 & 10 A Thing Called Love.mp3\\ @@ -43,6 +44,7 @@ displays files. Episode 233.ogg & Episode 57.ogg\\ \bottomrule \end{tabularx} + \end{center} \end{table} diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex index ad99d86c77..dcf543a3d4 100644 --- a/manual/configure_rockbox/sound_settings.tex +++ b/manual/configure_rockbox/sound_settings.tex @@ -81,6 +81,7 @@ change to customise your listening experience. % \begin{table} \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabularx}{\textwidth}{lX}\toprule \textbf{Setting} & \textbf{Description} \\\midrule Stereo @@ -198,6 +199,7 @@ change to customise your listening experience. % \begin{table}[h!] \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabular}{@{}lc@{}}\toprule Setting & Value \\\midrule MDB Strength & 50dB \\ diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex index 17574f36ad..c88fdaa98c 100644 --- a/manual/plugins/blackjack.tex +++ b/manual/plugins/blackjack.tex @@ -46,7 +46,7 @@ visit\\ \opt{HAVEREMOTEKEYMAP}{& } & Quit\\\hline \multicolumn{2}{c}{\textbf{In game}}\\\hline - \ButtonLeft{} / \ButtonRight{} /\\ + \ButtonLeft{} / \ButtonRight{} / \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD} {\ButtonUp{} / \ButtonDown} diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index 9cf23ce144..039134f761 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -9,6 +9,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ \subsubsection{Special items} \begin{table} \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabularx}{.75\textwidth}{clX}\toprule \textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule N & Normal & Returns paddle to normal.\\ diff --git a/manual/plugins/clix.tex b/manual/plugins/clix.tex index 9497877b31..6a9b988be9 100644 --- a/manual/plugins/clix.tex +++ b/manual/plugins/clix.tex @@ -7,7 +7,7 @@ The more blocks you remove per turn, the more points you get. \begin{table} \begin{btnmap}{}{} - \ButtonLeft/\ButtonRight/\\ + \ButtonLeft/\ButtonRight/ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} {\ButtonUp/\ButtonDown} diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex index dc68f1f55a..f4cf09013f 100644 --- a/manual/plugins/goban.tex +++ b/manual/plugins/goban.tex @@ -32,12 +32,16 @@ is not selected. The information panel which displays the current move number may also contain these markers: \\ -\begin{tabularx}{\textwidth}{lX}\toprule -\textbf{Mark} & \textbf{Meaning} \\ \midrule - \emph{+ } & There are nodes after the current node in the SGF tree. \\ - \emph{* } & There are sibling variations which can be navigated to using the % - \emph{Next Variation} menu option of the \emph{Context Menu}% - \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,% + +\begin{table} + \begin{center} + \rowcolors{1}{}{gray!30} + \begin{tabularx}{\textwidth}{lX}\toprule + \textbf{Mark} & \textbf{Meaning} \\ \midrule + \emph{+ } & There are nodes after the current node in the SGF tree. \\ + \emph{* } & There are sibling variations which can be navigated to using the % + \emph{Next Variation} menu option of the \emph{Context Menu}% + \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,% RECORDER_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,% IRIVER_H300_PAD}{ or the % \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}% @@ -47,10 +51,12 @@ these markers: \\ \opt{GIGABEAT_PAD}{\ButtonA}% \opt{GIGABEAT_S_PAD}{\ButtonPlay}% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\ - \emph{C } & There is a comment at the current node. It can be viewed/edited using + \emph{C } & There is a comment at the current node. It can be viewed/edited using the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\ -\bottomrule -\end{tabularx} + \bottomrule + \end{tabularx} + \end{center} +\end{table} \subsubsection{Controls} \begin{table} diff --git a/manual/plugins/jewels.tex b/manual/plugins/jewels.tex index ff56b9a558..530bd497c7 100644 --- a/manual/plugins/jewels.tex +++ b/manual/plugins/jewels.tex @@ -14,7 +14,7 @@ In the mode puzzle the aim of the game is to connect the puzzles, by skilful swa \begin{table} \begin{btnmap}{}{} - \ButtonLeft/\ButtonRight/\\ + \ButtonLeft/\ButtonRight/ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} {\ButtonUp/\ButtonDown} diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex index 36bbb14853..2eb860309a 100644 --- a/manual/plugins/mandelbrot.tex +++ b/manual/plugins/mandelbrot.tex @@ -5,7 +5,7 @@ This demonstration draws fractal images from the Mandelbrot set \begin{table} \begin{btnmap}{}{} Direction keys - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{&} & Move about the image\\ % \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex index 29d524197b..289ab95916 100644 --- a/manual/plugins/pacbox.tex +++ b/manual/plugins/pacbox.tex @@ -9,7 +9,9 @@ Pacbox is an emulator of the Pacman arcade machine hardware. It is a port of \subsubsection{ROMs} To use the emulator to play Pacman, you need a copy of ROMs for ``Midway Pacman''. +\begin{table} \begin{center} + \rowcolors{1}{}{gray!30} \begin{tabular}{ll}\toprule \textbf{Filename} & \textbf{MD5 checksum}\\\midrule pacman.5e & 2791455babaf26e0b396c78d2b45f8f6\\ @@ -20,6 +22,7 @@ To use the emulator to play Pacman, you need a copy of ROMs for pacman.6j & 33c0e197be4c787142af6c3be0d8f6b0\\\bottomrule \end{tabular} \end{center} +\end{table} These need to be stored in the \fname{/.rockbox/pacman/} directory on your \dap. In the MAME ROMs collection the necessary files can be found in diff --git a/manual/preamble.tex b/manual/preamble.tex index ce5fee2895..2495f13b88 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -210,6 +210,7 @@ % Note: you still need to enclose this with \begin{table} / \end{table} % Cheers for the usenet helping me building this up :) \newenvironment{tagmap}[2]{% +\rowcolors{1}{}{gray!30} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex index a36ca5aa82..e9d0c3ef30 100644 --- a/manual/rockbox_interface/tagcache.tex +++ b/manual/rockbox_interface/tagcache.tex @@ -114,6 +114,7 @@ to RAM.}% \begin{table} \begin{center} +\rowcolors{1}{}{gray!30} \begin{tabularx}{.75\textwidth}{XXX}% \toprule% \textbf{Tag} & \textbf{Type} & \textbf{Origin} \\ -- cgit v1.2.3