I am seeking help regarding my Thesis.bib file which has been behaving strangely ever since I started adding BibTeX items copied from academic journals.
I use TeXShop as an Editor and my preamble has the following:
Code: Select all
\documentclass[a4paper,12pt,twoside]{StyleThese}
\usepackage[fixlanguage]{babelbib}
\selectbiblanguage{french}
\usepackage{natbib}
\include{formatAndDefs}
\begin{document}
\tableofcontents
\bibliographystyle{plainnat-fr}
\bibliography{These}
\end{document}
\mainmatter
Code: Select all
\usepackage[french]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
Code: Select all
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.347
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
I am working on a Mac and my TeXShop distribution is 2.47, hoping that someone can help me stabilize this file as I am by no means able to worry about reconstructing my bibliography from scratch (almost 150 items) and I have to submit all my work in a month time.