You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorr5ect representation of accented characters with \cite{shortauthor}
In case we have in the bibliography author something like:
```
author = "Herv{\'e} Br{\"o}nnimann"
```
and we give `\cite{shortauthor}` this is shown as:
```
Brönnimann
```
instead of
```
Brönnimann
```
0 commit comments