summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/els-cas-templates/cas-common.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/els-cas-templates/cas-common.sty')
-rw-r--r--macros/latex/contrib/els-cas-templates/cas-common.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/contrib/els-cas-templates/cas-common.sty b/macros/latex/contrib/els-cas-templates/cas-common.sty
index 7d74d5a76d..5ce6761ca8 100644
--- a/macros/latex/contrib/els-cas-templates/cas-common.sty
+++ b/macros/latex/contrib/els-cas-templates/cas-common.sty
@@ -15,11 +15,11 @@
%% given in the file `manifest.txt'.
%%
-% $Id: cas-common.sty 38 2020-02-25 09:10:36Z rishi $
+% $Id: cas-common.sty 49 2020-03-14 09:05:10Z rishi $
\def\RCSfile{cas-common}%
- \def\RCSversion{1.2}%
- \def\RCSdate{2020/02/24}%
+ \def\RCSversion{2.1}%
+ \def\RCSdate{2020/03/14}%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ExplSyntaxOn
@@ -1952,10 +1952,10 @@
unknown .code:n = {
\ifstrempty { #1 }
{
- \tl_set:Nn \l_fig_pos_tl { \l_keys_key_tl },
+ \tl_set:Nn \l_fig_pos_tl { \l_keys_key_tl }
}
{
- \l_keys_key_tl=#1
+ \l_keys_key_tl=#1,
}
}
}