1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alexander Levin 2009-08-24 21:22:18 +00:00
parent 873d266199
commit fb87e89473
12 changed files with 84 additions and 89 deletions

View file

@ -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}