summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/onedown/examples/bidAll.tex
blob: 24060a52634038dc599b9abc2880ea7af12bcd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
\documentclass[onedown-examples]{subfiles}

\begin{document}
\setdefaults{bidfirst=S}

Here is a diagram with four hands. We get rid of the past by calling
|\newgame|. Then we define our hands and set the first bid column to
\south and we show only one pair of bidders. Because the bidding table
does not fit on the same line, it appears below the compass.
(In fact it actually would fit on the line. But to illustrate the point we
used |\handskip| to widen the diagram a bit).
Note that the token |-| in the |bidding| environment suppresses the output
of it. Only when calling |\showAll+| (with a |+| token), the saved bidding
diagram is printed together with the card diagram.

\vfill
\begin{HBox}{not fitting on the line\hfill File: \FileName}
\newgame
\handskip{2em}
\northhand{KJ82}{KQ9}{J32}{JT8}
\southhand{AQ953}{A85}{Q84}{K6}
\easthand{T6}{764}{KT9}{Q5432}
\westhand{74}{JT32}{A765}{A97}
\setdefaults{bidfirst=S}
\begin{biddingpair}-
1S & 4S \\
p &  \\
\end{biddingpair}
\showAll+
\end{HBox}
\vfill
Here the hands and the bidding are the same as previous, but the complete diagram
(biddingtable inclusive) is centered and we use the short notation for the
players in the bidding table (by using the token |!|). 
Being shorter now, the bidding table does fit on the same line.
\vfill
\begin{HBox}{centered and fitting\hfill File: \FileName}
\setdefaults{bidfirst=S}
\begin{biddingpair}!-
1S & 4S \\
p &  \\
\end{biddingpair}
\showAll*+
\end{HBox}
\vfill
\needspace{8\baselineskip}
The same deal, but now we show all bidders in the bidding table with the long notation.
Again it is to wide to fit on the line.
\vfill
\begin{HBox}{left aligned\hfill File: \FileName}
\begin{bidding}-(\explainit{15-17\HLP})
p & p  & P & 1S \\
p & 2C & {\Pass*!} & 2N\markit \\
p & 3N & {\Allpass!} \\
\end{bidding}
\showAll+
\end{HBox}
\vfill
Finally the same, but the diagram is centered. We also set the extra
handskip to 0 again.
\vfill
\begin{HBox}{centered\hfill File: \FileName}
\handskip{0em}
\showAll*+
\end{HBox}
\vfill
\end{document}
\endinput