- Questo topic ha 1 risposta, 1 partecipante ed è stato aggiornato l'ultima volta 14 anni, 9 mesi fa da .
-
Topic
-
Ciao a tutti,
volevo inserire un nuovo elemento nel mio database bibliografico ma quando ho compilato invece di avere 4 elementi, ne ho trovati solo 3 e i riferimenti bibliografici si sono sballati.Questo è il mio database
`
@BOOK
{
hubbard,
AUTHOR=”Douglas Hubbard”,
TITLE=”The Failure of Risk Management: Why It's Broken and How to Fix It”,
PUBLISHER=”John Wiley \& Sons”,
YEAR=”2009″
}@TEACHREPORT
{
nist,
AUTHOR=”Gary Stoneburner and Alice Goguen and Alexix Feringa”,
TITLE=”{Risk Management Guide for Information Tecnology Systems}”,
INSTITUTION=”National Institute of Standards and Technology”,
YEAR=”2002″,
NUMBER=”800-30″,
MONTH=”July”
}@MANUAL
{
iso73:2009,
TITLE=”ISO Guide 73:2009″
}@BOOK
{
infose-managers,
AUTHOR=”John W. Rittinghouse and James F. Ransome”,
TITLE=”Business Continuity and Disaster Recovery for InfoSec Managers”,
PUBLISHER=”Elsevier Digital Press”,
YEAR=”2005″
}
`Poi, nel file principale (ho tutti i capitoli su file separati), ho
`
\addcontentsline{toc}{chapter}{Bibliografia}
\bibliographystyle{unsrt}
\bibliography{db_bibliografia}
`che devo fare???
- Devi essere connesso per rispondere a questo topic.