From c8b8ea37fe9cd71b53223dff23f291b2f158fc0f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 19 Mar 2020 03:01:18 +0000 Subject: CTAN sync 202003190301 --- macros/latex/contrib/nwejm/source/nwejm.dtx | 37 +++++++++++++++++++---------- 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'macros/latex/contrib/nwejm/source') diff --git a/macros/latex/contrib/nwejm/source/nwejm.dtx b/macros/latex/contrib/nwejm/source/nwejm.dtx index 9c130bc183..01bab653f0 100644 --- a/macros/latex/contrib/nwejm/source/nwejm.dtx +++ b/macros/latex/contrib/nwejm/source/nwejm.dtx @@ -13,7 +13,7 @@ new journal "North-Western European Journal of Mathematics". Release ------- -2020-01-28 v1.0.0 +2020-03-18 v1.0.1 Development ----------- @@ -44,7 +44,7 @@ https://github.com/dbitouze/nwejm. \input l3docstrip.tex \Msg{********************************************************} \Msg{* Installation} -\Msg{* Class: nwejm 2020-01-28 v1.0.0} +\Msg{* Class: nwejm 2020-03-18 v1.0.1} \Msg{* for the journal} \Msg{* "North-Western European Journal of Mathematics" (DB)} \Msg{********************************************************} @@ -174,6 +174,11 @@ Running "make install" installs the files in the local TeX tree. % %\maketitle % +% \changes{v1.0.1}{2020-03-18}{% +% \begin{itemize} +% \item Fix bugs due to \Package{expl3} changes. +% \end{itemize} +% }% % \changes{v1.0.0}{2020-01-28}{% % \begin{itemize} % \item ix page numbers of the standalone articles were not deduced from the @@ -181,7 +186,7 @@ Running "make install" installs the files in the local TeX tree. % \item Fix wrong languages switches in the whole issue. % \item Command for easily create new enumerations. % \item ×\fixpagenumber× command to manually control the page numbers (to be used -% instead of \setcounter{page}). +% instead of ×\setcounter{page}×). % \item Fix language dependant glossaries' rules were correctly applied. % \item Fix layouts were likely different between ×issue× and ×article× versions. % \item Fix unique (auto)citations with multiple keys in case of French. @@ -312,8 +317,8 @@ Running "make install" installs the files in the local TeX tree. \ProvidesExplClass % {nwejm} % {nwejmart} - {2020-01-28} - {1.0.0} + {2020-03-18} + {1.0.1} { Class for the journal "North-Western European Journal of Mathematics". } @@ -4308,7 +4313,7 @@ Running "make install" installs the files in the local TeX tree. } \IfTranslation{French}{#1}{% }{% - \DeclareTranslation{French}{#1}{\text_titlecase:n{#3}}% + \DeclareTranslation{French}{#1}{#3}% } \IfTranslation{German}{#1}{% }{% @@ -4325,7 +4330,7 @@ Running "make install" installs the files in the local TeX tree. } \IfTranslation{French}{#1-plural}{% }{% - \DeclareTranslation{French}{#1-plural}{\text_titlecase:n{#7}}% + \DeclareTranslation{French}{#1-plural}{#7}% } \IfTranslation{German}{#1-plural}{% }{% @@ -4599,12 +4604,20 @@ Running "make install" installs the files in the local TeX tree. \normalfont ( \textsf{ - \text_uppercase:n {\tl_head:f {\GetTranslation{#1}}} + \tl_head:f { + \text_uppercase:n { + \GetTranslation{#1} + } + } } $\c_math_subscript_token\mathsf{\arabic*}$), ref=( \textsf{ - \text_uppercase:n {\tl_head:f {\GetTranslation{#1}}} + \tl_head:f { + \text_uppercase:n { + \GetTranslation{#1} + } + } } $_\mathsf{\arabic*}$ ) @@ -4670,8 +4683,8 @@ Running "make install" installs the files in the local TeX tree. } \tl_if_empty:cT {l_@@_newenumeration_#2_label_tl} { \tl_set:cV {l_@@_newenumeration_#2_label_tl} { - \text_uppercase:n { - \tl_head:f { + \tl_head:f { + \text_uppercase:n { \tl_use:c {l_@@_newenumeration_#2_singular_tl} } } @@ -5750,7 +5763,7 @@ Running "make install" installs the files in the local TeX tree. \@ifpackageloaded{draftwatermark}{% \SetWatermarkColor{gray!10}% \SetWatermarkFontSize{30mm}% - \SetWatermarkText{\MakeUppercase{\c_@@_draftwatermark_string_tl}}% + \SetWatermarkText{\text_uppercase:n {\c_@@_draftwatermark_string_tl}}% }{% } % \end{macrocode} -- cgit v1.2.3