summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/file_formats.tex')
-rw-r--r--manual/appendix/file_formats.tex22
1 files changed, 7 insertions, 15 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index e0f5161883..cbf1ab2c07 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -2,11 +2,9 @@
2\chapter{File formats} 2\chapter{File formats}
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{rbtabular}{\textwidth}{clp{7em}X}%
6\rowcolors{1}{}{tblrowbgcolor} 6{\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
7\begin{tabularx}{\textwidth}{clp{7em}X}\toprule 7 & \textbf{Action when selected}}{}{}
8\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
9 & \textbf{Action when selected} \\\midrule%
10\includegraphics[width=0.37cm]{appendix/images/icon-directory.png} 8\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
11 & Directory & \emph{none} & Enter the directory \\ 9 & Directory & \emph{none} & Enter the directory \\
12\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} 10\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
@@ -74,18 +72,14 @@
74 & Game of Life & \fname{.cells} & Show the configuration with the 72 & Game of Life & \fname{.cells} & Show the configuration with the
75 ``Rocklife'' plugin\\} 73 ``Rocklife'' plugin\\}
76 74
77\bottomrule 75\end{rbtabular}
78\end{tabularx}
79\end{center}
80\end{table} 76\end{table}
81 77
82\opt{swcodec}{ 78\opt{swcodec}{
83 \section{\label{ref:Supportedaudioformats}Supported audio formats} 79 \section{\label{ref:Supportedaudioformats}Supported audio formats}
84 \begin{table} 80 \begin{table}
85 \begin{center} 81 \begin{rbtabular}{\textwidth}{lp{6em}X}%
86 \rowcolors{1}{}{tblrowbgcolor} 82 {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{}
87 \begin{tabularx}{\textwidth}{lp{6em}X}\toprule
88 \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule
89 \multicolumn{2}{c}{\textbf{Lossy codecs}}\\ 83 \multicolumn{2}{c}{\textbf{Lossy codecs}}\\
90 \midrule 84 \midrule
91 MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\ 85 MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\
@@ -127,8 +121,6 @@
127 NES Sound Format & \fname{.nsf, .nsfe} & \\ 121 NES Sound Format & \fname{.nsf, .nsfe} & \\
128 SPC700 & \fname{.spc} & \\ 122 SPC700 & \fname{.spc} & \\
129 Atari SAP & \fname{.sap} & \\ 123 Atari SAP & \fname{.sap} & \\
130 \bottomrule 124 \end{rbtabular}
131 \end{tabularx}
132 \end{center}
133 \end{table} 125 \end{table}
134} 126}