From 23d700501d43bc77af75f67553241cc995f0a6f2 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Mon, 6 Mar 2006 13:58:14 +0000 Subject: Added a new \genericimg macro to the platform-files. Added screenshots to the cube-plugin as a demonstration of the generic-screenshot concept. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8932 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/h1xx.tex | 1 + manual/platform/h300.tex | 3 ++- manual/platform/ipodcolor.tex | 1 + manual/platform/ipodnano.tex | 1 + manual/platform/ondio.tex | 1 + manual/platform/player.tex | 1 + manual/platform/recorder.tex | 1 + manual/platform/recorderv2fm.tex | 1 + manual/plugins/cube.tex | 12 +++++------- manual/plugins/images/ss-cube-112x64x1.png | Bin 0 -> 493 bytes manual/plugins/images/ss-cube-160x128x2.png | Bin 0 -> 623 bytes manual/plugins/images/ss-cube-176x132x16.png | Bin 0 -> 1210 bytes manual/plugins/images/ss-cube-220x176x16.png | Bin 0 -> 1527 bytes manual/plugins/main.tex | 2 +- manual/plugins/oscillograph.tex | 2 +- 15 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 manual/plugins/images/ss-cube-112x64x1.png create mode 100644 manual/plugins/images/ss-cube-160x128x2.png create mode 100644 manual/plugins/images/ss-cube-176x132x16.png create mode 100644 manual/plugins/images/ss-cube-220x176x16.png diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 71e10c2..1da145a 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{iRiver} \newcommand{\playertype}{H1xx} \newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} +\newcommand{\genericimg}{160x128x2} \ No newline at end of file diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index ad89813..a7cdd92 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -2,4 +2,5 @@ \newcommand{\playerman}{iRiver} \newcommand{\playertype}{H3xx} -\newcommand{\playerlongtype{H320 and H340} +\newcommand{\playerlongtype}{H320 and H340} +\newcommand{\genericimg}{220x176x16} \ No newline at end of file diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index f33107c..6bf124e 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Apple} \newcommand{\playertype}{iPod Color} \newcommand{\playerlongtype}{\playertype} +\newcommand{\genericimg}{220x176x16} \ No newline at end of file diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index d354bb5..bef4924 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Apple} \newcommand{\playertype}{iPod Nano} \newcommand{\playerlongtype}{\playertype} +\newcommand{\genericimg}{176x132x16} \ No newline at end of file diff --git a/manual/platform/ondio.tex b/manual/platform/ondio.tex index 295a82f..dfb4bcb 100644 --- a/manual/platform/ondio.tex +++ b/manual/platform/ondio.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Archos} \newcommand{\playertype}{Archos Ondio} \newcommand{\playerlongtype}{Ondio SP, FM} +\newcommand{\genericimg}{112x64x1} \ No newline at end of file diff --git a/manual/platform/player.tex b/manual/platform/player.tex index 61f5661..2c98314 100644 --- a/manual/platform/player.tex +++ b/manual/platform/player.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Archos} \newcommand{\playertype}{Studio/Player} \newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20} +\newcommand{\genericimg}{charx11x1} diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index 7a7b589..1ec7519 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Archos} \newcommand{\playertype}{Recorder} \newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} +\newcommand{\genericimg}{112x64x1} \ No newline at end of file diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 39b371f..da1e509 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -3,3 +3,4 @@ \newcommand{\playerman}{Archos} \newcommand{\playertype}{Recorder V2/FM} \newcommand{\playertypelong}{Recorder V2 and FM Recorder} +\newcommand{genericimg}{112x64x1} \ No newline at end of file diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex index 3ed06a2..766aea6 100644 --- a/manual/plugins/cube.tex +++ b/manual/plugins/cube.tex @@ -1,12 +1,10 @@ \subsection{Cube} -{\centering\itshape - [Warning: Image ignored] % Unhandled or unsupported graphics: -%\includegraphics[width=4.124cm,height=2.357cm]{images/rockbox-manual-img49.png} - \newline +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-cube-\genericimg.png} +\end{center} +\end{figure} Cube -\par} This is a rotating cube screen saver in 3D. To see it at full speed, press PLAY and it will run at maximum frame rate. Also you can change the size of the x, y and z axis using LEFT, RIGHT, UP, DOWN, F1 and F2. - - diff --git a/manual/plugins/images/ss-cube-112x64x1.png b/manual/plugins/images/ss-cube-112x64x1.png new file mode 100644 index 0000000..574b45d Binary files /dev/null and b/manual/plugins/images/ss-cube-112x64x1.png differ diff --git a/manual/plugins/images/ss-cube-160x128x2.png b/manual/plugins/images/ss-cube-160x128x2.png new file mode 100644 index 0000000..cf0484a Binary files /dev/null and b/manual/plugins/images/ss-cube-160x128x2.png differ diff --git a/manual/plugins/images/ss-cube-176x132x16.png b/manual/plugins/images/ss-cube-176x132x16.png new file mode 100644 index 0000000..2b54dae Binary files /dev/null and b/manual/plugins/images/ss-cube-176x132x16.png differ diff --git a/manual/plugins/images/ss-cube-220x176x16.png b/manual/plugins/images/ss-cube-220x176x16.png new file mode 100644 index 0000000..139fd7a Binary files /dev/null and b/manual/plugins/images/ss-cube-220x176x16.png differ diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index e258cab..49adb01 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -52,7 +52,7 @@ See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}. \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/bounce.tex}} -\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/cube.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/grayscale.tex}} diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex index 937a707..4dac888 100644 --- a/manual/plugins/oscillograph.tex +++ b/manual/plugins/oscillograph.tex @@ -15,7 +15,7 @@ At faster speed rates, the Jukebox is less responsive to user input. \begin{table}[h!] \begin{center} -\begin{tabular}{|c}|c|} +\begin{tabular}{|c|c|} \hline KEY & ACTION \\\hline F1 & toggles whether to scroll or not \\\hline -- cgit v1.1