summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty')
-rw-r--r--Master/texmf-dist/tex/latex/crossword/cwpuzzle.sty11
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}%
}