1

I have this document, with problems building my bibliography

\documentclass[12pt, letterpaper]{article}
\usepackage[english, spanish]{babel}
%\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

\usepackage{csquotes}
\usepackage{xpatch}
\usepackage{filecontents}
\usepackage{hyperref}

\usepackage[backend=biber, citestyle=apa, bibstyle=authoryear-comp, sorting=ynt, url=false, isbn=false, doi=false, language=spanish, firstinits=true, hyperref=true, backref=true, maxcitenames=3, maxbibnames=10, mergedate=basic, firstinits=true, dashed=true]{biblatex}

%\inputencoding{latin1}
\addbibresource{Biblio.bib}
%\inputencoding{utf8}

\begin{document}
    \parencite{CoaleDemenyVaughan1983}
    \parencite{MacInnesPerezDiaz2008}
\parencite{Levy1993}

\printbibliography
\end{document}

And the bib file is this:

@PhdThesis{PerezDiaz2001,
  Title                    = {Transformaciones sociodemogr{\'a}ficas en los recorridos hacia la madurez. Las generaciones espa{\~n}olas 1906-1945},
  Author                   = {P{\'e}rez D{\'\i}az, Julio},
  Type                     = {Thesis},
  Year                     = {2001},
  University               = {Universidad Nacional de Educaci{\'o}n a Distancia}
}

@Book{CoaleDemenyVaughan1983,
  Title                    = {Regional Model Life Tables and Stable Populations},
  Author                   = {Coale, Ansley J. and Demeny, Paul and Vaughan, Barbara},
  DOI                      = {http://dx.doi.org/10.1016/B978-0-12-177080-8.50005-6},
  Edition                  = {Second},
  ISBN                     = {978-0-12-177080-8},
  Publisher                = {Academic Press},
  URL                      = {http://www.sciencedirect.com/science/article/pii/B9780121770808500056},
  Year                     = {1983},
  Address                  = {New York},
  Bdsk-url-1               = {http://www.sciencedirect.com/science/article/pii/B9780121770808500056},
  Bdsk-url-2               = {http://dx.doi.org/10.1016/B978-0-12-177080-8.50005-6},
  Type                     = {Book}
}

So if I build without the inputenc package its fine, but with it, the first reference doesn work when I try to build the bibliography...Im writing in spanish and I export my references from endnote to jabref...Witch its the best process to avoid this problem????

0 Answers0