summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex
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 /manual/appendix/file_formats.tex
parent34d36fcad81561dd1f46d82998940a0070743ac1 (diff)
downloadrockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.tar.gz
rockbox-6a62e221988b4d6087be60e7f6016d8b9e1d5635.zip
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
Diffstat (limited to 'manual/appendix/file_formats.tex')
-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 e1e08df958..92e2a06713 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -107,8 +107,7 @@
107 107
108\opt{swcodec}{ 108\opt{swcodec}{
109 \section{\label{ref:Supportedaudioformats}Supported audio formats} 109 \section{\label{ref:Supportedaudioformats}Supported audio formats}
110 \textbf{Lossy codecs} 110 \subsection{Lossy Codecs}
111 \begin{table}
112 \begin{rbtabular}{\textwidth}{lp{6em}X}% 111 \begin{rbtabular}{\textwidth}{lp{6em}X}%
113 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{} 112 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
114 ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\ 113 ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\
@@ -123,11 +122,8 @@
123 Dialogic telephony type & \fname{.vox} & \\ 122 Dialogic telephony type & \fname{.vox} & \\
124 Windows Media Audio & \fname{.wma, .wmv, .asf} & \\ 123 Windows Media Audio & \fname{.wma, .wmv, .asf} & \\
125 \end{rbtabular} 124 \end{rbtabular}
126 \end{table}
127 \newpage
128 125
129 \textbf{Lossless codecs} 126 \subsection{Lossless Codecs}
130 \begin{table}
131 \begin{rbtabular}{\textwidth}{lp{6em}X}% 127 \begin{rbtabular}{\textwidth}{lp{6em}X}%
132 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{} 128 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
133 Audio Interchange File Format & \fname{.aif, .aiff} & AIFF supports following formats: \\ 129 Audio Interchange File Format & \fname{.aif, .aiff} & AIFF supports following formats: \\
@@ -166,11 +162,8 @@
166 & & Adobe SWF ADPCM\\ 162 & & Adobe SWF ADPCM\\
167 Wavpack & \fname{.wv} & \\ 163 Wavpack & \fname{.wv} & \\
168 \end{rbtabular} 164 \end{rbtabular}
169 \end{table}
170 \newpage
171 165
172 \textbf{Other codecs} 166 \subsection{Other Codecs}
173 \begin{table}
174 \begin{rbtabular}{\textwidth}{lp{6em}X}% 167 \begin{rbtabular}{\textwidth}{lp{6em}X}%
175 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{} 168 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
176 Atari Sound Format & \fname{.cmc, .cm3, .cmr, .cms, .dmc, .dlt, .mpt, .mpd} & \\ 169 Atari Sound Format & \fname{.cmc, .cm3, .cmr, .cms, .dmc, .dlt, .mpt, .mpd} & \\
@@ -181,5 +174,4 @@
181 Sound Interface Device & \fname{.sid} & \\ 174 Sound Interface Device & \fname{.sid} & \\
182 SPC700 & \fname{.spc} & \\ 175 SPC700 & \fname{.spc} & \\
183 \end{rbtabular} 176 \end{rbtabular}
184 \end{table}
185} 177}