mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Remove the caption and label parameters from the tagmap macro. They are never used. Also don't embed tagmaps into a table environment since we want the tables exactly where they are in the source, i.e. we don't want them to float. This speeds up typesetting and makes vertical spaces nicer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25065 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ad89fdf6d
commit
4c105b6806
3 changed files with 11 additions and 65 deletions
|
|
@ -1,7 +1,6 @@
|
|||
% $Id$ %
|
||||
\chapter{File formats}
|
||||
\section{\label{ref:Supportedfileformats}Supported file formats}
|
||||
\begin{table}
|
||||
\begin{rbtabular}{\textwidth}{clp{7em}X}%
|
||||
{\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
|
||||
& \textbf{Action when selected}}{}{}
|
||||
|
|
@ -103,7 +102,6 @@
|
|||
\includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
|
||||
& While Playing Screen & \fname{.wps} & Load the new WPS display configuration\\
|
||||
\end{rbtabular}
|
||||
\end{table}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{\label{ref:Supportedaudioformats}Supported audio formats}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue