summaryrefslogtreecommitdiff
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 @@
3\section{\label{ref:Supportedfileformats}Supported file formats} 3\section{\label{ref:Supportedfileformats}Supported file formats}
4\begin{table} 4\begin{table}
5\begin{center} 5\begin{center}
6\begin{tabularx}{\textwidth}{llXX}\toprule 6\begin{tabularx}{\textwidth}{clp{7em}X}\toprule
7\textbf{Icon} & \textbf{File Type} & \textbf{Extension} 7\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
8 & \textbf{Action when selected} \\\midrule 8 & \textbf{Action when selected} \\\midrule%
9\includegraphics[width=0.37cm]{appendix/images/icon-directory.png} 9\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
10 & Directory & \emph{none} & Enter the directory \\ 10 & Directory & \emph{none} & Enter the directory \\
11\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} 11\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
12 & Audio file & 12 & Audio file &
13 \opt{MASCODEC}{\fname{.mp2, .mp3}}\opt{swcodec}{\emph{various (see 13 \opt{MASCODEC}{\fname{.mp2, .mp3}}%
14 \reference{ref:Supportedaudioformats}})} 14 \opt{swcodec}{\emph{various}\newline%
15 (see \ref{ref:Supportedaudioformats}})%
16 % do NOT use \reference{} here as that will break the table.
15 & Start playing the file and show the WPS\\ 17 & Start playing the file and show the WPS\\
16 \includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png} 18 \includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png}
17 & Cuesheet & \fname{.cue} & View the cuesheet file \\ 19 & Cuesheet & \fname{.cue} & View the cuesheet file \\
@@ -75,7 +77,7 @@
75 \section{\label{ref:Supportedaudioformats}Supported audio formats} 77 \section{\label{ref:Supportedaudioformats}Supported audio formats}
76 \begin{table} 78 \begin{table}
77 \begin{center} 79 \begin{center}
78 \begin{tabularx}{\textwidth}{lXX}\toprule 80 \begin{tabularx}{\textwidth}{lp{6em}X}\toprule
79 \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule 81 \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule
80 \emph{Lossy codecs} \\ 82 \emph{Lossy codecs} \\
81 \midrule 83 \midrule