Unbreakable UTF-8 whitespaces

Issue #126 closed
Dennis Guse created an issue

I had some issues with a latex document as it contained several UTF-8 unbreakable whitespaces (actually in the bibtex due to copy and paste of titles from PDF documents). However, latex does not (yet) understand this special whitespace and only returns an error with unknown UTF-8 character.

The following line adds the unbreakable UTF-8 whitespace, so latex understands it. \DeclareUnicodeCharacter{00A0}{~} %Unbreakable spaces

Comments (3)

  1. Ivo Pletikosić

    I'd keep this here as an advice for the people who encounter the same problem, but wouldn't add the proposed code to the template. We can't patch every minor issue people encounter with other packages when using classicthesis, it would lead to a total mess

  2. Log in to comment