Drawing chess positions …
Saturday, April 19th, 2008… with LaTeX, dvipng, and Python
This is a response to Thomas Guest’s blog post on the same topic.
I’ve tidied up my script for converting FEN format chess positions to PNG files, and I offer it up here: fen2png.py. It’s a Python script, and it requires LaTeX, the LaTeX skak package, and dvipng.
There’s not much more […]