I am trying to compile a "book" document with its bibliography, but each time I compile it with TeXstudio I get the same error: "Package inputenc Error: Unicode character (U+009D) (inputenc) not set up for use with LaTeX". My bibliography is contained in one .bib file. What should I do to correct this error? In particular, what does the unicode character (U+009D) stand for? Thank you in advance to anybody answering!
Inputenc error with bibliography: unicode character (U+009D)
898 Views Asked by alphaville At
1
There are 1 best solutions below
Related Questions in LATEX
- Cannot get the table that I need in latex
- Mathematics not working when converting from LaTeX to docx (through markdown) using pandoc
- Why reflectbox doesn't work when pdflatex is called with the dvips option of graphicx package
- os.path.getsize Invalid syntax error
- How to put square brackets on elements in specific rows of a matrix in R
- How can I get all the `\begin{definition}...\end{definition}` blocks in a LaTeX file?
- Emacs and Skim not in Sync fails to open
- How to change arrow tip in tikz
- pyreport LaTeX formulae not working
- Latex \newcommand in kramdown
- How can I use values and charts in a knitr / LaTeX document before R has calculated them?
- convert string to latex table format in Python
- Unwanted R code echo when compiling PDF with knitr
- Python Regex to Simplify LaTex Fractions
- Python3 LaTex PDF generator using subprocess, Error: memoryview: str object does not have the buffer interface
Related Questions in BIBLIOGRAPHY
- Bibliography in knitr child documents
- break a slide of reveal.js (xaringan) when it's long
- Adapting a perl script to convert bibitem to BibTeX
- Is it possible to insert the full reference of an article in the middle of a Rmarkdown document using citation keys?
- apsrev4-1 error: ! File ended while scanning use of \@secondoftwo
- Is "00" a legal month and/or day value for XML Schema date datatype?
- Converting bibliographic record from RUSMARC to MARC21
- r markdown biblio-style does not work
- using html/css, i would like to automatically generate a bibliography at the bottom of my website akin to latex's \bibliography command
- Localization Microsoft Word citation and bibliography styles (xsl file)
- Bibliography causes rmarkdown::render() to fail
- Scan bibtexkeys in Rmarkdown documents
- How to use --citeproc instead of pandoc-citeproc in RStudio when bibliography is used in an RMarkdown document?
- XSL: Combine output of two apply-templates and sort them
- Exporting Jabref data between computers
Related Questions in TEXSTUDIO
- Snip and annotate PDFs with bibliography for research paper
- page numbering in tabel of contents
- Inputenc error with bibliography: unicode character (U+009D)
- Latex - Nomenclature for a thesis when you have multiple chapters
- TeXstudio locale issues with LuaLaTeX
- Shortcut to a Number on Keyboard, but not Numpad
- TeXStudio suddenly compiles a file?
- How to solve the latex error in TexStudio 4.2.2?
- MikTex console already running
- Several subfigures in a row. Latex only put 2 in a row. subfloat error
- The code comes out of the chunk in knitr texstudio
- how to make latexmk the default compiler in texstudio?
- Highlight text winthin an LaTeX environment
- Adding Space in front line after subsection in Latex
- Texstudio 2.10.8 embedded viewer does not show up after Build&view F5
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I put the text (that occurs this mistake) in Notepad++ and deleted the found wrong character. Then it would work after copying them back.