summaryrefslogtreecommitdiff
path: root/manual/plugins/goban.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/goban.tex')
-rw-r--r--manual/plugins/goban.tex24
1 files changed, 15 insertions, 9 deletions
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex
index dc68f1f55a..f4cf09013f 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -32,12 +32,16 @@ is not selected.
32 32
33The information panel which displays the current move number may also contain 33The information panel which displays the current move number may also contain
34these markers: \\ 34these markers: \\
35\begin{tabularx}{\textwidth}{lX}\toprule 35
36\textbf{Mark} & \textbf{Meaning} \\ \midrule 36\begin{table}
37 \emph{+ } & There are nodes after the current node in the SGF tree. \\ 37 \begin{center}
38 \emph{* } & There are sibling variations which can be navigated to using the % 38 \rowcolors{1}{}{gray!30}
39 \emph{Next Variation} menu option of the \emph{Context Menu}% 39 \begin{tabularx}{\textwidth}{lX}\toprule
40 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,% 40 \textbf{Mark} & \textbf{Meaning} \\ \midrule
41 \emph{+ } & There are nodes after the current node in the SGF tree. \\
42 \emph{* } & There are sibling variations which can be navigated to using the %
43 \emph{Next Variation} menu option of the \emph{Context Menu}%
44 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,%
41 RECORDER_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,% 45 RECORDER_PAD,MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,%
42 IRIVER_H300_PAD}{ or the % 46 IRIVER_H300_PAD}{ or the %
43 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}% 47 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}%
@@ -47,10 +51,12 @@ these markers: \\
47 \opt{GIGABEAT_PAD}{\ButtonA}% 51 \opt{GIGABEAT_PAD}{\ButtonA}%
48 \opt{GIGABEAT_S_PAD}{\ButtonPlay}% 52 \opt{GIGABEAT_S_PAD}{\ButtonPlay}%
49 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\ 53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\
50 \emph{C } & There is a comment at the current node. It can be viewed/edited using 54 \emph{C } & There is a comment at the current node. It can be viewed/edited using
51 the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\ 55 the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\
52\bottomrule 56 \bottomrule
53\end{tabularx} 57 \end{tabularx}
58 \end{center}
59\end{table}
54 60
55\subsubsection{Controls} 61\subsubsection{Controls}
56\begin{table} 62\begin{table}