Go back
chess and LaTeX?

chess and LaTeX?

General

Clock
Vote Up
Vote Down

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

Clock
Vote Up
Vote Down

Originally posted by thire
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 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

Clock
Vote Up
Vote Down

Originally posted by pradtf
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
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

Clock
Vote Up
Vote Down

Originally posted by thire
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 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 "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}

Clock
Vote Up
Vote Down

Originally posted by pradtf
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}
thank you a lot!!
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

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.