Release 0.2025.03.10 2025/03/10
pgf-go is a package for diagramming and commenting on Go games. It is currently not a definitive version, but the syntax will remain consistent.
This package may be modified and distributed under the terms and conditions of the LaTeX Project Public License, version 1.3 or greater.
The package compiles with UTF-8, LaTeX and LuaLaTeX. The following dependencies are required, but they are loaded automatically:
You can use the pgf-go package by placing all of the
distribution files in the directory containing your current tex file.
To use the package pgf-go, place the following lines in the preamble of
your LaTeX document:
\usepackage{pgf-go}
\begin{document}
\begin{goban}
\end{goban}
You can find examples on doc directory.
- version 0.2025.03.10 : added features to system coordinates and rounded corners.
- version 0.2025.03.07 : partial realease.
Jonatán Perren, jonatan (dot) perren (at) gmail (dot) com