Impossible de compiler ma bibliographie sous Latex

Probablement un probléme d'encodage

Le problème exposé dans ce sujet a été résolu.

Bonjour,

Je découvre LateX depuis quelques jours pour l’écriture de mon mémoire de M2. Pour l’instant tout ce passe à peu prêt correctement, jusqu’à ce que je décide d’ajouter une bibliographie à mon document. Je gère ma bibliographie avec Zotero, qui me permet de l’exporter au format BibTeX.

Le problème est que quand j’importe ma biblio, j’ai des erreurs d’encodage qui font planter ma compilation. Voici un code simplifié de mon document latex et de mon fichier de bibliogrpahie (qui bug dès la première référence…).

Code LateX :

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\documentclass[12pt]{article} 

\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)        


%%% PAGE DIMENSIONS
\usepackage{geometry} 
\geometry{a4paper} 


\usepackage{graphicx} % support the \includegraphics command and options


\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
% These packages are all incorporated in the memoir class to one degree or another...

%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{0pt} % customise the layout...
\lhead{}\chead{}\rhead{}
\lfoot{}\cfoot{\thepage}\rfoot{}

%%% SECTION TITLE APPEARANCE
\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
% (This matches ConTeXt defaults)

%%% ToC (table of contents) APPEARANCE
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
\setlength{\parskip}{1em}
\renewcommand{\baselinestretch}{1.5} 

%%% END Article customizations

%%% The "real" document content comes below...

\title{Mémoire M2 Financial Economics}
\author{Demandred}
%\date{} % Activate to display a given date or no date (if empty),
         % otherwise the current date is printed 

\begin{document}
\maketitle{Mon super titre}

\tableofcontents

\section{Introduction}




\bibliographystyle{plain}
\nocite{*}
\bibliography{bilbio}

\end{document}

`

Je précise que le template est un template que j’ai repris de base sur internet, je ne comprends rien à 80% des options et commandes que mon document contient. :p

Voici ma première référence de mon fichier biblio.bbl :

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
@article{kariv_overcondence_????,
    title = {Overconfidence and Informational Cascades∗},
    abstract = {This paper combines behavioral economics and social learning. Overconfident agents overweigh their private information relative to the public information revealed by the decisions of others. Therefore, when following a herd, they broadcast more of the information available to them. However, overconfidence trades the additional information revealed by overconfident decisions against more information that is being suppressed by rational decisions. This paper shows that the presence of overconfident agents intensifies the free-rider problem of rational agents, since, even if overconfident agents have very limited information, by making it public, they trigger an uninformative everlasting cascade stage, that otherwise need not start. With the help of numerical simulations, this paper shows that having overconfident agents cannot break the poor information flow intrinsic to erroneous uniform behavior.},
    pages = {24},
    author = {Kariv, Shachar},
    langid = {english},
    file = {Kariv - Overconfidence and Informational Cascades∗.pdf:C\:\\Users\\pierr\\Zotero\\storage\\KEZBA5RB\\Kariv - Overconfidence and Informational Cascades∗.pdf:application/pdf}
}

`

Et voici mon erreur de compilation : http://prntscr.com/jhcwen

Si je modifie mon fichier biblio.bbl pour re-écrire le titre de ce premier article, l’erreur disparait et tout compile correctement. Mais l’erreur se reproduit alors pour un autre article cité. De ce que je comprends, il y a un problème d’encodage non ? Pourtant j’exporte ma biblio depuis zotero avec l’encodage en UTF8, et normalement mon document LateX est aussi encodé en utf…

Si quelqu’un comprend le problème et à une solution pour le régler, je suis preneur. ;)

PS : Si jamais, je suis sous windows10 et mon moteur LateX est MiKteX 2.9 si je ne dis pas de bêtise.

+0 -0

Effectivement, j’ai changé les 3 articles qui posaient problèmes et financement ça compile correctement. Je pensais que le problème était plus grave. :)

+0 -0
Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte