Re: errata numerazione pagine

#42788
Antonio Ledda
Partecipante
    Up
    0
    Down
    ::

    Ciao a tutti.

    Nella mia tesi vorrei iniziare a contare le pagine dalla citazione iniziale, mentre il progarmma inizia a contare le pagine sempre dall’indice.
    Ecco il codice.
    [
    \frontmatter

    %——————————————————————————————————————————

    \pagestyle{empty} % No headers or footers for the following pages
    %——————————————————————————————————————————-
    \null\vfill
    \textit{“citazione”}
    \begin{flushright}
    Titolo libro,autore %CITAZIONE
    \end{flushright}
    \vfill\vfill\vfill\vfill\vfill\vfill\null
    \clearpage % Funny Quote page ended, start a new page

    %——————————————————————————————————————————–
    %\frontmatter
    \include{frontmatter/abstract} %ABTRACT
    %\addcontentsline{toc}{chapter}{Abstract}
    \clearpage
    %———————————————————————————————————————————-
    \pagestyle{fancy}

    %———————————————————————————————————————————
    %\frontmatter
    \lhead{\emph{Contents}}
    \tableofcontents
    %\addcontentsline{toc}{chapter}{Contents}

    \lhead{\emph{List of Figures}} %INDICE E LISTATI
    \listoffigures
    \addcontentsline{toc}{chapter}{List of Figures}

    \lhead{\emph{List of Tables}}
    \listoftables
    \addcontentsline{toc}{chapter}{List of Tables}][/code]

    Non riesco a riprodurre il comportamento del quale parli.
    Prova questo esempio:
    `\documentclass[a4paper]{book}
    \usepackage[english]{babel}
    \usepackage{blindtext}
    \begin{document}
    \frontmatter

    \cleardoublepage
    \thispagestyle{empty}
    \vspace*{\stretch{1}}

    \begin{flushright}
    \itshape Nothing is so good as an experiment which, \\
    whilst it sets an error right, gives us (as a \\
    reward for our humility in being reproved) \\
    an absolute advancement in knowledge.

    \vspace{4pt}

    \textsc{Michael Faraday}
    \end{flushright}

    \vspace*{\stretch{2}}
    \cleardoublepage
    \tableofcontents

    \mainmatter
    \blinddocument
    \end{document}`
    Il codice evidenziato in rosso è di Enrico Gregorio: http://www.guit.sssup.it/phpBB2/viewtopic.php?t=7304&highlight=citazione. Te lo consiglio.

    Per il resto, hai già letto questa guida di base: http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf?

    Ciao
    Antonio

    Ah, anticipato. 🙂

    Go to top