summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-12 12:56:49 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-12 12:56:49 +0000
commitfcd884ba9bdc14b53009c5808bc2d33cd692dbb5 (patch)
tree09c22a654370e025a05cbac5346c9299ada232c8 /manual
parentb7a96707bc462c493ff04cce08b2c971eb92f7dc (diff)
downloadrockbox-fcd884ba9bdc14b53009c5808bc2d33cd692dbb5.tar.gz
rockbox-fcd884ba9bdc14b53009c5808bc2d33cd692dbb5.zip
Patch #4821 by Nils Wallménius. Add Checkbox plugin to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9012 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/chessbox.tex26
-rw-r--r--manual/plugins/images/ss-chessbox-112x64x1.pngbin0 -> 405 bytes
-rw-r--r--manual/plugins/images/ss-chessbox-160x128x2.pngbin0 -> 798 bytes
-rw-r--r--manual/plugins/images/ss-chessbox-176x132x16.pngbin0 -> 1592 bytes
-rw-r--r--manual/plugins/images/ss-chessbox-220x176x16.pngbin0 -> 7493 bytes
-rw-r--r--manual/plugins/main.tex2
6 files changed, 28 insertions, 0 deletions
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
new file mode 100644
index 0000000000..98849c0df4
--- /dev/null
+++ b/manual/plugins/chessbox.tex
@@ -0,0 +1,26 @@
1\subsection{Chessbox}
2\begin{figure}[h!]
3\begin{center}
4\includegraphics[width=4cm]{plugins/images/ss-chessbox-\genericimg.png}
5\end{center}
6\caption{Chessbox}
7\end{figure}
8Chessbox is a chess game with computer AI. The chess engine is a port of GNU Chess 2 by John Stanback.\\
9
10\textbf{Keys}
11\begin{table}[ht!]
12 \begin{center}
13 \begin{tabular}{ll}\toprule
14 \textbf{Key} & \textbf{Action}\\\midrule
15 Direction keys & Move the cursor\\
16 \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{short press on MODE}\opt{h1xx,ipodcolor,ipodnano}{SELECT}\opt{h300}{NAVI}
17 & Select / Move piece\\
18 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{MODE+OFF}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{SELECT+RIGHT}
19 & Change level\\
20 \opt{recorder,recorderv2fm}{MENU}\opt{ondio}{long press on MODE}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+PLAY}
21 & Force play\\
22 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU}
23 & Quit\\\bottomrule
24 \end{tabular}
25 \end{center}
26\end{table}
diff --git a/manual/plugins/images/ss-chessbox-112x64x1.png b/manual/plugins/images/ss-chessbox-112x64x1.png
new file mode 100644
index 0000000000..d4c8d7d12a
--- /dev/null
+++ b/manual/plugins/images/ss-chessbox-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-chessbox-160x128x2.png b/manual/plugins/images/ss-chessbox-160x128x2.png
new file mode 100644
index 0000000000..53b0a7f407
--- /dev/null
+++ b/manual/plugins/images/ss-chessbox-160x128x2.png
Binary files differ
diff --git a/manual/plugins/images/ss-chessbox-176x132x16.png b/manual/plugins/images/ss-chessbox-176x132x16.png
new file mode 100644
index 0000000000..2277af1eac
--- /dev/null
+++ b/manual/plugins/images/ss-chessbox-176x132x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-chessbox-220x176x16.png b/manual/plugins/images/ss-chessbox-220x176x16.png
new file mode 100644
index 0000000000..5023ac0354
--- /dev/null
+++ b/manual/plugins/images/ss-chessbox-220x176x16.png
Binary files differ
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 071208c508..49040606cd 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -23,6 +23,8 @@ will carry on playing whilst plugins are being run.
23 23
24\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}} 24\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}}
25 25
26\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}}
27
26\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}} 28\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
27 29
28\opt{player}{\input{plugins/jackpot.tex}} 30\opt{player}{\input{plugins/jackpot.tex}}