diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-03 23:37:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-03 23:37:53 +0000 |
commit | 1e17ed5c41d36b50fefdc9b895c388c24532e9b1 (patch) | |
tree | d971d31a49e19596d26ee32712f77e3289c8e280 /Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty | |
parent | c299102ae69ccd88ed0439d282548fbeea3fef60 (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/hitori.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty | 59 |
1 files changed, 6 insertions, 53 deletions
diff --git a/Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty b/Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty index e8307962299..8b34dc3699c 100644 --- a/Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty +++ b/Master/texmf-dist/tex/latex/logicpuzzle/hitori.sty @@ -20,60 +20,13 @@ %% This work consists of all files listed in manifest.txt. %% % -\ProvidesPackage{hitori}[2013/04/05 hitori.sty v1.0 - Josef Kleber (C) 2013]% +\ProvidesPackage{hitori}[2013/04/30 hitori.sty v1.1 - Josef Kleber (C) 2013]% % \RequirePackage{logicpuzzle}% % -\newcommand*\LP@HT@init@prefix{LP@HT}% -\newcommand*\LP@HT@init@package{hitori}% -% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{rows}{5}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{columns}{5}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{scale}{1}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{counterstyle}{none}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{bgcolor}{}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{width}{5.1cm}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{cvoffset}{-23pt}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{title}{}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{titleindent}{0cm}% -\LP@define@key{\LP@HT@init@prefix}{\LP@HT@init@package}{titlewidth}{5.1cm}% -\LP@define@choicekey@fontsize{\LP@HT@init@prefix}{\LP@HT@init@package}{Large}% -% -\ExecuteOptionsX{rows,columns,width,fontsize,scale,bgcolor,cvoffset,counterstyle,title,titleindent,titlewidth}% -% -\ProcessOptionsX\relax% -% -\LP@init@counter{\LP@HT@init@prefix}% -% -\let\hitoricell\setcell% -% -\newcommand*\hitorisetup[1]% -{% - \setkeys{hitori.sty}{#1}% -}% -% -\newenvironment{hitori}[1][]% -{% - \setkeys{hitori}{#1}% - \LP@set@package{hitori}% - \LP@set@env@prefix{LP@HT}% - \setcounter{LP@HT@rows}{\LP@HT@rows}% - \setcounter{LP@HT@columns}{\LP@HT@columns}% - \stepcounter{LP@HT@rows}% - \stepcounter{LP@HT@columns}% - \begin{minipage}[t]{\LP@HT@width}% - \ifthenelse{\equal{\LP@HT@title}{}}% - {\par\enspace\par}% empty - {\enspace\par\noindent\hspace{\LP@HT@titleindent}\parbox{\LP@HT@titlewidth}{\strut\LP@titleformat\LP@HT@title}\vspace{3mm}\par}% - \begin{tikzpicture}[scale=\LP@HT@scale]% - \LP@drawbackground{1}{1}{\LP@HT@columns}{\LP@HT@rows}{\LP@HT@bgcolor}% - \LP@drawgrid{1}{1}{\LP@HT@columns}{\LP@HT@rows}{1cm}% -}% -{% - \end{tikzpicture}% - \LP@drawcounter{\LP@HT@counterstyle}% - \stepcounter{LP@puzzlecounter}% - \end{minipage}% -}% -% +\PackageWarningNoLine{hitori}{ +Usage of package hitori.sty is deprecated\MessageBreak +\space hitori.sty will be deleted in near future!\MessageBreak +\space Just use package logicpuzzle.sty instead! +} \endinput%
\ No newline at end of file |