summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/alnumsec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-26 17:52:39 +0000
committerKarl Berry <karl@freefriends.org>2007-09-26 17:52:39 +0000
commite681b05dbd6ec04a81ce0d7eb73de747c1a3113e (patch)
tree9ee3f712c9e50deeaee4e5e94e3830fee7659bf0 /Master/texmf-dist/tex/latex/alnumsec
parentb45d823ca9c18d015c08f5f596f9ba7ea91a72e6 (diff)
alnumsec 0.03 (25sep07)
git-svn-id: svn://tug.org/texlive/trunk@5049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/alnumsec')
-rw-r--r--Master/texmf-dist/tex/latex/alnumsec/alnumsec.sty33
1 files changed, 23 insertions, 10 deletions
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'.