diff --git a/patacrep/index.py b/patacrep/index.py index b67897f3..c0727519 100644 --- a/patacrep/index.py +++ b/patacrep/index.py @@ -135,6 +135,9 @@ class Index(object): self._raw_add((key, ""), number, link) if self.indextype == "AUTHOR": + + # \IeC {} is included by LaTeX and must not be split (because of the space) + key = key.replace('\\IeC {', '\\IeC{') # Processing authors for author in authors.processauthors( key,