diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty b/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty index ce890281ce8..91a047fd10d 100644 --- a/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty +++ b/Master/texmf-dist/tex/latex/chessboard/chessboard-keys-main.sty @@ -4,10 +4,10 @@ %% %% The original source files were: %% -%% chessboard-src.dtx (with options: `keysmain') +%% chessboard-src.dtx (with options: `chessboard-keys-main') %% %% chessboard: a package to print chessboards -%% Copyright 2006 UlrikeFischer (skak@nililand.de) +%% Copyright 2006-2014 Ulrike Fischer (chess@nililand.de) %% ------------------------------------------- %% %% This file can be redistributed and/or modified under the terms of @@ -16,8 +16,8 @@ %% License, or (at your option) any later version. %% %% For error reports see documentation. -\ProvidesFile{chessboard-keys-main.sty}[2007/12/20 key definitions -for chessboard.sty v1.5 ] +\ProvidesFile{chessboard-keys-main.sty}[2014/05/01 version v1.7 key definitions for chessboard.sty] +%%$Date: 2011/03/23 08:42:57 $$Version: 66142533647c $ %%file=Linie=column=vertikal=al_f_abetisch= a-h %%rank=Reihe=row=horizontal=numbe_r_=1-8 @@ -892,7 +892,8 @@ for chessboard.sty v1.5 ] \define@key[UFCB]{locfill}{addfontcolors}[true]{% D \toks@=\expandafter{\board@val@fontcolorstack}% - \board@do@l@addto@macro\board@val@boardfontcolors{\the\toks@}} + \edef\@@next{\noexpand\board@do@l@addto@macro\noexpand\board@val@boardfontcolors{\the\toks@}}% + \@@next} \define@key[UFCB]{glofill}{setfontcolors}[true]{% D \board@do@l@addto@macro\board@val@savedkeylist{,setfontcolors=#1}{}}% @@ -1298,7 +1299,6 @@ for chessboard.sty v1.5 ] \define@key[UFCB]{glofill}{addfen}{% D \board@do@l@addto@macro\board@val@savedkeylist{,addfen=#1}}% - %%% other name for usefen \define@key[UFCB]{locfill}{restorefen}{% D \edef\board@temp@curfen{\csname chessgame.#1\endcsname}% @@ -1534,6 +1534,7 @@ for chessboard.sty v1.5 ] \define@key[UFCB]{gloinit}{game}{% \board@do@l@addto@macro\board@val@savedkeylist{,game=#1}{}}% + \endinput %% %% End of file `chessboard-keys-main.sty'. |