From 51743419993ca23bb78d00b195eb2773743aed39 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Tue, 25 Aug 2009 21:51:55 +0000 Subject: Add gigabeat F/S volume limits to the manual, and a few minor formatting changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22513 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/goban.tex | 15 ++++++--------- manual/plugins/main.tex | 2 +- manual/plugins/pngviewer.tex | 4 ++-- manual/plugins/ppmviewer.tex | 13 +++++-------- 4 files changed, 14 insertions(+), 20 deletions(-) (limited to 'manual/plugins') diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex index 815eec559f..385ee28ac4 100644 --- a/manual/plugins/goban.tex +++ b/manual/plugins/goban.tex @@ -2,13 +2,10 @@ \screenshot{plugins/images/ss-goban}{Goban}{The Rockbox Goban plugin} Goban is a a plugin for playing, viewing and recording games of Go (also known as Weiqi, Baduk, Igo and Goe). It uses standard Smart Game Format (SGF) files -for saving and loading games. - -You can find a short introduction to Go at +for saving and loading games. You can find a short introduction to Go at \url{http://senseis.xmp.net/?WhatIsGo} and more information about SGF files can be read at \url{http://senseis.xmp.net/?SmartGameFormat} or the SGF -specification at -\url{http://www.red-bean.com/sgf/}. +specification at \url{http://www.red-bean.com/sgf/}.\\ This plugin can load all modern SGF files (file format 3 or 4) with few problems. It attempts to preserve SGF properties which it doesn't understand, and most common @@ -17,18 +14,18 @@ Kogo's Joseki Dictionary (\url{http://waterfire.us/joseki.htm}) with this plugin although the load and save times can be on the order of a minute or two on particularly slow devices. Large SGF files may stop audio playback for the duration of the plugin's run in order to free up more memory and some very large SGF files will -not even load on devices with little available memory. +not even load on devices with little available memory.\\ -\emph{Note: } The plugin does \emph{NOT} support SGF files with multiple games in +\note{The plugin does \emph{NOT} support SGF files with multiple games in one file. These are rare, but if you have one don't even try it (the file will most -likely be corrupted if you save over it). You have been warned. +likely be corrupted if you save over it). You have been warned.\\} The file \fname {"/sgf/gbn\_def.sgf"} is used by the plugin to store any unsaved changes in the most recently loaded game. This means that if you forget to save your changes, you should load \fname {"/sgf/gbn\_def.sgf"} immediately to offload the changes to another file. If you load another file first then your changes will be lost permanently. The \fname {"/sgf/gbn\_def.sgf"} file is also the file loaded if another -is not selected. +is not selected.\\ The information panel which displays the current move number may also contain these markers: \\ diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 1a57fc96ef..a737598059 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -6,7 +6,7 @@ This means you cannot switch back and forth between a plugin and Rockbox. When a plugin is loaded, you need to exit it to return to the Rockbox interface. Most plugins will not interfere with music playback but some of them will stop playback while running. Plugins have the file extension \fname{.rock}. Most of -them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. +them can be started from \setting{Browse Plugins} in the \setting{Main Menu}.\\ Viewer plugins get started automatically by opening an associated file (i.e. text files% diff --git a/manual/plugins/pngviewer.tex b/manual/plugins/pngviewer.tex index c205ac0666..40e91977de 100644 --- a/manual/plugins/pngviewer.tex +++ b/manual/plugins/pngviewer.tex @@ -1,10 +1,10 @@ % $Id: $id$ % \subsection{PNG viewer} -Open a PNG file in the \setting{File Browser} to view it% +Open a PNG file in the \setting{File Browser} to view it.\\% \opt{swcodec}{ \note{When an audio file is playing the size of the image is limited as the decoding process needs to share memory with audio tracks. To be able to - view a bigger file you may need to stop playback.} + view a bigger file you may need to stop playback.\\} } \nopt{large_plugin_buffer}{% \note{This plugin will cause playback to stop.}% diff --git a/manual/plugins/ppmviewer.tex b/manual/plugins/ppmviewer.tex index 7de2b8ca0f..7594fafe69 100644 --- a/manual/plugins/ppmviewer.tex +++ b/manual/plugins/ppmviewer.tex @@ -1,11 +1,8 @@ % $Id$ % \subsection{PPM viewer} -Open a PPM file in the \setting{File Browser} to view it. +Open a PPM file in the \setting{File Browser} to view it. PPM viewer exits +when any button is pressed.\\ -ppmviewer exits when any button is pressed. - -\note{ -Both ASCII PPM (P3) and raw PPM (P6) files are supported. - -For more information about PPM files, see \url{http://netpbm.sourceforge.net/doc/ppm.html} -} +\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported. +For more information about PPM files, see +\url{http://netpbm.sourceforge.net/doc/ppm.html}} -- cgit v1.2.3