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
This commit is contained in:
Alexander Levin 2010-03-01 21:10:04 +00:00
parent 34d36fcad8
commit 6a62e22198

View file

@ -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}
}