IACR / latex

Latex classes for IACR publications. We will start with the new journal proposal.
9 stars 2 forks source link

In the email footnote, author names don't break at spaces #217

Closed cdesaintguilhem closed 1 year ago

cdesaintguilhem commented 1 year ago

Hi Kevin and Joppe,

I noticed that when specifying emails for authors, the resulting footnote doesn't allow author names to be broken at spaces:

image

The image above is produced by the following code (and removing the braces around my last name doesn't change the behaviour):

\documentclass[version=final]{iacrcc}

\license{CC-by}

\title{Foo bar}

\addauthor[
email={aamazing@esat.kuleuven.be}
]{Alice {Amazing}}

\addauthor[
inst={1},
email={cdsg@esat.kuleuven.be}
]{Cyprien {Delpech de Saint Guilhem}}

\addaffiliation[country=Belgium]{COSIC, KU Leuven}

\begin{document}

\maketitle

\begin{abstract}
  Foo.
\end{abstract}

\begin{textabstract}
  Bar.
\end{textabstract}

\end{document}

I don't know much LaTeX but I will have a look to see if I can offer a fix. In the meantime I thought I'd share this here.

Best, Cyprien

cdesaintguilhem commented 1 year ago

I attempted a fix by removing \mbox, see #218.

jwbos commented 1 year ago

Thanks! You are not the first to complain about this. This was one my todo-list. The fix makes perfect sense.