diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-04 22:16:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-04 22:16:32 +0000 |
commit | 73fd5ef1839d5ca833d7435186eea8bce28c4e25 (patch) | |
tree | 9f524494ad6c2ef6ca755baecb641263c1c8ba7c /Master/texmf-dist/tex/latex/classics | |
parent | e8d8b3a9b8683f1e12a0b21ce6d31f4b7510ee58 (diff) |
classics (4feb20)
git-svn-id: svn://tug.org/texlive/trunk@53671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/classics')
-rw-r--r-- | Master/texmf-dist/tex/latex/classics/classics.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/classics/classics.sty b/Master/texmf-dist/tex/latex/classics/classics.sty index 6c8a413ac64..bade757cc6f 100644 --- a/Master/texmf-dist/tex/latex/classics/classics.sty +++ b/Master/texmf-dist/tex/latex/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} } |