- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 9 mesi, 3 settimane fa da .
-
Topic
-
Premetto che non uso LaTeX da almeno 3 anni.
Sto riprendendo un vecchio file perché ne devo fare una versione aggiornata.
Trovo abbastanza strano che quando compilo il vecchio file, esattamente come lo compilavo allora, nel pdf i riferimenti bibliografici siano sostituiti da punti interrogativi.Il preambolo è questo:
`
\usepackage{type1cm} % activate if the above 3 fonts are
% not available on your system
\DeclareUnicodeCharacter{2009}{\,}
% DICHIARAZIONE: Definisce il carattere Unicode U+2009 (thin space) come comando LaTeX \, (thin space).%
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{color, colortbl}
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom\usepackage{newtxtext} %
\usepackage{newtxmath} % selects Times Roman as basic font
%\usepackage{cite}
\usepackage[numbers,sort]{natbib}
% see the list of further useful packages
% in the Reference Guide\definecolor{Gray}{gray}{0.9}
\makeindex % used for the subject index
% please use the style svind.ist with
% your makeindex program`e alla fine del documento ho indicato:
`\bibliographystyle{spbasic3}
\bibliography{GB_elderly}
\end{document}`Il file GB_elderly.bib è nella stessa directory del file .tex
A ogni buon conto, allego anche i file completi.
Il log del compilatore è il seguente:
`Use of uninitialized value in quotemeta at /usr/share/perl5/Biber/Config.pm line 228.
Use of uninitialized value $tool in concatenation (.) or string at /usr/share/perl5/Biber/Config.pm line 307.
INFO – This is Biber 2.17
INFO – Logfile is 'campanile_ACCelderly_2nd.blg'
ERROR – Cannot find 'campanile_ACCelderly_2nd.bcf'!
INFO – ERRORS: 1
Process exited with error(s)Process started: pdflatex -synctex=1 -interaction=nonstopmode “campanile_ACCelderly_2nd”.tex
Process exited normally
`Che cosa suggerite?
- Devi essere connesso per rispondere a questo topic.