Originally posted by thirei sue scid which has a latex export in it though i haven't tried it myself.
can anyone recommend a LaTeX package to create chess diagrams?
I know the standard, but the are no lines and ranks (a, b, c, d, ...) on the side of the board...
any help here?
th
i can look into it if you like though.
in friendship,
prad
Originally posted by pradtfthat would be very kind!
i sue scid which has a latex export in it though i haven't tried it myself.
i can look into it if you like though.
in friendship,
prad
just tell me if it is possible to put the numbers and letters on the side . and if it#äs possible tell me (if possible), what's the package's name or send be the tex code. thanks, a lot
th
Originally posted by thirei don't think it is possible.
that would be very kind!
just tell me if it is possible to put the numbers and letters on the side . and if it#äs possible tell me (if possible), what's the package's name or send be the tex code. thanks, a lot
th
i generated a latex file (at the bottom) with scid with numbers and without and did a diff on the 2 files which came out identical. sorry.
in friendship,
prad
here is the file in case you wanted to see it:
\documentclass[10pt,twocolumn]{article}
% This is a LaTeX file generated by Scid.
% You must have the "chess12" package installed to typeset this file.
\usepackage{times}
\usepackage{a4wide}
\usepackage{chess}
\usepackage[T1]{fontenc}
\setlength{\columnsep}{7mm}
\setlength{\parindent}{0pt}
% Macros for variations and diagrams:
\newenvironment{variation}{\begin{quote}}{\end{quote}}
\newenvironment{diagram}{\begin{nochess}}{$$\showboard$$\end{nochess}}
\begin{document}
{\bf
$\circ$ ?\\
$\bullet$ ?\\
? \\
???? \hfill *\\
}
\begin{chess}{\bf
1.e4 e5 2.Bc4 d6 3.Qf3 a6 4.Qxf7\#
}\end{chess}
{\bf *}
\begin{center} \hrule \end{center}
\end{document}
Originally posted by pradtfthank you a lot!!
i don't think it is possible.
i generated a latex file (at the bottom) with scid with numbers and without and did a diff on the 2 files which came out identical. sorry.
in friendship,
prad
here is the file in case you wanted to see it:
\documentclass[10pt,twocolumn]{article}
% This is a LaTeX file generated by Scid.
% You must have the "ches ...[text shortened]... 4.Qxf7\#
}\end{chess}
{\bf *}
\begin{center} \hrule \end{center}
\end{document}
but I can't see any special package used here... 🙁
I can't imagine that with two totally identical tex files you have two different dvi files (or ps or pdf or whatever...)
anyway, thanks a lot!
th