Bibliografia non numerata

  • Creatore
    Topic
  • #91512
    Up
    0
    Down
    ::


    Ciao a tutti. Ecco il mio problema. Per la mia tesi di PhD, ho un documento principale, questo:

    `\documentclass[a4paper,twoside,italian,12pt,openright]{memoir}
    \usepackage{tocloft} % controllare opzioni indice
    \aliaspagestyle{part}{empty}
    \usepackage[font=small]{quoting}
    \usepackage[utf8]{inputenc}
    \usepackage[italian]{babel}
    \usepackage[T1]{fontenc}
    \usepackage[natbibapa]{apacite}
    \usepackage{indentfirst}
    \usepackage[sectionbib]{chapterbib}
    \usepackage[usenames]{color}
    \definecolor{citations}{rgb}{0,.5,.5}
    \definecolor{link}{rgb}{0,0,1}
    \usepackage{doi}
    \usepackage{hyperref}
    \hypersetup{
    colorlinks,breaklinks,
    linkcolor = {black}, % e.g. footnotes
    urlcolor = {link},
    anchorcolor = {link},
    citecolor = {citations}}
    \usepackage{microtype}
    \usepackage{mathptmx}
    \usepackage{rotating}
    \usepackage{multirow}
    \usepackage{amsmath}
    \usepackage{url}
    \urlstyle{rm}
    \usepackage{graphicx}

    \usepackage[font=footnotesize,labelfont=bf,labelsep=space]{caption}

    \usepackage{textcomp}

    \pagestyle{ruled}

    \raggedbottom

    \settocdepth{subsection}
    \setsecnumdepth{subsection}

    \renewcommand*\rmdefault{ppl} % font palatino

    \graphicspath{{Figures/}}

    \usepackage[top=3cm,bottom=3cm,right=3.5cm,left=4cm]{geometry} % margins

    \begin{document}
    \newgeometry{top=3.5cm,bottom=3.5cm,right=4cm,left=4.5cm}
    \begin{titlingpage}
    \include{Chapters/Frontespizio}
    \end{titlingpage}
    \restoregeometry
    \chapterstyle{madsen}
    \renewcommand*{\chapnumfont}{\normalfont\HUGE\bfseries\rmfamily}
    \renewcommand*{\chaptitlefont}{\normalfont\HUGE\bfseries\rmfamily}
    \frontmatter
    \begin{KeepFromToc}
    \tableofcontents
    \end{KeepFromToc}
    \include{Chapters/Ringraziamenti}
    \mainmatter
    \cftaddtitleline{toc}{part}{Introduzione teorica}{}
    \part*{Introduzione teorica}
    \include{Chapters/Chapter1}
    \include{Chapters/Chapter2}
    \include{Chapters/Chapter3}
    \cftaddtitleline{toc}{part}{Lavori di ricerca}{}
    \part*{Lavori di ricerca}
    \include{Chapters/Chapter4}
    \include{Chapters/Chapter5}
    \cftaddtitleline{toc}{part}{Conclusioni generali}{}
    \part*{Conclusioni generali}
    \include{Chapters/Conclusions}
    \backmatter
    \cftaddtitleline{toc}{part}{Appendice}{}
    \chapter*{Appendice}
    \listoffigures
    \listoftables
    \end{document}`

    e i vari file dei capitoli. Ogni capitolo è organizzato in \chapter, \section, \subsection e \subsubsection. Alla fine di ogni file del capitolo, è presente un richiamo alla bibliografia:

    `\bibliographystyle{apacite}
    \bibliography{library}`

    Il risultato è che per ogni capitolo la bibliografia è un paragrafo numerato, mentre io vorrei che essa comparisse non numerata, sia nel capitolo che nell’indice.

    Come posso risolvere il problema?

  • Devi essere connesso per rispondere a questo topic.

Go to top