diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-08-24 21:22:18 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-08-24 21:22:18 +0000 |
commit | fb87e8947340e183e0c9c55345f0f2917d03ef1c (patch) | |
tree | ee59e1119e6eb0b7fb2e7450ea7e567d1c40b138 /manual/rockbox_interface | |
parent | 873d266199f02cf619ff0c56f645cb674ed996cf (diff) |
Introduce a new environment 'rbtabular' to make all the tables look the same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22503 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r-- | manual/rockbox_interface/tagcache.tex | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex index 09a7199499..2856c22b3c 100644 --- a/manual/rockbox_interface/tagcache.tex +++ b/manual/rockbox_interface/tagcache.tex @@ -113,12 +113,8 @@ to use it just do not do the initial build of the database and do not load it to RAM.}% \begin{table} -\begin{center} -\rowcolors{1}{}{tblrowbgcolor} - \begin{tabularx}{.75\textwidth}{XXX}% - \toprule% - \textbf{Tag} & \textbf{Type} & \textbf{Origin} \\ - \midrule + \begin{rbtabular}{.75\textwidth}{XXX}% + {\textbf{Tag} & \textbf{Type} & \textbf{Origin}}{}{} filename & string & system \\ album & string & id tag \\ albumartist & string & id tag \\ @@ -143,7 +139,5 @@ to RAM.}% length & numeric & system \\ Lm (track len - min) & numeric & system \\ Ls (track len - sec) & numeric & system \\ - \bottomrule - \end{tabularx} -\end{center} + \end{rbtabular} \end{table} |