texlive[56833] Master/texmf-dist: chessboard (1nov20)

commits+karl at tug.org commits+karl at tug.org
Sun Nov 1 22:59:26 CET 2020


Revision: 56833
          http://tug.org/svn/texlive?view=revision&revision=56833
Author:   karl
Date:     2020-11-01 22:59:26 +0100 (Sun, 01 Nov 2020)
Log Message:
-----------
chessboard (1nov20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/chessboard/README.md
    trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf
    trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.tex
    trunk/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf
    trunk/Master/texmf-dist/source/latex/chessboard/chessboard.dtx
    trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty
    trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty
    trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty
    trunk/Master/texmf-dist/tex/latex/chessboard/chessboard.sty

Modified: trunk/Master/texmf-dist/doc/latex/chessboard/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chessboard/README.md	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/doc/latex/chessboard/README.md	2020-11-01 21:59:26 UTC (rev 56833)
@@ -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

Modified: trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.tex	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/doc/latex/chessboard/chessboard.tex	2020-11-01 21:59:26 UTC (rev 56833)
@@ -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 @@
 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 @@
 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 @@
 \newframe\hidemoves{3... a6}%
 \currentboard
 \end{animateinline}
-\end{LTXexample}
+\end{lstlisting}
 
 
 \phantomsection

Modified: trunk/Master/texmf-dist/doc/latex/chessboard/chessboard_and_beamer.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/chessboard/chessboard.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/chessboard/chessboard.dtx	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/source/latex/chessboard/chessboard.dtx	2020-11-01 21:59:26 UTC (rev 56833)
@@ -1,7 +1,6 @@
 %<*chessboard>
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{chessboard}[2019/06/23 version v1.8 print chessboards]
-%%$Date: 2011/03/23 08:42:57 $$Version: 66142533647c $
+\ProvidesPackage{chessboard}[2020/11/01 version v1.9 print chessboards]
 
 %1.4: Changed to restore style key
 %1.5: corrected values for mover key (w/b instead of w/s)
@@ -9,6 +8,7 @@
 % 14.3.2011: added \normallineskip=1pt\relax\normallineskiplimit=0pt\relax
 %            (default latex values).
 %            to avoid bad spacing in amsart.cls (see tex.stackexchange discussion)
+% 1.9. corrected area code, lists not always correctly processed
 \DeclareOption{skaknew}{}%
 \ProcessOptions
 
@@ -1436,7 +1436,7 @@
 
 %</chessboard>
 %<*chessboard-pgf>
-\ProvidesFile{chessboard-pgf.sty}[2019/06/23 version v1.8 pgf code for chessboard.sty]
+\ProvidesFile{chessboard-pgf.sty}[2020/11/01 version v1.9 pgf code for chessboard.sty]
 %%$Date: 2011/01/11 14:07:20 $$Version: 3d9f59c743f1 $
 
 \newcommand\board at pgf@extrabackground{}%
@@ -2553,7 +2553,7 @@
 
 %</chessboard-pgf>
 %<*chessboard-keys-main>
-\ProvidesFile{chessboard-keys-main.sty}[2019/06/23 version v1.8 key definitions for chessboard.sty]
+\ProvidesFile{chessboard-keys-main.sty}[2020/11/01 version v1.9 key definitions for chessboard.sty]
 %%$Date: 2011/03/23 08:42:57 $$Version: 66142533647c $
 
 %%file=Linie=column=vertikal=al_f_abetisch= a-h
@@ -3475,7 +3475,7 @@
   {\board at do@cleararea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{cleararea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,cleararea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,cleararea={#1}}}%
 
 \define at key[UFCB]{locfill}{clearareas}{% D
   \edef\board at temp@list{#1}%
@@ -3483,7 +3483,7 @@
   {\board at do@cleararea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{clearareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,clearareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,clearareas={#1}}}%
 
 \define at key[UFCB]{locfill}{clearboard}[true]{%D
    \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -3561,7 +3561,7 @@
   \board at do@hidearea{#1}}%
 
 \define at key[UFCB]{glofill}{hidearea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,hidearea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,hidearea={#1}}}%
 
 \define at key[UFCB]{locfill}{hideareas}{% D
   \edef\board at temp@list{#1}%
@@ -3569,7 +3569,7 @@
   {\board at do@hidearea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{hideareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,hideareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,hideareas={#1}}}%
 
 \define at key[UFCB]{locfill}{hideboard}[true]{% D
    \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -3683,7 +3683,7 @@
   \board at do@showarea{#1}}%
 
 \define at key[UFCB]{glofill}{showarea}{%
-  \board at do@l at addto@macro\board at val@savedkeylist{,showarea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,showarea={#1}}}%
 
 \define at key[UFCB]{locfill}{showareas}{% D
   \edef\board at temp@list{#1}%
@@ -3691,7 +3691,7 @@
   {\board at do@showarea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{showareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,showareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,showareas={#1}}}%
 
 \define at key[UFCB]{locfill}{showboard}[true]{%
   \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -3785,7 +3785,7 @@
   \let\board at val@startfenranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{startfen}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfen=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfen={#1}}}%
 
 \define at key[UFCB]{locfill}{startfill}{% D
   \expandafter\board at split@field#1ARGEND%
@@ -3794,7 +3794,7 @@
   \let\board at val@startfillranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{startfill}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfill=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfill={#1}}}%
 
 \define at key[UFCB]{locfill}{stopfill}{% D
   \expandafter\board at split@field#1ARGEND%
@@ -3803,7 +3803,7 @@
   \let\board at val@stopfillranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{stopfill}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfill=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfill={#1}}}%
 
 \define at key[UFCB]{locfill}{fillarea}{% a7-f1 %D
     \expandafter\board at split@areasort#1ARGEND%
@@ -3811,7 +3811,7 @@
       startfill=\board at temp@curstartfield, stopfill=\board at temp@curstopfield}}%
 
 \define at key[UFCB]{glofill}{fillarea}{% D
-    \board at do@l at addto@macro\board at val@savedkeylist{,fillarea=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,fillarea={#1}}}%
 
 %%%
 %% setting pieces with fen
@@ -3986,7 +3986,7 @@
   \board at do@empharea{#1}}%
 
 \define at key[UFCB]{glofill}{empharea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,empharea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,empharea={#1}}}%
 
 \define at key[UFCB]{locfill}{emphareas}{% D
  \XKV at sp@deflist\board at templist{#1}%
@@ -4020,7 +4020,7 @@
 
 \define at key[UFCB]{locfill}{emphrank}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphranks=#1}}%
+      emphranks={#1}}}%
 
 \define at key[UFCB]{glofill}{emphrank}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,emphrank={#1}}}%
@@ -4038,10 +4038,10 @@
 
 \define at key[UFCB]{locfill}{emphfile}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphfiles=#1}}%
+      emphfiles={#1}}}%
 
 \define at key[UFCB]{glofill}{emphfile}{%D
-  \board at do@l at addto@macro\board at val@savedkeylist{,emphfile=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,emphfile={#1}}}%
 
 \define at key[UFCB]{locfill}{emphfields}{% D
   \edef\board at temp@list{#1}%
@@ -4054,10 +4054,10 @@
 
 \define at key[UFCB]{locfill}{emphfield}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphfields=#1}}%
+      emphfields={#1}}}%
 
 \define at key[UFCB]{glofill}{emphfield}{%D
-  \board at do@l at addto@macro\board at val@savedkeylist{,emphfield=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,emphfield={#1}}}%
 
 \define at key[UFCB]{locfill}{colorpieces}{% D
   \PackageWarning{chessboard}{The key colorpieces doesn't work anymore. \MessageBreak
@@ -4078,7 +4078,7 @@
 
 %</chessboard-keys-main>
 %<*chessboard-keys-pgf>
-\ProvidesFile{chessboard-keys-pgf.sty}[2019/06/23 version v1.8 key definitions for chessboard.sty]
+\ProvidesFile{chessboard-keys-pgf.sty}[2020/11/01 version v1.9 key definitions for chessboard.sty]
 %%$Date: 2011/03/17 13:42:38 $$Version: e7ec1b100ede $
 
 %% new 1.5.: style keys for curvemove
@@ -4302,7 +4302,7 @@
   \fi}%
 
 \define at key[UFCB]{glofill}{trimarea}{%
-    \board at do@l at addto@macro\board at val@savedkeylist{,trimarea=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,trimarea={#1}}}%
 
 \define at boolkey[UFCB]{locfill}{captrimtoprint}[true]{}%
 
@@ -5007,14 +5007,14 @@
   \board at do@l at addto@macro\board at val@savedkeylist{,applycolor=#1}}%
 
 \define at key[UFCB]{locfill}{colorbackarea}{% D
-  \board at do@setsinglekeys*[UFCB]{locfill}{colorbackareas=#1}}%
+  \board at do@setsinglekeys*[UFCB]{locfill}{colorbackareas={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackarea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,colorbackarea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,colorbackarea={#1}}}%
 
 \define at key[UFCB]{locfill}{colorbackareas}{% D
  \let\board at pgf@savebackstyle\board at pgf@curbackstyle
- \board at do@setsinglekeys*[UFCB]{locfill}{backstyle=color,backareas=#1,backstyle=\board at pgf@savebackstyle}}%
+ \board at do@setsinglekeys*[UFCB]{locfill}{backstyle=color,backareas={#1},backstyle=\board at pgf@savebackstyle}}%
 
 \define at key[UFCB]{glofill}{colorbackareas}{% D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackareas={#1}}}%
@@ -5048,7 +5048,7 @@
 
 \define at key[UFCB]{locfill}{colorbackrank}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      colorbackranks=#1}}%
+      colorbackranks={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackrank}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackrank={#1}}}%
@@ -5066,7 +5066,7 @@
 
 \define at key[UFCB]{locfill}{colorbackfile}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      colorbackfiles=#1}}%
+      colorbackfiles={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackfile}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackfile={#1}}}%
@@ -5124,11 +5124,11 @@
 \define at key[UFCB]{locfill}{pgfborder}[\printarea]{%
  \edef\board at pgf@savebackstyle{\board at pgf@curbackstyle}%
  \board at do@setsinglekeys*[UFCB]{locfill}{%
-   backstyle=border,backregions=#1}%
+   backstyle=border,backregions={#1}}%
   \expandafter\board at do@setsavedkey\expandafter{\board at pgf@savebackstyle}{backstyle}}%
 
 \define at key[UFCB]{glofill}{pgfborder}[\printarea]{% %D
-    \board at do@l at addto@macro\board at val@savedkeylist{,pgfborder=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,pgfborder={#1}}}%
 
 
 %</chessboard-keys-pgf>

Modified: trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty	2020-11-01 21:59:26 UTC (rev 56833)
@@ -16,7 +16,7 @@
 %% License, or (at your option) any later version.
 %% 
 %% For error reports see documentation.
-\ProvidesFile{chessboard-keys-main.sty}[2019/06/23 version v1.8 key definitions for chessboard.sty]
+\ProvidesFile{chessboard-keys-main.sty}[2020/11/01 version v1.9 key definitions for chessboard.sty]
 %%$Date: 2011/03/23 08:42:57 $$Version: 66142533647c $
 
 %%file=Linie=column=vertikal=al_f_abetisch= a-h
@@ -936,7 +936,7 @@
   {\board at do@cleararea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{cleararea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,cleararea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,cleararea={#1}}}%
 
 \define at key[UFCB]{locfill}{clearareas}{% D
   \edef\board at temp@list{#1}%
@@ -944,7 +944,7 @@
   {\board at do@cleararea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{clearareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,clearareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,clearareas={#1}}}%
 
 \define at key[UFCB]{locfill}{clearboard}[true]{%D
    \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -1022,7 +1022,7 @@
   \board at do@hidearea{#1}}%
 
 \define at key[UFCB]{glofill}{hidearea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,hidearea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,hidearea={#1}}}%
 
 \define at key[UFCB]{locfill}{hideareas}{% D
   \edef\board at temp@list{#1}%
@@ -1030,7 +1030,7 @@
   {\board at do@hidearea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{hideareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,hideareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,hideareas={#1}}}%
 
 \define at key[UFCB]{locfill}{hideboard}[true]{% D
    \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -1144,7 +1144,7 @@
   \board at do@showarea{#1}}%
 
 \define at key[UFCB]{glofill}{showarea}{%
-  \board at do@l at addto@macro\board at val@savedkeylist{,showarea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,showarea={#1}}}%
 
 \define at key[UFCB]{locfill}{showareas}{% D
   \edef\board at temp@list{#1}%
@@ -1152,7 +1152,7 @@
   {\board at do@showarea{\board at temp@curarea}}}%
 
 \define at key[UFCB]{glofill}{showareas}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,showareas=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,showareas={#1}}}%
 
 \define at key[UFCB]{locfill}{showboard}[true]{%
   \edef\board at temp@curstartfield{\board at val@minfilechar\board at val@maxranknum}%
@@ -1246,7 +1246,7 @@
   \let\board at val@startfenranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{startfen}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfen=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfen={#1}}}%
 
 \define at key[UFCB]{locfill}{startfill}{% D
   \expandafter\board at split@field#1ARGEND%
@@ -1255,7 +1255,7 @@
   \let\board at val@startfillranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{startfill}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfill=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfill={#1}}}%
 
 \define at key[UFCB]{locfill}{stopfill}{% D
   \expandafter\board at split@field#1ARGEND%
@@ -1264,7 +1264,7 @@
   \let\board at val@stopfillranknum\board at temp@curranknum}%
 
 \define at key[UFCB]{glofill}{stopfill}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,startfill=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,startfill={#1}}}%
 
 \define at key[UFCB]{locfill}{fillarea}{% a7-f1 %D
     \expandafter\board at split@areasort#1ARGEND%
@@ -1272,7 +1272,7 @@
       startfill=\board at temp@curstartfield, stopfill=\board at temp@curstopfield}}%
 
 \define at key[UFCB]{glofill}{fillarea}{% D
-    \board at do@l at addto@macro\board at val@savedkeylist{,fillarea=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,fillarea={#1}}}%
 
 %%%
 %% setting pieces with fen
@@ -1446,7 +1446,7 @@
   \board at do@empharea{#1}}%
 
 \define at key[UFCB]{glofill}{empharea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,empharea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,empharea={#1}}}%
 
 \define at key[UFCB]{locfill}{emphareas}{% D
  \XKV at sp@deflist\board at templist{#1}%
@@ -1480,7 +1480,7 @@
 
 \define at key[UFCB]{locfill}{emphrank}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphranks=#1}}%
+      emphranks={#1}}}%
 
 \define at key[UFCB]{glofill}{emphrank}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,emphrank={#1}}}%
@@ -1498,10 +1498,10 @@
 
 \define at key[UFCB]{locfill}{emphfile}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphfiles=#1}}%
+      emphfiles={#1}}}%
 
 \define at key[UFCB]{glofill}{emphfile}{%D
-  \board at do@l at addto@macro\board at val@savedkeylist{,emphfile=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,emphfile={#1}}}%
 
 \define at key[UFCB]{locfill}{emphfields}{% D
   \edef\board at temp@list{#1}%
@@ -1514,10 +1514,10 @@
 
 \define at key[UFCB]{locfill}{emphfield}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      emphfields=#1}}%
+      emphfields={#1}}}%
 
 \define at key[UFCB]{glofill}{emphfield}{%D
-  \board at do@l at addto@macro\board at val@savedkeylist{,emphfield=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,emphfield={#1}}}%
 
 \define at key[UFCB]{locfill}{colorpieces}{% D
   \PackageWarning{chessboard}{The key colorpieces doesn't work anymore. \MessageBreak

Modified: trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-pgf.sty	2020-11-01 21:59:26 UTC (rev 56833)
@@ -16,7 +16,7 @@
 %% License, or (at your option) any later version.
 %% 
 %% For error reports see documentation.
-\ProvidesFile{chessboard-keys-pgf.sty}[2019/06/23 version v1.8 key definitions for chessboard.sty]
+\ProvidesFile{chessboard-keys-pgf.sty}[2020/11/01 version v1.9 key definitions for chessboard.sty]
 %%$Date: 2011/03/17 13:42:38 $$Version: e7ec1b100ede $
 
 %% new 1.5.: style keys for curvemove
@@ -238,7 +238,7 @@
   \fi}%
 
 \define at key[UFCB]{glofill}{trimarea}{%
-    \board at do@l at addto@macro\board at val@savedkeylist{,trimarea=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,trimarea={#1}}}%
 
 \define at boolkey[UFCB]{locfill}{captrimtoprint}[true]{}%
 
@@ -941,14 +941,14 @@
   \board at do@l at addto@macro\board at val@savedkeylist{,applycolor=#1}}%
 
 \define at key[UFCB]{locfill}{colorbackarea}{% D
-  \board at do@setsinglekeys*[UFCB]{locfill}{colorbackareas=#1}}%
+  \board at do@setsinglekeys*[UFCB]{locfill}{colorbackareas={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackarea}{% D
-  \board at do@l at addto@macro\board at val@savedkeylist{,colorbackarea=#1}}%
+  \board at do@l at addto@macro\board at val@savedkeylist{,colorbackarea={#1}}}%
 
 \define at key[UFCB]{locfill}{colorbackareas}{% D
  \let\board at pgf@savebackstyle\board at pgf@curbackstyle
- \board at do@setsinglekeys*[UFCB]{locfill}{backstyle=color,backareas=#1,backstyle=\board at pgf@savebackstyle}}%
+ \board at do@setsinglekeys*[UFCB]{locfill}{backstyle=color,backareas={#1},backstyle=\board at pgf@savebackstyle}}%
 
 \define at key[UFCB]{glofill}{colorbackareas}{% D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackareas={#1}}}%
@@ -982,7 +982,7 @@
 
 \define at key[UFCB]{locfill}{colorbackrank}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      colorbackranks=#1}}%
+      colorbackranks={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackrank}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackrank={#1}}}%
@@ -1000,7 +1000,7 @@
 
 \define at key[UFCB]{locfill}{colorbackfile}{% D
     \board at do@setsinglekeys*[UFCB]{locfill}{%
-      colorbackfiles=#1}}%
+      colorbackfiles={#1}}}%
 
 \define at key[UFCB]{glofill}{colorbackfile}{%D
   \board at do@l at addto@macro\board at val@savedkeylist{,colorbackfile={#1}}}%
@@ -1058,11 +1058,11 @@
 \define at key[UFCB]{locfill}{pgfborder}[\printarea]{%
  \edef\board at pgf@savebackstyle{\board at pgf@curbackstyle}%
  \board at do@setsinglekeys*[UFCB]{locfill}{%
-   backstyle=border,backregions=#1}%
+   backstyle=border,backregions={#1}}%
   \expandafter\board at do@setsavedkey\expandafter{\board at pgf@savebackstyle}{backstyle}}%
 
 \define at key[UFCB]{glofill}{pgfborder}[\printarea]{% %D
-    \board at do@l at addto@macro\board at val@savedkeylist{,pgfborder=#1}}%
+    \board at do@l at addto@macro\board at val@savedkeylist{,pgfborder={#1}}}%
 
 \endinput
 %%

Modified: trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty	2020-11-01 21:59:26 UTC (rev 56833)
@@ -16,7 +16,7 @@
 %% License, or (at your option) any later version.
 %% 
 %% For error reports see documentation.
-\ProvidesFile{chessboard-pgf.sty}[2019/06/23 version v1.8 pgf code for chessboard.sty]
+\ProvidesFile{chessboard-pgf.sty}[2020/11/01 version v1.9 pgf code for chessboard.sty]
 %%$Date: 2011/01/11 14:07:20 $$Version: 3d9f59c743f1 $
 
 \newcommand\board at pgf@extrabackground{}%

Modified: trunk/Master/texmf-dist/tex/latex/chessboard/chessboard.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chessboard/chessboard.sty	2020-11-01 21:59:09 UTC (rev 56832)
+++ trunk/Master/texmf-dist/tex/latex/chessboard/chessboard.sty	2020-11-01 21:59:26 UTC (rev 56833)
@@ -17,8 +17,7 @@
 %% 
 %% For error reports see documentation.
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{chessboard}[2019/06/23 version v1.8 print chessboards]
-%%$Date: 2011/03/23 08:42:57 $$Version: 66142533647c $
+\ProvidesPackage{chessboard}[2020/11/01 version v1.9 print chessboards]
 
 \DeclareOption{skaknew}{}%
 \ProcessOptions



More information about the tex-live-commits mailing list.