summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/classics/classics.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-05 03:03:08 +0000
committerNorbert Preining <norbert@preining.info>2020-02-05 03:03:08 +0000
commit4b795f65d52cde0d136c0175ce20101946378b54 (patch)
tree07b9b0c89193d379ff6971be01a8ca1e3e6931ca /macros/latex/contrib/classics/classics.sty
parentfc358ce7332053945afe16ced2a271556cdccfb7 (diff)
CTAN sync 202002050303
Diffstat (limited to 'macros/latex/contrib/classics/classics.sty')
-rw-r--r--macros/latex/contrib/classics/classics.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/classics/classics.sty b/macros/latex/contrib/classics/classics.sty
index 6c8a413ac6..bade757cc6 100644
--- a/macros/latex/contrib/classics/classics.sty
+++ b/macros/latex/contrib/classics/classics.sty
@@ -1,4 +1,4 @@
-%% Copyright (C) 2013 Eduardo C. Lourenço de Lima
+%% Copyright (C) 2020 Eduardo C. Lourenço de Lima
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -13,7 +13,7 @@
%\NeedsTeXFormat{LaTeX2e}[1996/06/01]
\RequirePackage{expl3}
\RequirePackage{xparse}
-\ProvidesExplPackage {classics} {2013/02/02} {0.1} {Cite classic works}
+\ProvidesExplPackage {classics} {2020/02/03} {0.1a} {Cite classic works}
\tl_new:N \g_classics_style_range_separator_tl
\tl_new:N \g_classics_style_separator_tl
@@ -54,7 +54,7 @@
}
%Range: Typeset page when last page is provided only if they differ
- \bool_if:nTF { (! #1) && \str_if_eq_x_p:nn{##2}{##4} }
+ \bool_if:nTF { (! #1) && \str_if_eq_p:ee{##2}{##4} }
{
\classics_style_map:nnnnnnn{#3} {} {##5}{##6}{##7}{##8}{##9}
}