summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-03 23:37:53 +0000
committerKarl Berry <karl@freefriends.org>2013-05-03 23:37:53 +0000
commit1e17ed5c41d36b50fefdc9b895c388c24532e9b1 (patch)
treed971d31a49e19596d26ee32712f77e3289c8e280 /Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty
parentc299102ae69ccd88ed0439d282548fbeea3fef60 (diff)
logicpuzzle (3may13)
git-svn-id: svn://tug.org/texlive/trunk@30222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty')
-rw-r--r--Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty59
1 files changed, 6 insertions, 53 deletions
diff --git a/Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty b/Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty
index b537ef05292..d4b8f0da146 100644
--- a/Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty
+++ b/Master/texmf-dist/tex/latex/logicpuzzle/kendoku.sty
@@ -20,60 +20,13 @@
%% This work consists of all files listed in manifest.txt.
%%
%
-\ProvidesPackage{kendoku}[2013/04/12 kendoku.sty v1.0 - Josef Kleber (C) 2013]%
+\ProvidesPackage{kendoku}[2013/04/30 kendoku.sty v1.1 - Josef Kleber (C) 2013]%
%
\RequirePackage{logicpuzzle}%
%
-\newcommand*\LP@KD@init@prefix{LP@KD}%
-\newcommand*\LP@KD@init@package{kendoku}%
-%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{rows}{5}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{columns}{5}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{scale}{1}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{counterstyle}{none}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{bgcolor}{}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{width}{5.1cm}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{cvoffset}{-23pt}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{title}{}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{titleindent}{0cm}%
-\LP@define@key{\LP@KD@init@prefix}{\LP@KD@init@package}{titlewidth}{5.1cm}%
-\LP@define@choicekey@fontsize{\LP@KD@init@prefix}{\LP@KD@init@package}{Large}%
-%
-\ExecuteOptionsX{rows,columns,width,fontsize,scale,bgcolor,cvoffset,counterstyle,title,titleindent,titlewidth}%
-%
-\ProcessOptionsX\relax%
-%
-\LP@init@counter{\LP@KD@init@prefix}%
-%
-\let\kendokucell\setcell%
-%
-\newcommand*\kendokusetup[1]%
-{%
- \setkeys{kendoku.sty}{#1}%
-}%
-%
-\newenvironment{kendoku}[1][]%
-{%
- \setkeys{kendoku}{#1}%
- \LP@set@package{kendoku}%
- \LP@set@env@prefix{LP@KD}%
- \setcounter{LP@KD@rows}{\LP@KD@rows}%
- \setcounter{LP@KD@columns}{\LP@KD@columns}%
- \stepcounter{LP@KD@rows}%
- \stepcounter{LP@KD@columns}%
- \begin{minipage}[t]{\LP@KD@width}%
- \ifthenelse{\equal{\LP@KD@title}{}}%
- {\par\enspace\par}% empty
- {\enspace\par\noindent\hspace{\LP@KD@titleindent}\parbox{\LP@KD@titlewidth}{\strut\LP@titleformat\LP@KD@title}\vspace{3mm}\par}%
- \begin{tikzpicture}[scale=\LP@KD@scale]%
- \LP@drawbackground{1}{1}{\LP@KD@columns}{\LP@KD@rows}{\LP@KD@bgcolor}%
- \LP@drawgrid{1}{1}{\LP@KD@columns}{\LP@KD@rows}{1cm}%
-}%
-{%
- \end{tikzpicture}%
- \LP@drawcounter{\LP@KD@counterstyle}%
- \stepcounter{LP@puzzlecounter}%
- \end{minipage}%
-}%
-%
+\PackageWarningNoLine{kendoku}{
+Usage of package kendoku.sty is deprecated\MessageBreak
+\space kendoku.sty will be deleted in near future!\MessageBreak
+\space Just use package logicpuzzle.sty instead!
+}
\endinput% \ No newline at end of file