Re: BIBLIOGRAFIA MULTIPLA LATEX

#95814
Up
0
Down
::

ivan” post=95426Benvenuta!

Ti suggerisco un approccio diverso. Dai un’occhiata a questa guida (§ 3.5)
http://www.lorenzopantieri.net/LaTeX_files/Bibliografia.pdf

Ciao
Ivan

avevo già provato! non ottengo nessun risultato.. ho provato ancora, copio il codice sperando che qualche anima pia mi possa dare una mano:

MAIN
`

\documentclass[a4paper,12pt]{book}

\usepackage{cmap} % makes PDF searchable
\usepackage{lmodern} % Latin Modern font
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}

\usepackage[italian,english]{babel}
\usepackage{textcomp} % needed for fontenc
\usepackage{color}

% % % %BIBLIOGRAFIA FATTA CON IL MANUALE DI LORENZO PANTIERI
\usepackage[babel]{csquotes}
\usepackage[style=alphabetic,refsection=chapter]{biblatex}
\usepackage{guit}
\bibliography{Bibliografia1} %Bibliografia1.bbl è il nome del mio file .bbl
\defbibheading{bibliography}%
{\subsection*{Riferimenti bibliografici
del paragrafo~\thechapter}}

…altre righe di codice

\begin{document}

\frenchspacing
\frontmatter

\pagestyle{fancy}
\fncyfront
\changetext{}{}{}{((\paperwidth – \textwidth) / 2) -%
\oddsidemargin – \hoffset – 1in}{}

%\include{./Frontespizio/Frontespizio}
%\cleardoublepage

..ecc….

\include{chapters/chapter1}

\include{chapters/chapter2}

\include{chapters/chapter3}

ecccc..

\appendix
\include{./Appendix/Appendix1}

\end{document}

`

ex di file chapter1.tex che includo nel MAIN

`
\chapter{The numerical models}
\selectlanguage{english}
\label{Introduction}

\thispagestyle{empty}
\pagenumbering{arabic}

bla blabla \nocite{art1} and \nocite{art2}

alla fine del capitolo scrivo:
\printbibliography

`

Bibliografia1.bib

`

@article{art1,
author={Carlos Simao Ferreira},
title={2D and 3D views of the VAWT aerodynamics},
year={2009},
pages={12}

}

@article{art2,
author={Anders Goude},
title={Fluid Mechanics of Vertical Axis Turbines},
year={2010},
pages={20}

}

eccc

`

Compilo con:

LATEX MAIN e non ottengo neanche un errore
ma nella guida c’è scritto che si dovrebbe generare un file main1-blx.aux che io non ottengo!!!!!!!! il suddetto file andrebbe compilato con BIBTEX!
per favore!! aiutatemi!cosa sto sbagliando??

🙁 🙁 🙁 🙁 🙁 🙁 🙁

Go to top