Risposte nei forum create
-
AutoreRisposte
-
::
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….
::
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
::
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}
::
\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}
::
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}
-
AutoreRisposte