diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-18 21:18:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-18 21:18:40 +0000 |
commit | 7bcf8fc0e79263863dba7a42c54a439d3064bc07 (patch) | |
tree | 9a3b8fe71152c38ad3fe7c651fb5f75ea15d8ab7 /Master/texmf-dist/source/latex/nwejm | |
parent | 86be8db65c7c2ee47997df4a161daacfcc2996b4 (diff) |
nwejm (18mar20)
git-svn-id: svn://tug.org/texlive/trunk@54392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/nwejm')
-rw-r--r-- | Master/texmf-dist/source/latex/nwejm/nwejm.dtx | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/nwejm/nwejm.dtx b/Master/texmf-dist/source/latex/nwejm/nwejm.dtx index 9c130bc183b..01bab653f01 100644 --- a/Master/texmf-dist/source/latex/nwejm/nwejm.dtx +++ b/Master/texmf-dist/source/latex/nwejm/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 %<class> {nwejm} %<class-article> {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} |