From e681b05dbd6ec04a81ce0d7eb73de747c1a3113e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Sep 2007 17:52:39 +0000 Subject: alnumsec 0.03 (25sep07) git-svn-id: svn://tug.org/texlive/trunk@5049 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty | 33 ++++++++++++++++------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/alnumsec') diff --git a/Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty b/Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty index 9ccb311d46f..266c3a2179c 100644 --- a/Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty +++ b/Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty @@ -6,23 +6,39 @@ %% %% alnumsec.dtx (with options: `alnumsec') %% -%% Copyright (C) 2003 Frank Küster. +%% Copyright (C) 2003-2007 Frank Küster (frank@kuesterei.ch) +%% +%% -------------------------------------------------------------------------- +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% This Current Maintainer of this work is Frank Küster. +%% +%% This work consists of the files README, alnumsec.ins, alnumsec.dtx, +%% and the derived file alnumsec.sty. %% -%% All rights reserved. \ProvidesPackage{alnumsec} - [2005/02/16 v0.02 alphanumeric section numbers with + [2007/07/27 v0.03 alphanumeric section numbers with ordinary sectioning commands] \newif\ifusepreviouslevels\usepreviouslevelsfalse% \DeclareOption{usehighlevels}{\usepreviouslevelstrue}% \ProcessOptions% \RequirePackage{ifthen}% -\newcommand*{\@greek}[1]{\ifcase#1\relax\or$\alpha$\or$\beta$\or +\providecommand*{\@greek}[1]{\ifcase#1\relax\or$\alpha$\or$\beta$\or $\gamma$\or$\delta$\or$\varepsilon$\or$\zeta$\or$\eta$\or$\vartheta$\or $\iota$\or$\kappa$\or$\lambda$\or$\mu$\or$\nu$\or$\xi$\or$o$\or$\pi$\or $\rho$\or$\sigma$\or$\tau$\or$\upsilon$\or$\varphi$\or$\chi$\or$\psi$\or -$\omega$\else\@ctrerr\fi}% -\newcommand*{\@doublegreek}[1]{\@greek{#1}{\@greek{#1}}} -\newcommand*{\@doublealph}[1]{\@alph{#1}{\@alph{#1}}} + $\omega$\else\@ctrerr\fi}% +\providecommand*{\@doublegreek}[1]{\@greek{#1}{\@greek{#1}}} +\providecommand*{\@doublealph}[1]{\@alph{#1}{\@alph{#1}}} \newcounter{alnumsec@level}% \newcounter{fk@secdepth}% \newcounter{fk@secstart}% @@ -259,9 +275,6 @@ $\omega$\else\@ctrerr\fi}% \surroundgreek[(]{}{)} \surrounddoubleletter[(]{}{)} \surrounddoublegreek[(]{}{)} -%% -%% End of file `alnumsec.sty'. - \endinput %% %% End of file `alnumsec.sty'. -- cgit v1.2.3