100% found this document useful (1 vote)
62 views1 page

Chess Diagrams with TeXmate

This document provides an example of using the TeXmate package in LaTeX to include chess diagrams from a game. It includes the game's opening moves and final board position in a diagram. It also shows how to generate diagrams of chosen board states from the game using the \toD command. The purpose is to demonstrate how to incorporate chess diagrams and games into LaTeX documents.

Uploaded by

Mourad Taj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
62 views1 page

Chess Diagrams with TeXmate

This document provides an example of using the TeXmate package in LaTeX to include chess diagrams from a game. It includes the game's opening moves and final board position in a diagram. It also shows how to generate diagrams of chosen board states from the game using the \toD command. The purpose is to demonstrate how to incorporate chess diagrams and games into LaTeX documents.

Uploaded by

Mourad Taj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Example: Chess with TeXmate - Overleaf [Link]

com/19683013pbqbnstmztdw#/72730395/

1 %
2 % Based on the package documentation:
3 % [Link]
/texmate/[Link]
4 %
5 \documentclass[a4paper]{article}
6
7 \usepackage[english]{babel}
8 \usepackage[utf8x]{inputenc}
9 \usepackage{texmate}
10
11 \title{Example: Chess with TeXmate}
12 \date{}
13
14 \begin{document}
15 \maketitle
16
17 ▾ \section{Game with Diagram of Final Board State}
18
19 \whitename{Dubois}
20 \blackname{Steinitz}
21 \chessevent{London 1862}
22 \ECO{C50}
23 \chessopening{Giucco Pianissimo}
24 \makegametitle
25 |1 e4 e5 Nf3 Nc6 Bc4 Bc5 0-0 d6 d3 Nf6 Bg5
26 h6 Bh4 g5 Bg3 h5 Nxg5 h4 Nxf7 hxg3
27 Nxd8 Bg4 Qe1 Nd4 Nc3 Nf3+ gxf3 Bxf3 \resigns|
28 \begin{figure}[h]
29 \centering
30 \showboard
31 \end{figure}
32
33 \newpage
34 ▾ \section{Diagrams of Chosen Board States}
35
36 Use the \textbackslash toD command to request a
diagram.
37
38 \whitename{Dubois}
39 \blackname{Steinitz}

1 sur 1 17/09/2018 00:00

You might also like