Skip to content

Commit

Permalink
fix: Check the URL list for emptiness
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadharma committed Oct 16, 2020
1 parent ce8f54c commit 8c632be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tex/latex/ceurart/ceurart.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%.
%
% The Current Maintainer of this work is Dmitry S. Kulyabov.
% The code was originally based on 'CAS Bundle' code.
%

\def\RCSfile{ceurart}%
\def\RCSversion{0.3.6}%
\def\RCSversion{0.3.8}%
\def\RCSdate{2020/10/16}%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{\RCSfile}[\RCSdate, \RCSversion: Typesetting articles for CEUR Workshop Proceedings (CEUR-WS.org)]
Expand Down Expand Up @@ -1222,7 +1222,7 @@
{
\int_gincr:N \g_ceur_aau_int
\tex_gdef:D \theauthor {\int_use:N \g_ceur_aau_int }
\keys_set:nn { ceur /author } { #3 }
\keys_set:nn { ceur / author } { #3 }
\tl_if_head_eq_catcode:nNTF { #1 } a
{ \processAffRef { #1 } }
{ \processAffNum { #1 } }
Expand Down Expand Up @@ -1275,7 +1275,8 @@
\wrAux { \token_to_str:N \emailauthor
{ \l_ceur_au_email_tl } { \exp_not:n {#2} } }
}
\tl_if_empty:NTF \l_ceur_au_url_tl {
\tl_set:Nx \l_ceur_au_url_tl_tmp { \l_ceur_au_url_tl }
\tl_if_empty:NF \l_ceur_au_url_tl_tmp {
\wrAux { \token_to_str:N \urlauthor
{ \l_ceur_au_url_tl } { \exp_not:n {#2} } }
}
Expand Down

0 comments on commit 8c632be

Please sign in to comment.