Skip to content

Commit

Permalink
Add no margin footnotes and moved microtype
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Nov 13, 2023
1 parent 086b720 commit 7501e7d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions nldl.cls
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
\endgroup
}

\newcommand\flushnomarkfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{\hspace*{-1.8em}#1}%
\addtocounter{footnote}{-1}%
\endgroup
}


\ifabstract
\else
\iffinal
Expand All @@ -91,8 +99,8 @@
\cfoot{\thepage}
% Add the CC to the title macro
\apptocmd{\maketitle}{%
\nomarkfootnote{\url{https://doi.org/\@DOI}}
\nomarkfootnote{© The author(s). Licensee Septentrio Academic Publishing, Tromsø, Norway. This is an open access article distributed under the terms and conditions of the Creative Commons Attribution license (\url{http://creativecommons.org/licenses/by/4.0/}).}%
\flushnomarkfootnote{\\\url{https://doi.org/\@DOI}}
\flushnomarkfootnote{Copyright \@confYear\ by the author(s). Licensee Septentrio Academic Publishing, Tromsø, Norway. This is an open access article distributed under the terms and conditions of the Creative Commons Attribution license (\url{http://creativecommons.org/licenses/by/4.0/}).}%
}{}{}%
% set the fancy style from the title as well
\apptocmd{\maketitle}{\thispagestyle{fancy}}{}{}
Expand Down Expand Up @@ -235,4 +243,4 @@ giveninits=true, % abbreviate the authors names, i.e., put only the initials
}

%% Typesetting
\RequirePackage{microtype}
\RequirePackage{microtype}

0 comments on commit 7501e7d

Please sign in to comment.