this is my first time using package texmate (if you are not familiar with this package it is for producing chess notation and diagrams) which I just downloaded this morning so I am probably doing something pretty basic. but as you can see from the MWE, there are no package options, switches or other paraphernalia involved here and it is difficult to see what could possibly be going wrong.
the error message I get says:
! Missing \endcsname inserted.
<to be read again>
\catcode
l.10 \begin{texmate} 1 g4 d5 Bg2 e5 \end{texmate}
I have tried researching this online but all replies to "Missing \endcsname" errors refer to the aux file, but I don't have an aux file. In fact I don't have any supplementary files at all, just the basic *.tex file.
if it helps I am using MikTex in Texworks and I updated my installation before installing the Texmate package.
I would really appreciate any insight you clever folks might have, and thanks in advance for your attention.
Code: Select all
\documentclass[10pt,a4paper]{book}
\pagestyle{empty}
\usepackage[utf8]{inputenc}
\usepackage{endnotes,makeidx,texmate}
\begin{document}
\begin{texmate} 1 g4 d5 Bg2 e5 \end{texmate}
\end{document}
many thanks, Cottonshirt