From 4aa12895daba2aa046cc6e70bb117cbaa7d4c0dc Mon Sep 17 00:00:00 2001 From: alle Date: Mon, 1 Mar 2010 21:10:04 +0000 Subject: [PATCH] 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 --- manual/appendix/file_formats.tex | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index e1e08df95..92e2a0671 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} } -- 2.11.4.GIT