summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-30 16:20:50 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-30 16:20:50 +0000
commit015229e200d8f2f1bb46bc667c85cac726a91efc (patch)
treedb079e4f9cd9b5ac48a790ea47e2f2cc2c243c41
parentcbc559980efaeb3120f555308fc73f291a814a08 (diff)
downloadrockbox-015229e200d8f2f1bb46bc667c85cac726a91efc.tar.gz
rockbox-015229e200d8f2f1bb46bc667c85cac726a91efc.zip
Change the includegraphics commands to use the screenshot macro
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9360 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/main_menu/main.tex16
1 files changed, 4 insertions, 12 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 70fd40cdbd..cb362c2f32 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -1,9 +1,7 @@
1\chapter{The Main Menu} 1\chapter{The Main Menu}
2 2
3\section{Introducing the Main Menu} 3\section{Introducing the Main Menu}
4\begin{center} 4\screenshot{main_menu/images/ss-main-menu-\genericimg.png}{The main menu}{}{}
5 \includegraphics[width=4cm]{main_menu/images/ss-main-menu-\genericimg.png}
6\end{center}
7This is the screen from which the rest of the Rockbox functions can be accessed. It is used for a variety of functions, which are detailed below. All options in Rockbox can be controlled via this menu. 5This is the screen from which the rest of the Rockbox functions can be accessed. It is used for a variety of functions, which are detailed below. All options in Rockbox can be controlled via this menu.
8 6
9All settings are persistently stored on the unit. However, Rockbox does not spin up the disk solely for the purpose of saving settings, but instead will save them when it spins up the disk the next time, for example when refilling the MP3 buffer or navigating through the file browser. Changes to settings may therefore not be saved unless the \dap\ is shut down safely (see page \pageref{ref:Safeshutdown}). 7All settings are persistently stored on the unit. However, Rockbox does not spin up the disk solely for the purpose of saving settings, but instead will save them when it spins up the disk the next time, for example when refilling the MP3 buffer or navigating through the file browser. Changes to settings may therefore not be saved unless the \dap\ is shut down safely (see page \pageref{ref:Safeshutdown}).
@@ -59,9 +57,7 @@ Navigating through the menu:
59\opt{HAVE_RECORDING}{ 57\opt{HAVE_RECORDING}{
60 \section{\label{ref:Recording}Recording} 58 \section{\label{ref:Recording}Recording}
61 \subsection{\label{ref:Whilerecordingscreen}While Recording Screen} 59 \subsection{\label{ref:Whilerecordingscreen}While Recording Screen}
62 \begin{center} 60 \screenshot{main_menu/images/ss-while-recording-screen-112x64x1.png}{The while recording screen}{}
63 \includegraphics[width=4cm]{main_menu/images/ss-while-recording-screen-112x64x1.png}
64 \end{center}
65 Entering the ``Recording'' option in the Main menu launches the recording application. The screen shows the time elapsed and the size of the file being recorded. A peak meter is present to allow you set Gain correctly. \opt{MASCODEC}{The frequency, channels and quality} \opt{SWCODEC}{The frequency and channels} settings are shown on the last line. 61 Entering the ``Recording'' option in the Main menu launches the recording application. The screen shows the time elapsed and the size of the file being recorded. A peak meter is present to allow you set Gain correctly. \opt{MASCODEC}{The frequency, channels and quality} \opt{SWCODEC}{The frequency and channels} settings are shown on the last line.
66 62
67 The controls for this screen are: 63 The controls for this screen are:
@@ -168,9 +164,7 @@ Navigating through the menu:
168} 164}
169 165
170\section{\label{ref:FMradio}FM Radio} 166\section{\label{ref:FMradio}FM Radio}
171\begin{center} 167\screenshot{main_menu/images/ss-fm-radio-screen-112x64x1.png}{The fm-radio screen}
172 \includegraphics[width=4cm]{main_menu/images/ss-fm-radio-screen-112x64x1.png}
173\end{center}
174This menu option switches to the radio screen. 168This menu option switches to the radio screen.
175 169
176The keys are: 170The keys are:
@@ -218,9 +212,7 @@ The bookmarks menu allows you to create and manage bookmark files.
218 While playing a track, use this option to save your current position within the track so that you can return to it at a later time. Bookmarks are saved on a per folder basis i.e. all of the files in the same folder have their bookmarks stored together. You can store multiple bookmarks for the same track. 212 While playing a track, use this option to save your current position within the track so that you can return to it at a later time. Bookmarks are saved on a per folder basis i.e. all of the files in the same folder have their bookmarks stored together. You can store multiple bookmarks for the same track.
219 213
220\item \textbf{List Bookmarks} 214\item \textbf{List Bookmarks}
221 \begin{center} 215 \screenshot{main_menu/images/ss-list-bookmarks-112x64x1.png}{List bookmarks screen}{}
222 \includegraphics[width=4cm]{main_menu/images/ss-list-bookmarks-112x64x1.png}
223 \end{center}
224 %\includegraphics[width=4.669cm,height=2.006cm]{images/rockbox-manual-img31.png} 216 %\includegraphics[width=4.669cm,height=2.006cm]{images/rockbox-manual-img31.png}
225 While playing a track, use this option to return to any bookmark in the current folder. The bookmark browser screen (shown above) is now displayed. Use the UP and DOWN keys (recorder) or MINUS and PLUS keys (player) to navigate between bookmarks. Press PLAY to jump to a bookmark, ON+PLAY to delete a bookmark or STOP/OFF to exit the browser. 217 While playing a track, use this option to return to any bookmark in the current folder. The bookmark browser screen (shown above) is now displayed. Use the UP and DOWN keys (recorder) or MINUS and PLUS keys (player) to navigate between bookmarks. Press PLAY to jump to a bookmark, ON+PLAY to delete a bookmark or STOP/OFF to exit the browser.
226 218