Skip to content

Commit

Permalink
Add year to the proceedings line and change the ands with ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Nov 20, 2023
1 parent 4484d4f commit c7a733a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nldl.cls
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
\let\textsuperscript\@gobble% ignore protected \textsuperscript
\expandafter\let\csname textsuperscript \endcsname\@gobble
\let\Authfont\relax% do not use a special font
\def\Authand{, }% separate list of authors by ,
\def\Authand{ \& }% shorten the and
\def\Authands{, \& }% shorten the and with more than one
% \ifnum\value{authors}<3 % one ore two authors
\AB@authlist% show them all
% \else% 3 or more authors
Expand All @@ -119,7 +120,7 @@
\renewcommand{\headrulewidth}{0pt}% No header rule
\renewcommand{\footrulewidth}{0pt}% No footer rule
\lfoot{\footnotesize%
Proceedings of the \nth{\@confNum} Northern Lights Deep Learning Conference (NLDL). PMLR Vol.~\@vol.\newline\copyright\space\@confYear\space\AB@cleanauthors.}
Proceedings of the \nth{\@confNum} Northern Lights Deep Learning Conference (NLDL), PMLR Vol.~\@vol, \@confYear.\newline\copyright\space\@confYear\space\AB@cleanauthors.}
% set the fancy style from the title as well
\apptocmd{\maketitle}{\thispagestyle{fancy}}{}{}
\fi
Expand Down

0 comments on commit c7a733a

Please sign in to comment.