1
0
Fork 0
forked from len0rd/rockbox

Changes to the tables for some of the plugins. Some are adapted to the \opt environment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-03-09 09:31:34 +00:00
parent 48e8e1d820
commit aa830112cc
17 changed files with 118 additions and 141 deletions

View file

@ -3,4 +3,4 @@
\newcommand{\playerman}{iRiver} \newcommand{\playerman}{iRiver}
\newcommand{\playertype}{H1xx} \newcommand{\playertype}{H1xx}
\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} \newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
\newcommand{\genericimg}{160x128x2} \newcommand{\genericimg}{160x128x2}

View file

@ -14,14 +14,13 @@ Key controls for this demo are:
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline F1/F2/F3 & Enters Bounce configuration options \\
F1/F2/F3 & Enters Bounce configuration options \\\hline UP/DOWN & Moves to next/previous option \\
UP/DOWN & Moves to next/previous option \\\hline LEFT/RIGHT & Increases/decreases option value \\
LEFT/RIGHT & Increases/decreases option value \\\hline ON & Changes to Scroll mode \\
ON & Changes to Scroll mode \\\hline OFF & Exits bounce demo\\\bottomrule
OFF & Exits bounce demo\\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -1,7 +1,7 @@
\subsection{Chess Clock} \subsection{Chess Clock}
\begin{figure}[h!] \begin{figure}[h!]
\begin{center} \begin{center}
\includegraphics{plugins/images/ss-chess_clock-\genericimg.png} \includegraphics[width=4cm]{plugins/images/ss-chess_clock-\genericimg.png}
\end{center} \end{center}
\caption{Chess Clock} \caption{Chess Clock}
\end{figure} \end{figure}
@ -32,15 +32,14 @@ Keys are as follows:
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action}\\\midrule
PLAYER & RECORDER & ONDIO & FUNCTION \\\hline \opt{player}{On}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Exit plugin \\
ON & OFF & ONOFF & Exit plugin \\\hline \opt{player}{Stop}\opt{recorder,recorderv2fm,Ondio}{Left}\opt{h1xx,h300,ipodcolor,ipodnano}{Stop} & Restart round for the player \\
STOP & LEFT & LEFT & Restart round for the player \\\hline \opt{player,h1xx,h300,ipodcolor,ipodnano,recorder,recorderv2fm}{Play}\opt{Ondio}{Right} & Pausing the time (press again to continue) \\
PLAY & PLAY & RIGHT & Pausing the time (press again to continue) \\\hline \opt{player,h1xx,h300,ipodcolor,ipodnano}{Right}\opt{ondio,recorder,recorderv2fm}{Up} & Switch to next player \\
RIGHT & UP & UP & Switch to next player \\\hline \opt{player,h1xx,h300,ipodcolor,ipodnano}{Left}\opt{ondio,recorder,recorderv2fm}{Down} & Switch to previous player \\
LEFT & DOWN & DOWN & Switch to previous player \\\hline \opt{player}{Menu}\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx,h300,ipodcolor,ipodnano}{Rec} & Exit plugin \\\bottomrule
MENU & F1 & MODE & Enter a simple menu \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}
@ -51,4 +50,3 @@ When the round time is up for a player the message ``ROUND UP!'' is shown (press
When the total time is up for a player the message ``TIME UP!''is shown. Then player will then be removed from the timer. When the total time is up for a player the message ``TIME UP!''is shown. Then player will then be removed from the timer.

View file

@ -11,14 +11,15 @@ above, below, left and right of the cursor. The aim is to end up with
a screen containing tokens of only one colour. a screen containing tokens of only one colour.
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|c|c|c|} \begin{center}
\hline \begin{tabular}{@{}ll@{}}\toprule
Recorder & Ondio & ACTION \\\hline \textbf{Key} & \textbf{Action} \\\midrule
UP/DOWN/LEFT/RIGHT & UP/DOWN/LEFT/RIGHT & Changes the cursor \\\hline \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down/Left/Right} & Changes the cursor \\
PLAY & Mode & Toggle \\\hline \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{Mode}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Unknown} & Toggle \\
F1 & Mode +Left & Shuffle \\\hline \opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode +Left}\opt{h1xx,h300}{Mode}\opt{ipodcolor,ipodnano}{Unknown} & Shuffle \\
F2 & Mode + Right & Solution \\\hline \opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode + Right}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Solution \\
F3 & Mode + On/off & Step by step \\\hline \opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode + On/off}\opt{h1xx,h300}{Rec}\opt{ipodcolor,ipodnano}{Unknown} & Step by step \\
OFF & On/off & Stop the game \\\hline \opt{recorder,recorderv2fm}{OFF}\opt{ondio}{On/off}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Stop the game \\\bottomrule
\end{tabular} \end{tabular}
\end{center}
\end{table} \end{table}

View file

@ -1,5 +1,4 @@
\chapter{Plugins} \chapter{Plugins}
\newpage
Plugins are little programs that Rockbox can load and run. Plugins have Plugins are little programs that Rockbox can load and run. Plugins have
the file extension .rock. Most of them can be started from the main the file extension .rock. Most of them can be started from the main
menu if you put them in the \textbf{/.rockbox/rocks} directory. Press menu if you put them in the \textbf{/.rockbox/rocks} directory. Press

View file

@ -10,15 +10,14 @@ This is another demonstration using the grayscale engine. It draws fractal imag
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline Arrow keys & Move about the image \\
Arrow keys & Move about the image \\\hline PLAY & Zoom in \\
PLAY & Zoom in \\\hline OFF & Quit \\
OFF & Quit \\\hline F1 & Increase iteration depth (more detail) \\
F1 & Increase iteration depth (more detail) \\\hline F2 & Decrease iteration depth (less detail) \\
F2 & Decrease iteration depth (less detail) \\\hline F3 & Reset and return to the default image \\\bottomrule
F3 & Reset and return to the default image \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -4,17 +4,14 @@ practice. Adjust the tempo though the interface or by tapping it out
on the appropriate button. on the appropriate button.
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|c|c|c|c|} \begin{center}
\hline \begin{tabular}{@{}ll@{}}\toprule
PLAYER & RECORDER & ONDIO & FUNCTION \\\hline \textbf{Key} & \textbf{Action}\\\midrule
STOP & OFF & ONOFF & Exit plugin \\\hline \opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} & Exit plugin \\
PLAY & PLAY & ~ & Start / Stop \\\hline \opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}\opt{ondio}{Mode (hold: Stop)} & Start / Stop \\
ON & ON & ~ & Tap tempo \\\hline \opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Tap tempo \\
~ & ~ & MODE & Start / Tap tempo \\\hline Left/Right & Adjust tempo \\
~ & ~ & HOLD MODE & Stop \\\hline \opt{player}{On+Left/Right}\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} & Adjust volume \\\bottomrule
MINUS/PLUS & LEFT/RIGHT & LEFT/RIGHT & Adjust tempo \\\hline
ON+MINUS/ON+PLUS & UP/DOWN & UP/DOWN & Adjust volume \\\hline
\end{tabular} \end{tabular}
\end{center}
\end{table} \end{table}

View file

@ -19,13 +19,11 @@ the location of a mine, it can be tagged to avoid accidentally
``stepping'' on it. ``stepping'' on it.
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\
UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\\hline PLAY / F1 & Toggle flag on / off \\
PLAY / F1 & Toggle flag on / off \\\hline MENU / F2 & Reveal the contents of the current square \\
MENU / F2 & Reveal the contents of the current square \\\hline STOP & Exit the game \\\bottomrule
STOP & Exit the game \\\hline
\end{tabular} \end{tabular}
\end{table} \end{table}

View file

@ -15,16 +15,15 @@ At faster speed rates, the Jukebox is less responsive to user input.
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline F1 & toggles whether to scroll or not \\
F1 & toggles whether to scroll or not \\\hline F2 & toggles filled / curve / plot \\
F2 & toggles filled / curve / plot \\\hline F3 & reset speed to 0 \\
F3 & reset speed to 0 \\\hline UP & slow down scrolling \\
UP & slow down scrolling \\\hline DOWN & Speeds up scrolling \\
DOWN & Speeds up scrolling \\\hline PLAY & Pauses the demo \\
PLAY & Pauses the demo \\\hline OFF & Exits demo \\\bottomrule
OFF & Exits demo \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -16,13 +16,12 @@ are to the right of the screen) are:
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline UP & Rotate piece \\
UP & Rotate piece \\\hline LEFT/RIGHT & Move piece to the left/right \\
LEFT/RIGHT & Move piece to the left/right \\\hline DOWN & Move faster the piece downwards \\
DOWN & Move faster the piece downwards \\\hline OFF & Exit Rockblox\\\bottomrule
OFF & Exit Rockblox\\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -13,13 +13,12 @@ Key controls:
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action}\\\midrule
KEY & ACTION \\\hline UP/DOWN/LEFT/RIGHT & Moves \\
UP/DOWN/LEFT/RIGHT & Moves \\\hline F1 & Shuffle \\
F1 & Shuffle \\\hline F2 & Change the picture \\
F2 & Change the picture \\\hline OFF & Stop the game \\\bottomrule
OFF & Stop the game \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -15,15 +15,14 @@ The controls are:
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline UP/DOWN & (in menu) Set game speed \\
UP/DOWN & (in menu) Set game speed \\\hline F1 & (in menu) Change starting maze \\
F1 & (in menu) Change starting maze \\\hline F3 & (in menu) Select game type (A or B) \\
F3 & (in menu) Select game type (A or B) \\\hline UP/DOWN/LEFT/RIGHT & Steer the snake \\
UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline PLAY & Pause the game \\
PLAY & Pause the game \\\hline STOP & Exit the game \\\bottomrule
STOP & Exit the game \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -1,12 +1,9 @@
\subsection{Snow} \subsection{Snow}
{\centering\itshape \begin{figure}[h!]
[Warning: Image ignored] % Unhandled or unsupported graphics: \begin{center}
%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img55.png} \includegraphics[width=4cm]{plugins/images/ss-snow-\genericimg.png}
\newline \end{center}
Have you ever seen snow falling? \caption{Have you ever seen snow falling?}
\par} \end{figure}
This demo replicates snow falling on your screen. If you love winter, This demo replicates snow falling on your screen. If you love winter,
you will love this demo. Or maybe not. you will love this demo. Or maybe not.

View file

@ -13,15 +13,14 @@ can only be pushed, never pulled, and only one can be pushed at a time.
The controls are: The controls are:
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\
UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\\hline F1 & Back to previous level \\
F1 & Back to previous level \\\hline F2 & Restart level \\
F2 & Restart level \\\hline F3 & Go to next level \\
F3 & Go to next level \\\hline ON & Undo last movement \\
ON & Undo last movement \\\hline OFF & Exit sokoban \\\bottomrule
OFF & Exit sokoban \\\hline
\end{tabular} \end{tabular}
\end{table} \end{table}

View file

@ -15,21 +15,15 @@ which can take ``o''s, and the filled square, which is used as a mobile
wall to allow your filled circle to get to places on the screen it wall to allow your filled circle to get to places on the screen it
could not otherwise reach. The block cannot take ``o''s. could not otherwise reach. The block cannot take ``o''s.
{\bfseries
Keys:}
\begin{table}[h!] \begin{table}[h!]
\begin{center} \begin{center}
\begin{tabular}{|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action} \\\midrule
KEY & ACTION \\\hline ON & Toggle control \\
ON & Toggle control \\\hline F1 & Previous level \\
F1 & Previous level \\\hline F2 & Reset level \\
F2 & Reset level \\\hline F3 & Next level \\
F3 & Next level \\\hline OFF & Exit the game \\\bottomrule
OFF & Exit the game \\\hline
\end{tabular} \end{tabular}
\end{center} \end{center}
\end{table} \end{table}

View file

@ -10,14 +10,13 @@ A simple stopwatch program with support for saving times.
\subsubsection{Keys are as follows:} \subsubsection{Keys are as follows:}
\begin{table}[h!] \begin{center}
\begin{tabular}{|c|c|c|c|} \begin{tabular}{@{}ll@{}}\toprule
\hline \textbf{Key} & \textbf{Action}\\\midrule
PLAYER & RECORDER & ONDIO & FUNCTION \\\hline \opt{player}{Menu}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Menu} & Quit Plugin \\
MENU & OFF & ONOFF & Quit Plugin \\\hline \opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play} & Start / stop \\
PLAY & PLAY & RIGHT & Start / stop \\\hline \opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left}\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{Unknown} & Reset timer \\
STOP & LEFT & LEFT & Reset timer \\\hline \opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Take lap time \\
ON & ON & MODE & Take lap time \\\hline \opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}\opt{recorder,recorderv2fm}{Down/Up} & Scroll through lap times \\\bottomrule
MINUS/PLUS & DOWN/UP & DOWN/UP & Scroll through lap times \\\hline
\end{tabular} \end{tabular}
\end{table} \end{center}

View file

@ -14,14 +14,15 @@ settings menu the decay time for the meter (its memory), the meter type
and the meter scale can be changed. and the meter scale can be changed.
\begin{table}[h!] \begin{table}[h!]
\begin{tabular}{|c|c|c|} \begin{center}
\hline \begin{tabular}{@{}ll@{}}\toprule
RECORDER & ONDIO & FUNCTION \\\hline \textbf{Key} & \textbf{Action} \\\midrule
OFF & ONOFF & Save settings and quit \\\hline \opt{recorder,recorderv2fm}{OFF}\opt{ondio}{ON/OFF}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Save settings and quit \\
ON & MODE & Help \\\hline \opt{recorder,recorderv2fm}{ON}\opt{ondio}{MODE}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Help \\
F1 & HOLD MODE & Settings \\\hline \opt{recorder,recorderv2fm}{F1}\opt{ondio}{HOLD MODE}\opt{h1xx,h300,ipodcolor,ipodnano}{Unknown} & Settings \\
UP & UP & Raise Volume \\\hline UP & Raise Volume \\
DOWN & DOWN & Lower Volume \\\hline DOWN & Lower Volume \\\bottomrule
\end{tabular} \end{tabular}
\end{center}
\end{table} \end{table}