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 84 85 86 87 88 89 90 91 92 93 94
|
# psgo package
# Matthew Bertucci 3/14/2022 for v0.17
#include:pstricks
#include:pst-node
#include:calc
#include:ifthen
\begin{psgoboard}#\pictureHighlight
\begin{psgoboard}[size]
\end{psgoboard}
\begin{psgoboard*}#\pictureHighlight
\begin{psgoboard*}[size]
\end{psgoboard*}
\setgounit{length}
\stone{color%plain}{column}{row}
\stone[marker]{color%plain}{column}{row}
\move{column}{row}
\move[marker]{column}{row}
\move*{column}{row}
\move*[marker]{column}{row}
\pass
\pass*
\markpos{marker}{column}{row}
\markma
\marktr
\markcr
\marksq
\marklb{text%plain}
\marksl
\markdd
\goline{column1}{row1}{column2}{row2}
\goarrow{column1}{row1}{column2}{row2}
\begin{psgopartialboard}{(%<x1,y1%>)(%<x2,y2%>)}#\pictureHighlight
\begin{psgopartialboard}[%<size%>]{(%<x1,y1%>)(%<x2,y2%>)}
\end{psgopartialboard}
\begin{psgopartialboard*}{(%<x1,y1%>)(%<x2,y2%>)}#\pictureHighlight
\begin{psgopartialboard*}[%<size%>]{(%<x1,y1%>)(%<x2,y2%>)}
\end{psgopartialboard*}
# not documented
\psgo#*
\begin{gomoves}#*
\end{gomoves}#*
\blackstone{column}{row}#*
\blackstone[marker]{column}{row}#*
\factor#*
\golabelformat{text}#*
\goxposition{column}#*
\goxunit#*
\goyposition{row}#*
\goyunit#*
\hatchangle#*
\mdd{column1}{row1}{column2}{row2}#*
\movenostar{column}{row}#*
\movenostar[marker]{column}{row}#*
\movestar{column}{row}#*
\movestar[marker]{column}{row}#*
\nomark#*
\passnostar#*
\passstar#*
\placesymbol{symbol}{column}{row}#*
\pointbox{text}#*
\psgollx#*
\psgollxval#*
\psgolly#*
\psgollyval#*
\psgosetboardsizes#*
\psgourx#*
\psgourxval#*
\psgoury#*
\psgouryval#*
\stmark#*
\stmarkbox#*
\theboardsize#*
\thegomove#*
\thegotmpc#*
\tmplx#S
\tmply#S
\tmpxa#S
\tmpxb#S
\tmpya#S
\tmpyb#S
\toggleblackmove#*
\whitestone{column}{row}#*
\whitestone[marker]{column}{row}#*
\xoffset#*
\xpositionmarks{counter}{value}#*
\ypos#*
\ypositionmarks{counter}{value}#*
|