summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-03-01 21:10:04 +0000
committerAlexander Levin <al.le@rockbox.org>2010-03-01 21:10:04 +0000
commit6a62e221988b4d6087be60e7f6016d8b9e1d5635 (patch)
treed423617702d1658d5827ae1c4ddfc63675a5f1ad
parent34d36fcad81561dd1f46d82998940a0070743ac1 (diff)
downloadrockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.zip
rockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.tar.gz
rockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.tar.bz2
rockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.tar.xz
Make titles proper subsections; remove 'newpage' as it's not a good style; remove 'table' environment as well since the tables are not floating
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24985 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/file_formats.tex14
1 files changed, 3 insertions, 11 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index e1e08df..92e2a06 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -107,8 +107,7 @@
\opt{swcodec}{
\section{\label{ref:Supportedaudioformats}Supported audio formats}
- \textbf{Lossy codecs}
- \begin{table}
+ \subsection{Lossy Codecs}
\begin{rbtabular}{\textwidth}{lp{6em}X}%
{\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\
@@ -123,11 +122,8 @@
Dialogic telephony type & \fname{.vox} & \\
Windows Media Audio & \fname{.wma, .wmv, .asf} & \\
\end{rbtabular}
- \end{table}
- \newpage
- \textbf{Lossless codecs}
- \begin{table}
+ \subsection{Lossless Codecs}
\begin{rbtabular}{\textwidth}{lp{6em}X}%
{\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
Audio Interchange File Format & \fname{.aif, .aiff} & AIFF supports following formats: \\
@@ -166,11 +162,8 @@
& & Adobe SWF ADPCM\\
Wavpack & \fname{.wv} & \\
\end{rbtabular}
- \end{table}
- \newpage
- \textbf{Other codecs}
- \begin{table}
+ \subsection{Other Codecs}
\begin{rbtabular}{\textwidth}{lp{6em}X}%
{\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
Atari Sound Format & \fname{.cmc, .cm3, .cmr, .cms, .dmc, .dlt, .mpt, .mpd} & \\
@@ -181,5 +174,4 @@
Sound Interface Device & \fname{.sid} & \\
SPC700 & \fname{.spc} & \\
\end{rbtabular}
- \end{table}
}