LaTex: Errori odiosi nel bbl
Inviato: lunedì 4 agosto 2008, 20:42
Ciao a tutti
sto scrivendo un documento in LaTex ma sto avendo dei problemi davvero odiosi nelle bibliografia. Premetto che utilizzo il plugin per Gedit e il compilatore rubber 1.1-2.1ubuntu1
io ho questo file .bib
e quando vado a compilare in .ps viene generato un file .bbl che però contiene errori
Gli errori sono del tipo:
Missing $ inserted;
Extra } or forgotten $;
Missing } inserted;
Missing $ inserted;
sto scrivendo un documento in LaTex ma sto avendo dei problemi davvero odiosi nelle bibliografia. Premetto che utilizzo il plugin per Gedit e il compilatore rubber 1.1-2.1ubuntu1
io ho questo file .bib
Codice: Seleziona tutto
@misc {
AMS00,
title = {Glossary of Meteorology},
publisher = {AMS},
author = {American Meteorology Society},
year = 2000,
}
@misc {
URL01,
title = {Flood Damage Statistics},
note = {Available over the Internet at the URL:\\
\texttt{http://www.floodsafety.com/national/life/statistics.htm/}},
}
@misc {
URL02,
title = {Flood Statistics},
note = {Available over the Internet at the URL:\\
\texttt{http://liuzhou.blog-city.com/flood_statistics.htm}},
}
@misc {
URL03,
title = {Importance of communication},
note = {Available over the Internet at the URL:\\
\texttt{http://www.profkrishna.com/ProfK-Assets/NewOrlCommRisk(SN-8).htm}},
}
@misc {
URL04,
title = {Temperatures Rising},
note = {Available over the Internet at the URL:\\
\texttt{http://www.statistics.gov.uk/cci/nugget.asp?id=368}},
}
@misc {
LISEM,
title={}
note = {Available over the Internet at the URL:\\
\texttt{http://www.itc.nl/lisem/}},
}
@article{
ST83,
author = {D. D. Sleator and R. E. Tarjan},
title = {A data structure for dynamic trees},
journal ={Journal of Computer and System Sciences, 26(3):362–391},
year = 1983,
}
Codice: Seleziona tutto
\begin{thebibliography}{1}
\bibitem{LISEM}
\bibitem{URL01}
Flood damage statistics.
\newblock Available over the Internet at the URL:\\
\texttt{http://www.floodsafety.com/national/life/statistics.htm/}.
\bibitem{URL02}
Flood statistics.
\newblock Available over the Internet at the URL:\\
\texttt{http://liuzhou.blog-city.com/flood_statistics.htm}.
\bibitem{URL03}
Importance of communication.
\newblock Available over the Internet at the URL:\\
\texttt{http://www.profkrishna.com/ProfK-Assets/NewOrlCommRisk(SN-8).htm}.
\bibitem{URL04}
Temperatures rising.
\newblock Available over the Internet at the URL:\\
\texttt{http://www.statistics.gov.uk/cci/nugget.asp?id=368}.
\bibitem{ST83}
D.~D. Sleator and R.~E. Tarjan.
\newblock A data structure for dynamic trees.
\newblock {\em Journal of Computer and System Sciences, 26(3):362–391}, 1983.
\bibitem{AMS00}
American~Meteorology Society.
\newblock Glossary of meteorology, 2000.
\end{thebibliography}Missing $ inserted;
Extra } or forgotten $;
Missing } inserted;
Missing $ inserted;