summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-04-02 19:21:15 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-04-02 19:21:15 +0000
commit0eea6ceac4821017192e3dfbeb46fddfd7a8f8e5 (patch)
treeb337f6f2cc28b5062c8e3b14ad4e89e00f44c54b
parent8a36b1c323112c957f266e22c76be62c00f07c13 (diff)
downloadrockbox-0eea6ceac4821017192e3dfbeb46fddfd7a8f8e5.tar.gz
rockbox-0eea6ceac4821017192e3dfbeb46fddfd7a8f8e5.zip
Improve file formats table by fixing more columns.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20607 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/file_formats.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 8e10924834..56999b3e96 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -3,15 +3,17 @@
\section{\label{ref:Supportedfileformats}Supported file formats}
\begin{table}
\begin{center}
-\begin{tabularx}{\textwidth}{llXX}\toprule
+\begin{tabularx}{\textwidth}{clp{7em}X}\toprule
\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
- & \textbf{Action when selected} \\\midrule
+ & \textbf{Action when selected} \\\midrule%
\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
& Directory & \emph{none} & Enter the directory \\
\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
& Audio file &
- \opt{MASCODEC}{\fname{.mp2, .mp3}}\opt{swcodec}{\emph{various (see
- \reference{ref:Supportedaudioformats}})}
+ \opt{MASCODEC}{\fname{.mp2, .mp3}}%
+ \opt{swcodec}{\emph{various}\newline%
+ (see \ref{ref:Supportedaudioformats}})%
+ % do NOT use \reference{} here as that will break the table.
& Start playing the file and show the WPS\\
\includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png}
& Cuesheet & \fname{.cue} & View the cuesheet file \\
@@ -75,7 +77,7 @@
\section{\label{ref:Supportedaudioformats}Supported audio formats}
\begin{table}
\begin{center}
- \begin{tabularx}{\textwidth}{lXX}\toprule
+ \begin{tabularx}{\textwidth}{lp{6em}X}\toprule
\textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule
\emph{Lossy codecs} \\
\midrule