From fb87e8947340e183e0c9c55345f0f2917d03ef1c Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Mon, 24 Aug 2009 21:22:18 +0000 Subject: 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 --- manual/plugins/goban.tex | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'manual/plugins/goban.tex') diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex index fe343b02c3..815eec559f 100644 --- a/manual/plugins/goban.tex +++ b/manual/plugins/goban.tex @@ -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} -- cgit v1.2.3