Re: 2 questi su fancyhdr

#93410
samiel
Partecipante
    Up
    0
    Down
    ::


    Sì. ho controllato di aver inserito tutte le modifiche, mi sono però ricordato di aver modificato
    il codice per le testatine come segue:
    versione originale
    `\renewcommand{\chaptermark}[1]{\markboth{\textsc{\footnotesize\thechapter. #1}}{\footnotesize\textsc{\thechapter. #1}}}
    \renewcommand{\sectionmark}[1]{\markright{footnotesize\textsc\{\thesection\quad #1}}}
    `
    versione modificata
    `\renewcommand{\chaptermark}[1]{\markboth{\footnotesize\textsc{#1}}{\footnotesize\textsc{#1}}}
    \renewcommand{\sectionmark}[1]{\markright{\footnotesize\textsc{#1}}}`
    Forse ci ho infilato qualcosa che non va…
    Comunque col codice \markboth{}{} la testina presenta solo il numero della pagina,
    dovrei inserire manualmente il testo nella forma
    `\markboth{\scshape indice dei nomi}{\scshape indice dei nomi}`
    m

    PS Nel file di esempio l’indice era di una sola pagina, ho provato ad allungarlo per prova
    e in effetti la testatina risulta sbagliata

    Go to top