- Questo topic ha 11 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 5 anni, 7 mesi fa da .
-
Topic
-
Buon giorno,
ho un problema con la sitografia e la bibliografia della mia tesi.
Vorrei che la sitografia fosse ordinata a parte e che la numerazione fosse progressiva rispetto a quella della bibliografia. Ho cercato su l’arte di gestire la bibliografia con latex e sul forum, ma non riesco a capire. Qualcuno ha avuto lo stesso problema ed è riuscito a risolverlo?
Allego i pacchetti usati,
il codice per la bibliografia e sitografia
e il file bibfile iniziale:
`
\documentclass[12pt,a4paper,oneside,openright]{book}
\usepackage[italian]{babel}
\usepackage{url,amsfonts,epsfig}
\usepackage[latin1]{inputenc} % comando per le lettere accentate se usate pc
\usepackage{graphics,graphicx}
\usepackage[T1]{fontenc}
\usepackage[italian]{varioref}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{frontespizio}
\usepackage{url}
%\usepackage[resetlabels]{multibib}
\usepackage[babel]{csquotes}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage[font=small,labelfont=bf,labelsep=period,tableposition=top,singlelinecheck=false]{caption}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{multirow}
\hypersetup{hidelinks}
\usepackage[style=numeric, backend=biber, citestyle=authortitle]{biblatex}
\addbibresource{bibprova1.bib}\pagestyle{plain}
\begin{Preambolo*}
\usepackage[T1]{fontenc}
\renewcommand {\fronttitlefont }{\fontsize {20}{21}\bfseries\scshape }
\renewcommand {\frontsubtitlefont }{\fontsize {14}{14}\selectfont}
\renewcommand {\frontpretitlefont }{\fontsize {14}{12}\scshape}
\end{Preambolo*}
%\title{\textsc{Titolo della mia tesi}}
%\author{Nome Cognome}\date{} %se lo si toglie stampa in automatico la data corrente
\begin{document}
\pagenumbering{arabic}\begin{frontespizio}
\Universita {Udine}
\Logo [3cm]{LogoUniUdGrande}
\Dipartimento{Scienze economiche e statistiche}
\Corso [Laurea Magistrale]{Scienze Economiche e Bancarie}
\Annoaccademico {2020-2021}
\Titoletto {Tesi di laurea}
\Titolo {Gli Hedge Fund}
\Sottotitolo {Aspetti gestionali e di valutazione dei profili rischio-rendimento mediante excel e VBA}
\Relatore {Pinoccchia}
\NRelatore {Laureanda}{\par }
\Candidato {Prof.ssa pancetta}
\NCandidato {Relatrice}
\end{frontespizio}%\maketitle
\baselineskip 18pt
\tableofcontents
\listoffigures
\listoftables\input{capitolo 1}
\input{Bibliografia tesi}\end{document}`
il file che stampa la biblio (Bibliografia tesi):
`
\clearpage
\addcontentsline{toc}{chapter}{Riferimenti bibliografici}
\markboth{Riferimenti bibliografici}{Riferimenti bibliografici}\clearpage
\addcontentsline{toc}{section}{Bibliografia}
\markboth{Bibliografia}{Bibliografia}\clearpage
\addcontentsline{toc}{section}{Sitografia}
\markboth{Sitografia}{Sitografia}\chapter*{\refname}
\defbibheading{biblio}
{\section*{Bibliografia}}
\printbibliography[heading=biblio, notkeyword=sito]\defbibheading{sito}
{\section*{Sitografia}}
\printbibliography[heading=sito, keyword=sito]`il capitolo 1:
`
\chapter{Elementi introduttivi}\section{Definizione di \textit{hedge fund}}
Definire con precisione cosa possa rientrare nell'universo degli \textit{hedge fund} può risultare un'impresa estremamente complessa e ardua. “\textit{There are investment pools that colosely resemble hedge funds but are generally regarded as a different type of investment. Still other types of investments may contain charcteristics that are generally associated with hedge funds.}''\footcite[pg 1]{mccrary2004hedge}
\cite{fong2005world}provo a citare \cite{lippertass}
\cite{barclay}[\code]Il file bib (bibprova1.bib):
[code]
@book{fong2005world,
title={The world of hedge funds: Characteristics and analysis},
author={Fong, H. Gifford},
year={2005},
publisher={World Scientific}}@book{mccrary2004hedge,
title={Hedge fund course},
author={McCrary, Stuart A.},
volume={304},
year={2004},
publisher={John Wiley \& Sons}
}@online{barclay,
keywords={sito},
Title = {BarclayHedge.com},
Url = {https://www.barclayhedge.com/},
Urldate = {2021-01-23}}@online{lippertass,
keywords={sito},
Title = {LipperTASS.com},
Url = {http://www.lipperweb.com},
Urldate = {2021-01-23}}
`
Ringrazio in anticipo chi avrà voglia di rispondere e per tutto l’aiuto ricevuto fin’ora.
- Devi essere connesso per rispondere a questo topic.