diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:26 +0000 |
commit | ceb5cab24f76ddccfaca698332238bb0fca4d2fc (patch) | |
tree | 7bc143f170cce7ec9623380bd409762740b16dd7 /Master/texmf-dist/tex/latex/cnltx/cnltx.cbx | |
parent | c50741873ba695ded131eba618db95962a0e5f27 (diff) |
cnltx (22nov13)
git-svn-id: svn://tug.org/texlive/trunk@32212 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cnltx/cnltx.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/cnltx/cnltx.cbx | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/cnltx/cnltx.cbx b/Master/texmf-dist/tex/latex/cnltx/cnltx.cbx index 142467d2af2..3d7493b3cf7 100644 --- a/Master/texmf-dist/tex/latex/cnltx/cnltx.cbx +++ b/Master/texmf-dist/tex/latex/cnltx/cnltx.cbx @@ -1,13 +1,14 @@ -\@ifclassloaded{cnltx-doc}{}{% - \GenericError - {(cnltx.cbx)\@spaces\@spaces\@spaces\@spaces} - {cnltx citation style error: invalid class} - {See the cnltx bundle documentation for explanation.} - {% - The `cnltx' citation style can only be used with the `cnltx-doc' - document class% - }% -} +% \@ifclassloaded{cnltx-doc}{}{% +% \GenericError +% {(cnltx.cbx)\@spaces\@spaces\@spaces\@spaces} +% {cnltx citation style error: invalid class} +% {See the cnltx bundle documentation for explanation.} +% {% +% The `cnltx' citation style can only be used with the `cnltx-doc' +% document class% +% }% +% } +\RequirePackage{cnltx-example} \ProvidesFile{cnltx.cbx}[\cnltx@@date\space \cnltx@@version\space \cnltx@@info] \RequireCitationStyle{alphabetic} @@ -24,3 +25,7 @@ \endinput + +HISTORY +2013/01/14 v0.4 - first version added to the bundle +2013/11/22 v0.9 - made independent from the `cnltx-doc' class |