- Questo topic ha 10 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 9 mesi fa da .
-
Topic
-
Salve a tutti,ancora una volta ho problemi con la bibliografia….non mi viene compilata!
Questo è il codice:
`
\documentclass[authoryear,11pt,a4paper,twoside,openright]{book}\usepackage[italian]{babel}
\usepackage{lmodern}
\usepackage[latin1]{inputenc}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{esint}
\usepackage{keyval}
\usepackage[position=top,config, labelfont={rm,bf,up}]{caption,subfig}
\usepackage{natbib}\numberwithin{equation}{section}
\numberwithin{figure}{section}\pagestyle{fancy}\addtolength{\headwidth}{20pt}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\#1}{}}
%\cfoot{}
\rhead[\fancyplain{}{\slshape\leftmark}]{\fancyplain{}
}
\lhead[\fancyplain{}]{\fancyplain{}
{\slshape\rightmark}}\begin{document}
\tableofcontents
\input{Introduzione}
\chapter{uno}
\newpage
\chapter*{BIBLIOGRAFIA}
\bibliographystyle{natbib_ita}
\bibliography{bibliogr}\end{document}
`questo è il file Introduzione.tex:
`
\chapter*{Introduzione}
\markboth{\slshape INTRODUZIONE}{\slshape INTRODUZIONE}
\addcontentsline{toc}{chapter}{Introduzione}bla bla bla \citep{gio46,dun53,hoy49}
`mentre questo è il file bibliogr.tex:
`
@Article{dun53,
author = {Dungey, J. W},
title = {Conditions for the occurrence of electrical discharges in astrophysical systems},
journal = {Philos. Mag.},
year = {1953},
OPTkey = {?},
volume = {44},
OPTnumber = {?},
pages = {725-738},
OPTmonth = {?},
OPTnote = {?},
OPTannote = {?}
}@Article{gio46,
author = {Giovannelli, R.},
title = {A theory of chromospheric flares},
journal = {Nature},
year = {1946},
OPTkey = {?},
volume = {158},
OPTnumber = {?},
pages = {81-82},
OPTmonth = {?},
OPTnote = {?},
OPTannote = {?}
}@Book{hoy49,
author = {Hoyle, F.},
ALTeditor = {?},
title = {Some recent researches in solar physics},
publisher = {Cambridge University Press},
year = {1949},
OPTkey = {?},
OPTvolume = {?},
OPTnumber = {?},
OPTseries = {?},
address = {Cambridge},
OPTedition = {?},
OPTmonth = {?},
OPTnote = {?},
OPTannote = {?}
}
`….negli altri documenti che ho scritto, lo stesso codice funzionava, sebbene usassi una documentclass diversa…ora cos’è che non va?
- Devi essere connesso per rispondere a questo topic.