Getting this error while trying to upload my paper to the Springer journal.
But it builds fine on my system.
Any help?
Getting this error while trying to upload my paper to the Springer journal.
But it builds fine on my system.
Any help?
U+2061 is FUNCTION APPLICATION that is an invisible zero width character intended to distinguish concatenation meaning function application from concatenation meaning multiplication,. You should be able to simply delete it.
If deleting it is hard then declare it to do nothing add this to the document preamble
\DeclareUnicodeCharacter{2061}{}
\DeclareUnicodeCharacter{2061}{} with this it gives error: Undefined control sequence \usepackage[utf8]{inputenc} before the definition.
– David Carlisle
Apr 11 '19 at 16:29
\DeclareUnicodeCharacter{2061}{X}, so that the output would show where the offending character is hiding?
– Teepeemm
Apr 11 '19 at 17:45
If there is a part of the text where you think invisible U2061 is hidden then you can copy and paste it to Microsoft Word using "Keep Text Only" option and the hidden symbols will be visible. You can delete them and then copy paste the edited text back into TeX.