- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 11 anni, 6 mesi fa da .
-
Topic
-
Stato del mio sistema: Texlive con WinEdt 9.0Nel mio seguente lavoro…:
`%% WinEdt ver. 9 su TexLive
\documentclass[12pt,a4paper,openright,twoside,italian]{book}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=3cm,bmargin=3cm,lmargin=3cm,rmargin=3cm}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{float}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{babel}
\usepackage{graphicx}
\usepackage{eurosym}
\usepackage{subfloat}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[output-decimal-marker={.}]{siunitx}
%\usepackage{capt-of}
\usepackage[title,titletoc]{appendix}
\usepackage[]{hyperref}
\hypersetup{colorlinks=true,}
%\bibliographystyle{plainnat}\usepackage[
backend=biber,
style=numeric-comp,
%style=authoryear-icomp,
sortlocale=de_DE,
natbib=true,
url=true,
doi=true,
eprint=true
]{biblatex}
\addbibresource{Eolico.bib}% Tentativo fallito di definizione di due tipi di bibliografia
%\DeclareBibliographyCategory{cartaceo}
%\DeclareBibliographyCategory{web}
% definizione dei titoli da dare alle due bibliografie
%\defbibheading{cartaceo}{\section*{Bibliografia cartacea}}
%\defbibheading{web}{\section*{Sitografia}}
%———— ridefinizione margini e separazione negli item delle liste
\newlength{\wideitemsep}
\setlength{\wideitemsep}{.5\itemsep}
\addtolength{\wideitemsep}{-7pt}
\let\olditem\item
\renewcommand{\item}{\setlength{\itemsep}{\wideitemsep}\olditem}
%————
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\numberwithin{equation}{section}
%\numberwithin{figure}{chapter}
\begin{document}
\frontmatter
….
\end{document}
\nocite{*}
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography%\section*{\bibname}
%\printbibliography[keyword=cartaceo]
%\printbibliography[keyword=web]\end{document}
`… la bibliografia inizialmente veniva mostrata correttamente. Dopo un tentativo fallito di creare la suddivisione della bibliografia usando il campo Keywords in JabRef (come si può vedere dal listato), ho ripristinato la situazione che precedentemente aveva funzionato. Con mia grande sorpresa le singole voci della bibliografia non vengono più separate tra loro in modo adeguato, con effetto estetico disastroso, come mostrato di seguito:
Bibliografia
[1] C. L. Archer e M. Z. Jacobson. “Evaluation of global wind power”. In: J.
Geophys. Res. 110 (2005), p. D12110. url: http://www.stanford.edu/
group/efmh/winds/2004jd005462.pdf.
[2] M. Canale, L. Fagiano e M. Milanese. “Power kites for wind energy generation”.
In: IEEE Control Systems Magazine 27 (dic. 2007), pp. 25–38. doi: 10.1029/
2004JD005462. url: http://www.kitegen.com/pdf/IEEECSM200712.pdf.
[3] M. Canale et al. “Control of tethered airfoils for a new class of wind energy
generator”. In: Control of tethered airfoils. A cura di University. Vol. in 45th
IEEE Conference on Decision and Control. IEEE. CA, 2006, pp. 4020–4026.
url: http://www.kitegen.com/pdf/IEEE200611.pdf.
[4] M. Canale et al. “Kitegen project: control as key technology for a quantum
leap in wind energy generators”. In: Kitegen project. A cura di Kitegen. Vol. in
26th American Control Conference. New York City, 2007, pp. 3522–3528. url:
http : / / www . ladispe . polito . it / corsi / Seminar / C3L04 / material %
5CCanale_et_al_07ACC.pdf.
[5] A. Cherubini. “Kite Dynamics and Wind Energy Harvesting”. A thesis submitted
for the degree of Mechanical Engineering. University, 2012. url: http:
//retenergie.pbworks.com/w/file/fetch/63342848/Tesi%5CCherubini.Dove posso mettere le mani e come?
Grazie
- Devi essere connesso per rispondere a questo topic.