\section{Catalog}
\label{sec:catalog}

\subsection{Profiles}
\subsubsection{default}
\begin{codeexample}[width=4cm]
	\pgfgouseprofile{default}
	
	\begin{goban}[partial = {from = A1 to G3}]
		\moves*[from = 1]{A:F 3}
		\stones[w]{A1:2}
		\stones[b]{B1:2}
		\stones[n]{C1:2}
		\stone[w, mark = circle]{D1}
		\mark[w, circle]{D2}
		\stone[b, mark = circle]{E1}
		\mark[b, circle]{E2}
		\stone[n, mark = circle]{F1}
		\mark[n, circle]{F2}
		\mark[w, tsquare]{G1}
		\mark[b, tcircle]{G2}
		\mark[n, tsquare]{G3}
	\end{goban}
\end{codeexample}

\subsubsection{pgfgo}
\begin{codeexample}[width=4cm]
	\pgfgouseprofile{pgfgo}
	
	\begin{goban}[partial = {from = A1 to G3}]
		\moves*[from = 1]{A:F 3}
		\stones[w]{A1:2}
		\stones[b]{B1:2}
		\stones[n]{C1:2}
		\stone[w, mark = circle]{D1}
		\mark[w, circle]{D2}
		\stone[b, mark = circle]{E1}
		\mark[b, circle]{E2}
		\stone[n, mark = circle]{F1}
		\mark[n, circle]{F2}
		\mark[w, tsquare]{G1}
		\mark[b, tcircle]{G2}
		\mark[n, tsquare]{G3}
	\end{goban}
\end{codeexample}

\subsubsection{pgfgosmooth}
\begin{codeexample}[width=4cm]
	\pgfgouseprofile{pgfgosmooth}
	
	\begin{goban}[partial = {from = A1 to G3}]
		\moves*[from = 1]{A:F 3}
		\stones[w]{A1:2}
		\stones[b]{B1:2}
		\stones[n]{C1:2}
		\stone[w, mark = circle]{D1}
		\mark[w, circle]{D2}
		\stone[b, mark = circle]{E1}
		\mark[b, circle]{E2}
		\stone[n, mark = circle]{F1}
		\mark[n, circle]{F2}
		\mark[w, tsquare]{G1}
		\mark[b, tcircle]{G2}
		\mark[n, tsquare]{G3}
	\end{goban}
\end{codeexample}

\subsubsection{wain}
\begin{codeexample}[width=4cm]
	\pgfgouseprofile{wain}
	
	\begin{goban}[partial = {from = A1 to G3}]
		\moves*[from = 1]{A:F 3}
		\stones[w]{A1:2}
		\stones[b]{B1:2}
		\stones[n]{C1:2}
		\stone[w, mark = circle]{D1}
		\mark[w, circle]{D2}
		\stone[b, mark = circle]{E1}
		\mark[b, circle]{E2}
		\stone[n, mark = circle]{F1}
		\mark[n, circle]{F2}
		\mark[w, tsquare]{G1}
		\mark[b, tcircle]{G2}
		\mark[n, tsquare]{G3}
	\end{goban}
\end{codeexample}

