summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cnltx/cnltx.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-01-11 22:25:35 +0000
committerKarl Berry <karl@freefriends.org>2015-01-11 22:25:35 +0000
commitffd0a5d337e9ff3c89109f208771ec70f599ebef (patch)
tree1dfea0d60d89adbe1b9489c034939d9112ba8cb0 /Master/texmf-dist/tex/latex/cnltx/cnltx.sty
parentffc578485f0573fbef95749a3b239380be42da87 (diff)
cnltx (11jan15)
git-svn-id: svn://tug.org/texlive/trunk@36025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cnltx/cnltx.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cnltx/cnltx.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/cnltx/cnltx.sty b/Master/texmf-dist/tex/latex/cnltx/cnltx.sty
index 08ed2e80541..298ba37b749 100644
--- a/Master/texmf-dist/tex/latex/cnltx/cnltx.sty
+++ b/Master/texmf-dist/tex/latex/cnltx/cnltx.sty
@@ -8,7 +8,7 @@
% Web: https://github.com/cgnieder/cnltx/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2013-2014 Clemens Niederberger
+% Copyright 2013-2015 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -28,19 +28,19 @@
\RequirePackage{cnltx-base}
\ProvidesPackage{cnltx}[\cnltx@@date\space \cnltx@@version\space \cnltx@@info]
-\newcommand*\cnltx@register@module[1]{%
- \DeclareOption{#1}{\AtEndOfPackage{\RequirePackage{cnltx-#1}}}%
-}
-
\cnltx@register@module{listings}
\cnltx@register@module{example}
+\cnltx@register@module{names}
\cnltx@register@module{tools}
+\cnltx@register@module{translations}
\ProcessOptions*
\endinput
HISTORY:
-2013/11/22 v0.9 - first added to the bundle
-
+2013/11/22 v0.9 - first added to the bundle
+2014/03/11 v0.11 - use \cnltx@load@module
+2015/01/11 v0.12 - move definition of \cnltx@register@module in base module
+ - add `names' module