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:
parent
873d266199
commit
fb87e89473
12 changed files with 84 additions and 89 deletions
|
|
@ -34,10 +34,8 @@ The information panel which displays the current move number may also contain
|
|||
these markers: \\
|
||||
|
||||
\begin{table}
|
||||
\begin{center}
|
||||
\rowcolors{1}{}{tblrowbgcolor}
|
||||
\begin{tabularx}{\textwidth}{lX}\toprule
|
||||
\textbf{Mark} & \textbf{Meaning} \\ \midrule
|
||||
\begin{rbtabular}{\textwidth}{lX}%
|
||||
{\textbf{Mark} & \textbf{Meaning}}{}{}
|
||||
\emph{+ } & There are nodes after the current node in the SGF tree. \\
|
||||
\emph{* } & There are sibling variations which can be navigated to using the %
|
||||
\emph{Next Variation} menu option of the \emph{Context Menu}%
|
||||
|
|
@ -53,9 +51,7 @@ these markers: \\
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\
|
||||
\emph{C } & There is a comment at the current node. It can be viewed/edited using
|
||||
the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
\end{rbtabular}
|
||||
\end{table}
|
||||
|
||||
\subsubsection{Controls}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue