- Questo topic ha 8 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 5 mesi fa da .
-
Topic
-
Ciao a tutti ragazzi,
ho problemi per quanto riguarda la bibliografia.
Sembra compilare tutto bene, nell’anteprima si vede anche la pagina con titolo Bibiografia, ma gli elementi non si vedono.
Di seguito metto un piccolo esempio che ho fatto`
\documentclass[a4paper,12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{biblatex}
\bibliography{untitlet.bib}
\begin{document}\author{TeXstudio Team}
\title{Simple Book Example}
\date{January 2013}\frontmatter
\maketitle
\tableofcontents\mainmatter
\include{./TeX_files/chapter01}
\include{./TeX_files/chapter02}\backmatter
% bibliography, glossary and index would go here.\cleardoublepage
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography\end{document}
`mentre questo è il file sample.bib
`@article{einstein,
author = “Albert Einstein”,
title = “{Zur Elektrodynamik bewegter K{\”o}rper}. ({German})
[{On} the electrodynamics of moving bodies]”,
journal = “Annalen der Physik”,
volume = “322”,
number = “10”,
pages = “891–921”,
year = “1905”,
DOI = “http://dx.doi.org/10.1002/andp.19053221004”
}@book{latexcompanion,
author = “Michel Goossens and Frank Mittelbach and Alexander Samarin”,
title = “The \LaTeX\ Companion”,
year = “1993”,
publisher = “Addison-Wesley”,
address = “Reading, Massachusetts”
}@misc{knuthwebsite,
author = “Donald Knuth”,
title = “Knuth: Computers and Typesetting”,
url = “http://www-cs-faculty.stanford.edu/\~{}uno/abcde.html”
}`Dov’è che sbaglio?
Grazie mille a tuttiEDIT: Nel compilare ho fatto la sequenza LaTeX, poi con BibTeX e poi due volte con LaTeX.
Uso TeXstudio con TeXlive
- Devi essere connesso per rispondere a questo topic.