- assigned_to: BilgeGates
Originally created by: BilgeGates
Originally owned by: BilgeGates
Chess book authors, academic paper writers, and tournament bulletin designers use LaTeX for professional typesetting. To include a chess diagram they currently must manually convert a FEN to LaTeX markup — a tedious, error-prone step that breaks the workflow.
Add a Copy as LaTeX action that generates ready-to-paste markup for the two most common LaTeX chess packages.
skak package output:
\usepackage{skak}
\fenboard{rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1}
\showboard
chessboard package output:
\usepackage{chessboard}
\chessboard[setfen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1]
Scope for this release:
Out of scope:
Chess book authors, FIDE publication designers, academic researchers, and puzzle composers submitting to printed journals. Niche audience but zero alternatives exist in browser-based chess tools.