!package inputenc error unicode character (u+200a)
im currently writing my bachelors thesis and while inserting some cites and adding something to my bib file the above mentioned error occured. i tried to "fix" it by removing all the steps prior to the occuring error but it still remains and i just cant find any solution.
since im a total newbie in latex, i would be grateful for any quick help!
i found something that should remove this error but it doesnt:
DeclareUnicodeCharacter{200}{„ “}
which i insert directly after
usepackage[utf8]{inputenc}
but that still doesnt solve it
thx in advance guys!
unicode input-encodings characters
New contributor
|
show 2 more comments
im currently writing my bachelors thesis and while inserting some cites and adding something to my bib file the above mentioned error occured. i tried to "fix" it by removing all the steps prior to the occuring error but it still remains and i just cant find any solution.
since im a total newbie in latex, i would be grateful for any quick help!
i found something that should remove this error but it doesnt:
DeclareUnicodeCharacter{200}{„ “}
which i insert directly after
usepackage[utf8]{inputenc}
but that still doesnt solve it
thx in advance guys!
unicode input-encodings characters
New contributor
1
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
3
it is a thin space character, addDeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
– David Carlisle
5 hours ago
1
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago
|
show 2 more comments
im currently writing my bachelors thesis and while inserting some cites and adding something to my bib file the above mentioned error occured. i tried to "fix" it by removing all the steps prior to the occuring error but it still remains and i just cant find any solution.
since im a total newbie in latex, i would be grateful for any quick help!
i found something that should remove this error but it doesnt:
DeclareUnicodeCharacter{200}{„ “}
which i insert directly after
usepackage[utf8]{inputenc}
but that still doesnt solve it
thx in advance guys!
unicode input-encodings characters
New contributor
im currently writing my bachelors thesis and while inserting some cites and adding something to my bib file the above mentioned error occured. i tried to "fix" it by removing all the steps prior to the occuring error but it still remains and i just cant find any solution.
since im a total newbie in latex, i would be grateful for any quick help!
i found something that should remove this error but it doesnt:
DeclareUnicodeCharacter{200}{„ “}
which i insert directly after
usepackage[utf8]{inputenc}
but that still doesnt solve it
thx in advance guys!
unicode input-encodings characters
unicode input-encodings characters
New contributor
New contributor
edited 5 hours ago
David Carlisle
495k4111411889
495k4111411889
New contributor
asked 5 hours ago
Stammer91Stammer91
1
1
New contributor
New contributor
1
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
3
it is a thin space character, addDeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
– David Carlisle
5 hours ago
1
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago
|
show 2 more comments
1
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
3
it is a thin space character, addDeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
– David Carlisle
5 hours ago
1
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago
1
1
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
3
3
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character– David Carlisle
5 hours ago
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character– David Carlisle
5 hours ago
1
1
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
The log file should also pinpoint the error, it will look something like
(./somefile
<other messages>
! Package inputenc Error: Unicode character Δ (U+0394)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.766 item textbf{Distance $Δ$}
- how much did we move by?
You may provide a definition with
DeclareUnicodeCharacter
which tells you that the character is on line 766 of somefile.tex
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
|
show 9 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481423%2fpackage-inputenc-error-unicode-character-u200a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
The log file should also pinpoint the error, it will look something like
(./somefile
<other messages>
! Package inputenc Error: Unicode character Δ (U+0394)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.766 item textbf{Distance $Δ$}
- how much did we move by?
You may provide a definition with
DeclareUnicodeCharacter
which tells you that the character is on line 766 of somefile.tex
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
|
show 9 more comments
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
The log file should also pinpoint the error, it will look something like
(./somefile
<other messages>
! Package inputenc Error: Unicode character Δ (U+0394)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.766 item textbf{Distance $Δ$}
- how much did we move by?
You may provide a definition with
DeclareUnicodeCharacter
which tells you that the character is on line 766 of somefile.tex
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
|
show 9 more comments
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
The log file should also pinpoint the error, it will look something like
(./somefile
<other messages>
! Package inputenc Error: Unicode character Δ (U+0394)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.766 item textbf{Distance $Δ$}
- how much did we move by?
You may provide a definition with
DeclareUnicodeCharacter
which tells you that the character is on line 766 of somefile.tex
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character
The log file should also pinpoint the error, it will look something like
(./somefile
<other messages>
! Package inputenc Error: Unicode character Δ (U+0394)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.766 item textbf{Distance $Δ$}
- how much did we move by?
You may provide a definition with
DeclareUnicodeCharacter
which tells you that the character is on line 766 of somefile.tex
edited 4 hours ago
answered 5 hours ago
David CarlisleDavid Carlisle
495k4111411889
495k4111411889
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
|
show 9 more comments
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
thx it helped solve the error, the thing is, that !!!FIX ME!!! doesnt appear anywhere
– Stammer91
5 hours ago
1
1
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
@Stammer91 and does the error re-appear if you delete the definition?
– David Carlisle
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
strangely it doesnt. i just dont understand latex
– Stammer91
5 hours ago
1
1
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
@Stammer91 if you provided a small test file, it would be easy to debug, if you don't, it isn't, but you have that character somewhere in your sources so an alternative is to use grep or perl or python etc and just search for the character.
– David Carlisle
4 hours ago
1
1
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
You don't really need that (we have that, or at least hopefully we do: I wrote the code that's generating that error message:-) But you have the example, all you need to do is delete any text that you can delete while still showing the error and then post the resulting smallest file that has the error, if you half the file size at each iteration it should only take a few iterations to get down to a 1-page example. @Stammer91
– David Carlisle
4 hours ago
|
show 9 more comments
Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.
Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.
Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.
Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481423%2fpackage-inputenc-error-unicode-character-u200a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
the error is about character U+200a (HAIR SPACE) but you have defined character U+0200 (LATIN CAPITAL LETTER A WITH DOUBLE GRAVE)
– David Carlisle
5 hours ago
Are you sure you want a literal Hair space character in your sources? Rather than define the character it is probably better to delete it.
– David Carlisle
5 hours ago
i have deleted everything i added and its still there. how could i define the hair space? (and what is it anyway?)
– Stammer91
5 hours ago
3
it is a thin space character, add
DeclareUnicodeCharacter{200A}{!!!FIX ME!!!}
to your preamble and then see where that text appears and retype that part of the source without the thin space character– David Carlisle
5 hours ago
1
If the text doesn't appear delete the definition and pretend it never happened:-) (it may have been in an auxiliary file and an earlier edit removed it after sufficient latex runs to regenerate everything)
– David Carlisle
5 hours ago