summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chessboard
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-01 21:59:26 +0000
committerKarl Berry <karl@freefriends.org>2020-11-01 21:59:26 +0000
commitdad1e0dd90f33c4da46a6ac7485b25112eb07429 (patch)
tree550c1f38ebbb72177107595d06ced6aaa2d4c5fb /Master/texmf-dist/doc/latex/chessboard
parent7e85edf3c611345c12e1fb9a04198857be1bedbc (diff)
chessboard (1nov20)
git-svn-id: svn://tug.org/texlive/trunk@56833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chessboard')
-rw-r--r--Master/texmf-dist/doc/latex/chessboard/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/chessboard/chessboard.pdfbin633492 -> 2336404 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chessboard/chessboard.tex21
-rw-r--r--Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdfbin67241 -> 67353 bytes
4 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/chessboard/README.md b/Master/texmf-dist/doc/latex/chessboard/README.md
index e3db967201f..0c3595f069f 100644
--- a/Master/texmf-dist/doc/latex/chessboard/README.md
+++ b/Master/texmf-dist/doc/latex/chessboard/README.md
@@ -1,6 +1,6 @@
# chessboard --- A package to print chessboards
-Packageversion: 1.8 Ulrike Fischer 2019
-Packagedate: 2019-06-23
+Packageversion: 1.9 Ulrike Fischer 2019
+Packagedate: 2020-11-01
## LICENSE
LaTeX Project Public License
diff --git a/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf b/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf
index fed7f6de1a2..ccdad24eda0 100644
--- a/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf
+++ b/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chessboard/chessboard.tex b/Master/texmf-dist/doc/latex/chessboard/chessboard.tex
index f80c6fd374e..31e8a15d3e8 100644
--- a/Master/texmf-dist/doc/latex/chessboard/chessboard.tex
+++ b/Master/texmf-dist/doc/latex/chessboard/chessboard.tex
@@ -2,15 +2,17 @@
% -*- mode: TeX -*- -*- coding: UTF-8 -*-
\listfiles
\def\UFcurrentpackage{chessboard}
-\def\UFcurrentversion{1.8}
+\def\UFcurrentversion{1.9}
%$Date$$Version$
-
+\RequirePackage{l3pdf}
+\ExplSyntaxOn
+\pdf_uncompress:
+%\pdf_version_gset:n{2.0}
+\ExplSyntaxOff
\RequirePackage{fix-cm}
\documentclass[pagesize,parskip=half-,fontsize=12pt]{scrartcl}
-\usepackage[utf8]{inputenc}
-
%% chessboard specific commands
\usepackage[LSB1,LSB2, LSB3,LSBC2,LSBC3,LSBC4,LSBC5, T1]{fontenc}
%\usepackage[skak-parse]{xskak}
@@ -48,7 +50,7 @@
\makeatother
%\usepackage{filecontents} only needed after change of docu.sty
-\usepackage{UF-documentation}
+\usepackage{UF-chessboard-documentation}
%initialisation
\setchessboard{smallboard, showmover=false}
@@ -123,9 +125,12 @@ pictures. So it could be necessary to reset the padding. And the
the foreground picture.
\begin{description}
+\item[2020-11-01 (Version 1.9)] Corrected a bug reported by
+ Phelype Oleinik. \texttt{colorbackareas} (and other area keys) didn't process lists of areas correctly.
+
\item[2019-06-23 (Version 1.8)] Uploaded the source of the documentation to ctan.
No longer use \cs{arabic} internally, to avoid problems with packages redefining the command. (Issue \#1).
-
+
\item[2011-03-17 (Version 1.7)] Changed definition of the triangle mover
style. It now uses \packagename{tikz} and no longer
\packagename{amssymb}. \packagename{chessboard} no longer loads
@@ -3702,7 +3707,7 @@ of a game with \skaksty and then to loop through them. For an
example please read the documentation of \packagename{xskak}. Here an
example of the more tiresome input:
-\begin{LTXexample}
+\begin{lstlisting}
\newchessgame
\unitlength1pt
\newcommand\currentboard{%
@@ -3724,7 +3729,7 @@ example of the more tiresome input:
\newframe\hidemoves{3... a6}%
\currentboard
\end{animateinline}
-\end{LTXexample}
+\end{lstlisting}
\phantomsection
diff --git a/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf b/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf
index cde1542c356..c1001a2eacd 100644
--- a/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf
+++ b/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf
Binary files differ