!package inputenc error unicode character ​(u+200a)












0















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!










share|improve this question









New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 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
















0















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!










share|improve this question









New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 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














0












0








0








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!










share|improve this question









New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 5 hours ago









David Carlisle

495k4111411889




495k4111411889






New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









Stammer91Stammer91

1




1




New contributor




Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Stammer91 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 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














  • 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








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










1 Answer
1






active

oldest

votes


















1














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






share|improve this answer


























  • 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













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.










draft saved

draft discarded


















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









1














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






share|improve this answer


























  • 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


















1














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






share|improve this answer


























  • 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
















1












1








1







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






share|improve this answer















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







share|improve this answer














share|improve this answer



share|improve this answer








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





















  • 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












Stammer91 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks