Re: Doppia occorrenza nell’indice dei nomi (testo e bibliografia

#93261
samiel
Partecipante
    Up
    0
    Down
    ::


    Qualche altra difficoltà con l’indice (dei nomi).

    1. Il codice
    `\usepackage{imakeidx}
    \indexsetup{othercode=\footnotesize}
    \makeindex[intoc=true]`
    mi lascia le dimensioni del carattere dell’indice normale, non “footnotesize”.

    2. Il codice
    `\usepackage{multicol}
    \let\orgtheindex\theindex
    \let\orgendtheindex\endtheindex
    \def\theindex{%
    \def\twocolumn{\begin{multicols}{2}}%
    \def\onecolumn{}%
    \clearpage
    \orgtheindex
    }
    \def\endtheindex{%
    \end{multicols}%
    \orgendtheindex
    }`
    non mi bilancia l’ultima pagina dell’indice

    3. poiché uso fancyhdr con le seguenti impostazioni
    `\usepackage{emptypage}
    \usepackage{fancyhdr}
    \pagestyle{fancy}
    \fancyhf{}
    \setlength{\headheight}{14pt}
    \renewcommand{\chaptermark}[1]{\markboth{\textsc{\footnotesize\thechapter.\quad #1}}{\footnotesize\textsc{\thechapter.\quad #1}}}
    \renewcommand{\sectionmark}[1]{\markright{\footnotesize\textsc{\thesection\quad #1}}}
    \renewcommand{\headrulewidth}{0.5pt}
    \fancyhead[LE]{\MakeLowercase{\rightmark}}
    \fancyhead[RO]{\MakeLowercase{\leftmark}}
    \fancyhead[LO,RE]{\thepage}
    \renewcommand{\thesection}{\arabic{section}}`
    ho provato a mettere
    `\clearpage
    \phantomsection
    \renewcommand{\chaptermark}[1]{\markboth{\MakeLowercase\scshape{#1}}{\MakeLowercase\scshape{#1}}}
    \renewcommand{\indexname}{Indice dei nomi}
    \addcontentsline{toc}{chapter}{\indexname}
    \printindex`
    ma la prima pagina dell’indice ha la testatina, che come in tutte le altre prime pagine
    dei capitolo non dovrebbe andare (e infatti altrove non c’è) e anche nelle pagine successive
    dell’indice risulta tutta in maiuscolo anziché in maiuscoletto.

    Risolti tutti questi problemi posso mettere il file online,
    spero che il codice allegato sia sufficiente…

    grazie
    m

    Go to top