Psalvill

Risposte nei forum create

Stai visualizzando 9 risposte – dal 1 al 9 (di 9 totali)
  • Autore
    Risposte
  • in risposta a: numerazione pagine Toptesi #26849
    Up
    0
    Down
    ::


    Scusate, problema risolto:
    \usepackage[T1]{fontenc}

    Mi scuso ancora per avervi disturbato inutilmente…

    in risposta a: numerazione pagine Toptesi #26848
    Up
    0
    Down
    ::


    Risolto il problema della numerazione aggiornando il pacchetto toptesi!!!
    Ora però ho un problema ancor più grave a pochi giorni dalla consegna!

    Ricordo che sto usando TopTesi

    Dato che la tesi è in inglese, carico il pacchetto
    \usepackaga[english,italian]{babel}

    Quando chiedo la stampa del frontespizio, la parola Facoltà non compare interamente: ma solo Facolt

    Il problema sembra risolversi solo se imposto la lingua italiana in tutto il doc

    Avete un suggerimento???

    Io odio TopTesi….

    in risposta a: numerazione pagine Toptesi #26846
    Up
    0
    Down
    ::


    come si aggiornano i pacchetti? 😳

    in risposta a: numerazione pagine Toptesi #26844
    Up
    0
    Down
    ::


    Nulla di fatto!

    Questo è quanto leggo nel file .log

    toptesi.cls 2005/12/08 v.4.00.00 Class for typesetting a university thesis
    toptesi.sty 2006/02/20 v. 4.00.01 Extension for toptesi.cls
    topfront.sty 2006/02/20 v.4.00.01 Title page for TOPtesi
    toptesi.cfg
    topcoman.sty 2005/12/08 v.4.00.00 Additional commands for the TOPtesi bundle

    in risposta a: numerazione pagine Toptesi #26843
    Up
    0
    Down
    ::


    grazie mille, Enrico!

    Provo subito…

    in risposta a: numerazione pagine Toptesi #26840
    Up
    0
    Down
    ::


    Non so se è questo quanto mi hai chiesto:

    \documentclass[11pt]{toptesi}

    \usepackage{graphicx}
    \usepackage{latexsym}
    \usepackage{listings}
    \usepackage{amsfonts}
    \usepackage{amsmath,amssymb}
    \usepackage{amstext}
    \usepackage{hyperref}
    \hypersetup{colorlinks=true,citecolor=black,urlcolor=blue,linkcolor=black}
    \usepackage[centerlast,small,bf]{caption}
    \usepackage{booktabs}
    \usepackage{enumitem}
    \usepackage{float}

    \ateneo{Politecnico di Milano}
    \titolo{ANALYSIS AND NUMERICAL
    SIMULATION OF FREE SURFACE FLOWS}
    \sedutadilaurea{Settembre 2007}

    \begin{document}
    \english

    \frontespizio
    \frontmatter
    \sommario
    Mathematical and numerical
    aspects of free surface are investigated.

    On one hand, the mathematical analysis of some free surface is
    considered.

    \ringraziamenti I am very much indebted to Professor L. Chi for
    having accepted to be my thesis director.

    \listoftables
    \listoffigures
    \tableofcontents

    \chapter{Introduction}

    Numerical methods for solving free surface problems are of great
    importance in many engineering applications. Problems with free
    surfaces appear in fluid-structure interactions \cite{biblio1}.

    \begin{thebibliography}{9}

    \bibitem{biblio1} E. Thompson, “Use of Pseudo-Concentrations to Follow Creeping Viscous Flows
    During Transient Analysis”, Int. J. Numer. Meth. Fluids \textbf{6},
    pp. 749-761 (1986).

    \end{thebibliography}
    \end{document}

    in risposta a: numerazione pagine Toptesi #26838
    Up
    0
    Down
    ::


    Forse dovrei essere più chiara: se aggiungo i ringraziamenti, il sommario ecc., nell’indice ci sono i numeri romani, mentre sotto alle pagine compaiono i numeri romani.

    in risposta a: numerazione pagine Toptesi #26836
    Up
    0
    Down
    ::


    \documentclass[11pt]{toptesi}

    \usepackage{graphicx}
    \usepackage{latexsym}
    \usepackage{listings}
    \usepackage{amsfonts}
    \usepackage{amsmath,amssymb}
    \usepackage{amstext}
    \usepackage{hyperref}
    \hypersetup{colorlinks=true,citecolor=black,urlcolor=blue,linkcolor=black} \usepackage[centerlast,small,bf]{caption}
    \usepackage{booktabs}
    \usepackage{enumitem}
    \usepackage{float}

    in risposta a: numerazione pagine Toptesi #26834
    Up
    0
    Down
    ::


    Ciao Enrico,
    ho provato includendo ed omettendo i comandi fronmatter e mainmatter, ma il risultato continua ad essere una numerazione araba su tutte le pagine.

    Questo è il codice che uso:

    \begin{document}
    \english

    \frontespizio
    \frontmatter
    \tableofcontents
    \listoftables
    \listoffigures

    \mainmatter
    \include{introduction}
    \include{chapter1}
    \include{chapter2}
    \include{chapter3}
    \include{chapter4}
    \addcontentsline{toc}{chapter}{Conclusions}
    \include{conclusions}

    \appendix
    \include{appA}
    \include{appB}

    \end{document}

Stai visualizzando 9 risposte – dal 1 al 9 (di 9 totali)

Go to top