ivan” post=98260
[quote=”Little” post=98251]Preferenze di BibDesk, sezione Files.
Sulla voce: “Open and Export BibTeX files using encoding” è selezionato “UNICODE UTF-8”?Sì, ho avuto cura di impostare la codifica Unicode appena ho installato BibDesk!
Serve un esempio minimo compilabile
Ciao
Ivan[/quote]
Ecco un esempio minimo compilabile; dovrebbe funzionare, l’ho testato.
`
% !TEX TS-program = pdflatex
% !TEX spellcheck = en-GB
\documentclass[headinclude,%
footinclude,%
BCOR5mm,%
cleardoublepage=empty,%
draft%
]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{fixltx2e}
\usepackage{microtype}
\usepackage[autostyle]{csquotes}
\usepackage[hyperref,babel=hyphen,style=alphabetic,backend=biber]{biblatex}
\usepackage[drafting,%
eulerchapternumbers,%
beramono,%
eulermath,%
pdfspacing,%
floatperchapter,%
subfig%
]{classicthesis}
\usepackage{arsclassica}
\addbibresource{esempio.bib}
\renewcommand{\newunitpunct}{, } % ridefinisce il segno di punteggiatura tra unità in un elemento di bibliografia
\DefineBibliographyExtras{english}{\renewcommand{\finalandcomma}{ }} % per togliere la virgola prima dell'”and” finale
\DefineHyphenationExceptions{english}{Mat-thi-as for-ced}
\DefineHyphenationExceptions{french}{in-té-gra-le}
\begin{document}
\cite{MR1642007, MR2046769}
\cleardoublepage
\printbibliography
\end{document}
`
Questo è il file della bibliografia: (esempio.bib)
`
@article{MR2046769,
Author = {Piccione, Paolo and Portaluri, Alessandro and Tausk, Daniel V.},
Coden = {AGAGDV},
Date-Added = {2014-11-28 15:24:47 +0000},
Date-Modified = {2014-11-28 15:24:47 +0000},
Doi = {10.1023/B:AGAG.0000018558.65790.db},
Fjournal = {Annals of Global Analysis and Geometry},
Issn = {0232-704X},
Journal = {Ann. Global Anal. Geom.},
Mrclass = {53D12 (47J15 58E10 58J30)},
Mrnumber = {2046769 (2005b:53128)},
Mrreviewer = {Erasmo Caponio},
Number = {2},
Pages = {121–149},
Title = {Spectral flow, Maslov index and bifurcation of semi-Riemannian geodesics},
Url = {http://dx.doi.org/10.1023/B:AGAG.0000018558.65790.db},
Volume = {25},
Year = {2004},
Bdsk-Url-1 = {http://www.ams.org/mathscinet-getitem?mr=2046769}}
@article{MR1642007,
Author = {Chenciner, Alain and Desolneux, Nicole},
Coden = {CASMEI},
Date-Added = {2014-11-28 15:24:27 +0000},
Date-Modified = {2014-11-28 15:24:27 +0000},
Doi = {10.1016/S0764-4442(98)80229-2},
Fjournal = {Comptes Rendus de l'Acad{\'e}mie des Sciences. S{\'e}rie I. Math{\'e}matique},
Hyphenation = {french},
Issn = {0764-4442},
Journal = {C. R. Acad. Sci. Paris S{\'e}r. I Math.},
Mrclass = {70F10 (37J45 37J50 70F15)},
Mrnumber = {1642007 (2000a:70014a)},
Mrreviewer = {Florin N. Diacu},
Number = {10},
Pages = {1209–1212},
Title = {Minima de l'int{\'e}grale d'action et {\'e}quilibres relatifs de {$n$} corps},
Url = {http://dx.doi.org/10.1016/S0764-4442(98)80229-2},
Volume = {326},
Year = {1998},
Bdsk-Url-1 = {http://www.ams.org/mathscinet-getitem?mr=1642007}}
`