Re: 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}

Go to top