summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skak/informator.tex
blob: 418387c475c5096374a4a03a45ef8e473032a685 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[a4paper,twocolumn]{article}

\usepackage{booktabs}
\pagestyle{empty}


\usepackage[ps]{skak}
\newcommand{\Cmd}[1]{\textsf{\textbf{\textbackslash#1}}}

\title{Informator Symbols Available in the \texttt{skak} Package}
\author{Torben Hoffmann}
\begin{document}

\maketitle

Dirk B\"achle has been so kind as to create a number of the symbols
used in the Informator. They are now a part of the skak font.

\begin{tabular}{lc}
\toprule
Command & \multicolumn{1}{l}{Output}\\ \midrule
\Cmd{wbetter} & \wbetter \\
\Cmd{bbetter} & \bbetter \\
\Cmd{wupperhand} & \wupperhand \\
\Cmd{bupperhand} & \bupperhand \\
\Cmd{wdecisive} & \wdecisive \\
\Cmd{bdecisive} & \bdecisive \\
\Cmd{equal} & \equal \\
\Cmd{unclear} & \unclear \\
\Cmd{compensation} & \compensation \\
\Cmd{devadvantage} & \devadvantage \\
\Cmd{moreroom} & \moreroom \\
\Cmd{withattack} & \withattack \\
\Cmd{withinit} & \withinit \\
\Cmd{counterplay} & \counterplay \\
\Cmd{zugzwang} & \zugzwang \\
\Cmd{mate} & \mate \\
\Cmd{withidea} & \withidea \\
\Cmd{onlymove} & \onlymove \\
\Cmd{betteris} & \betteris \\
\Cmd{file} & \file \\
\Cmd{diagonal} & \diagonal \\
\Cmd{centre} & \centre \\
\Cmd{kside} & \kside \\
\Cmd{qside} & \qside \\
\bottomrule
\end{tabular}


\begin{tabular}{lc}
\toprule
Command & \multicolumn{1}{l}{Output}\\ \midrule

\Cmd{weakpt} & \weakpt \\
\Cmd{ending} & \ending \\


\Cmd{bishoppair} & \bishoppair \\
\Cmd{opposbishops} & \opposbishops \\
\Cmd{samebishops} & \samebishops \\

\Cmd{unitedpawns} & \unitedpawns \\
\Cmd{seppawns} & \seppawns \\
\Cmd{doublepawns} & \doublepawns \\
\Cmd{passedpawn} & \passedpawn \\
\Cmd{morepawns} & \morepawns \\
\Cmd{timelimit} & \timelimit \\
\Cmd{novelty} & \novelty \\
\Cmd{comment} & \comment \\
\Cmd{various} & \various \\
\Cmd{without} & \without \\
\Cmd{with} & \with \\
\Cmd{etc} & \etc \\
\Cmd{see} & see \\

\Cmd{markera} & \markera \\
\Cmd{markerb} & \markerb \\
\bottomrule
\end{tabular}



\end{document}