summaryrefslogtreecommitdiffstats
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/tagcache.tex12
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}