diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-14 00:01:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-14 00:01:11 +0000 |
commit | 1c08941501b1f859fb7042142be8cd9eae3fe656 (patch) | |
tree | 81628b67af50245df09b44ffb81058af1dc466fa /Master/texmf-dist/tex | |
parent | ae3316ebcba4127854375bc6089614efdad986a3 (diff) |
crossword (13jan14)
git-svn-id: svn://tug.org/texlive/trunk@32657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty b/Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty index 674e11fbfa0..c48631ee385 100644 --- a/Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty +++ b/Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty @@ -20,11 +20,9 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -%%^^A $Id: cwpuzzle.dtx,v 1.8 2009/09/13 08:32:34 gene Exp gene $ -\def\CWP@RCS$#1: #2 #3${#2} \def\filename{cwpuzzle.dtx} -\xdef\fileversion{\CWP@RCS$Revision: 1.8 $} -\xdef\filedate{\CWP@RCS$Date: 2009/09/13 08:32:34 $} +\def\fileversion{1.9} +\def\filedate{2014/01/12} \let\docversion=\fileversion \let\docdate=\filedate \typeout{% @@ -44,7 +42,7 @@ %% 64521 Groß-Gerau %% Mail: gene@gerd-neugebauer.de %% -%% Copyright (C) 1995-2009 Gerd Neugebauer +%% Copyright (c) 1995-2014 Gerd Neugebauer %% %% cwpuzzle.dtx is distributed in the hope that it will be useful, %% but WITHOUT ANY WARRANTY. No author or distributor accepts @@ -180,7 +178,7 @@ \Puzzle@Cell@Loop *#1{}% \else \Puzzle@Cell@Loop #1{}% - \put(\Puzzle@X,\Puzzle@Y){\makebox(1,1){\uppercase{#2}}}% + \put(\Puzzle@X,\Puzzle@Y){\PuzzleSolutionContent{#2}}% \fi \fi \def\Puzzle@tmp{#1}% @@ -192,6 +190,7 @@ \advance\Puzzle@X 1 \fi } +\def\PuzzleSolutionContent#1{\makebox(1,1){\uppercase{#1}}} \newcommand\PuzzleDefineCell[2]{ \global\@namedef{Puzzle@Cell@@#1}##1##2{#2}% } |