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