Re: numerazione pagine Toptesi

#26842
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}

Potrebbe essere un problema di versioni: prova a inserire \listfiles prima di \documentclass. Nel .log comparirà una lista dei file che vengono letti; guarda le righe che cominciano come quelle che riporto.

` toptesi.cls 2006/04/04 v.4.00.02 Class for typesetting university theses
toptesi.sty 2006/08/22 v.4.00.03 Extension for toptesi.cls
topfront.sty 2006/09/04 v.4.00.04 Title page for TOPtesi
toptesi.cfg
topcoman.sty 2006/12/15 v.4.01 Additional commands for the TOPtesi bundle`
Ciao
Enrico

Go to top