summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty')
-rw-r--r--Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty59
1 files changed, 6 insertions, 53 deletions
diff --git a/Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty b/Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty
index 5283184faa4..1743cb7b777 100644
--- a/Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty
+++ b/Master/texmf-dist/tex/latex/logicpuzzle/killersudoku.sty
@@ -20,60 +20,13 @@
%% This work consists of all files listed in manifest.txt.
%%
%
-\ProvidesPackage{killersudoku}[2013/04/12 killersudoku.sty v1.0 - Josef Kleber (C) 2013]%
+\ProvidesPackage{killersudoku}[2013/04/30 killersudoku.sty v1.1 - Josef Kleber (C) 2013]%
%
\RequirePackage{logicpuzzle}%
%
-\newcommand*\LP@KSDK@init@prefix{LP@KSDK}%
-\newcommand*\LP@KSDK@init@package{killersudoku}%
-%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{rows}{5}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{columns}{5}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{scale}{1}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{counterstyle}{none}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{bgcolor}{}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{width}{5.1cm}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{cvoffset}{-23pt}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{title}{}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{titleindent}{0cm}%
-\LP@define@key{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{titlewidth}{5.1cm}%
-\LP@define@choicekey@fontsize{\LP@KSDK@init@prefix}{\LP@KSDK@init@package}{Large}%
-%
-\ExecuteOptionsX{rows,columns,width,fontsize,scale,bgcolor,cvoffset,counterstyle,title,titleindent,titlewidth}%
-%
-\ProcessOptionsX\relax%
-%
-\LP@init@counter{\LP@KSDK@init@prefix}%
-%
-\let\killersudokucell\setcell%
-%
-\newcommand*\killersudokusetup[1]%
-{%
- \setkeys{killersudoku.sty}{#1}%
-}%
-%
-\newenvironment{killersudoku}[1][]%
-{%
- \setkeys{killersudoku}{#1}%
- \LP@set@package{killersudoku}%
- \LP@set@env@prefix{LP@KSDK}%
- \setcounter{LP@KSDK@rows}{\LP@KSDK@rows}%
- \setcounter{LP@KSDK@columns}{\LP@KSDK@columns}%
- \stepcounter{LP@KSDK@rows}%
- \stepcounter{LP@KSDK@columns}%
- \begin{minipage}[t]{\LP@KSDK@width}%
- \ifthenelse{\equal{\LP@KSDK@title}{}}%
- {\par\enspace\par}% empty
- {\enspace\par\noindent\hspace{\LP@KSDK@titleindent}\parbox{\LP@KSDK@titlewidth}{\strut\LP@titleformat\LP@KSDK@title}\vspace{3mm}\par}%
- \begin{tikzpicture}[scale=\LP@KSDK@scale]%
- \LP@drawbackground{1}{1}{\LP@KSDK@columns}{\LP@KSDK@rows}{\LP@KSDK@bgcolor}%
- \LP@drawgrid{1}{1}{\LP@KSDK@columns}{\LP@KSDK@rows}{1cm}%
-}%
-{%
- \end{tikzpicture}%
- \LP@drawcounter{\LP@KSDK@counterstyle}%
- \stepcounter{LP@puzzlecounter}%
- \end{minipage}%
-}%
-%
+\PackageWarningNoLine{killersudoku}{
+Usage of package killersudoku.sty is deprecated\MessageBreak
+\space killersudoku.sty will be deleted in near future!\MessageBreak
+\space Just use package logicpuzzle.sty instead!
+}
\endinput% \ No newline at end of file