AIUTO!!!I DISEGNI!!!!!!!

  • Creatore
    Topic
  • #65976
    Up
    0
    Down
    ::


    Ciao a tutti, ho un grosso problema.
    Uso Miktex per fare una tesi di laurea.
    Fino a prima delle ferie andava tutto bene, tornato dalle ferie ho provato a compilare tutto e non mi da’ errori ma non mostra le immagini ne’ le tabelle nel pdf.
    Premetto che ho già provato a non mettere l’estensione del file, ad inserire fra le estensione anche .eps.
    Nella cartella immagini ci sono sia gli .eps che i .png.
    idem per le tabelle…
    Grazie a chiunque abbia buon cuore di aiutarmi

    VI PREGO, SONO DISPERATO!!!:sad:

    Ora vi do’ il programma cosi’ magari qualcuno mi sa dire qualcosa:

    \documentclass[status=draft, cover=thesis, fontsize=12pt]{gmeepd}

    \usepackage{graphicx}
    \DeclareGraphicsExtensions{.png, .pdf}
    \setlength{\headheight}{15pt}
    \Title{Un interferometro per il controllo di specchi adattivi} %\\ \mbox{}\\ prima e ultima?}
    \Subtitle{}%\Subtitle{copertina \ldots}%
    \Author{Marco Erculiani}
    \Course{Corso di Laurea Magistrale in Astronomia}
    %\Subtitle{…}
    \Advisor{Prof. Sergio Ortolani}
    \CoAdvisor{Prof. Roberto Ragazzoni}
    %\Date{\today {} (ora o mai pi�)}

    \ShowDraft % \Draf equal to ‘true’ -> show message (.ps only)
    \makeindex % save data for index of terms

    % — document body ———————————————————————–

    \begin{document}
    %\selectlanguage{\documentLanguage}
    %\input{res/cover.tex}
    %’\GMcoverFile’ \mbox{} \\
    %’\GMcover’ \mbox{} \\

    \Cover % crea copertina, frontespizio, ecc.
    % (invece inserisce pagine bianche se si era impostato foreigncover=true)

    % — prefazione, e piano dell’opera o sommario —
    %\include{prefazione} % prefazione, piano dell’opera (se non c’� commentare questa riga)

    %Autore: \GMAuthor

    %\tableofcontents % indice

    % — introduzione —
    \include{introduzione} % introduzione generale
    % NOTA: se non � previsto un capitolo di introduzione generale e si inizia con un primo capitolo dal titolo diverso (es. ‘richiami di algebra’), allora rinominare il file ‘introduzione’ (es. da introduzione.tex in ‘richiami.tex’) e il contentuo del comando \chapter{…} al suo interno (es. da \chapter{Introduzione} a \chapter{Richiami di algebra}. Lasciare invece le due righe di comando che seguono, le quali permettono di ricominciare la numerazione di pagina da ‘1’ in caratteri arabi.Gli altri file da includere seguono invece lo schema di cui ai file ‘template/void.tex’

    \chapter{primo capitolo}

    \section{bla bla}

    \subsection{aribla..}

    Le figure inserite sono del tipo

    \begin{figure}[h!tb]
    \centering
    \includegraphics[scale=1]{images/nome della figura.eps}
    \caption{quel che è}
    \label{vario ed eventuale}
    \end{figure}

    % — bibliografia ——————————————————–
    % execute: bibtex % where is the name of this file

    %\addcontentsline{toc}{chapter}{Bibliografia}
    %\nocite{*} % inserts ALL the references contained in the
    % “.bib” files defined by the following “\bibliography{}” commands
    %\bibliography{bib/bib-iq,bib/bib-stat,bib/bib-iq-web.bib}
    %\bibliography{bib/bib-latex}
    %\bibliographystyle{ieeetr} % acm siam abbrv plain, \emph{alpha, abbrv, ieeetr

    % — list of tables and figures (indice delle tabelle, figure) ————
    %\ListOfTables % genera elenco e aggiunge voce all’indice (nella lingua corretta)
    %\ListOfFigures % genera elenco e aggiunge voce all’indice(nella lingua corretta)

    % — indice analitico ——————————————————
    % run: makeindex -s res/indice.ist .idx
    %\clearpage
    %\addcontentsline{toc}{chapter}{Indice analitico}
    %\printindex

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

    % — indice analitico ——————————————————
    % remember, run:
    % latex
    % makeindex -s res/indice.ist .idx
    % latex twice again
    \PrintIndex % genera indice analitico, aggiunge voce all’indice (nella lingua corretta)

    \ShowDebugInfo

    \end{document}

    Il file Gmpeed è:

    %
    %
    % gmeepd.cls – document style used at GMEE/unipd group
    %
    %

    %
    % this file is encoded ISO 8859-15
    %

    % – revision history ——————————————————
    % 2009.11.11 fixed \Cover (work) bugs,
    % amsmath package added
    % fontsize support for a4book page format
    % more up-to-date package ‘subfig’ included instead of ‘subfigure’
    % – revision history end ——————————————————

    % =========================================================================
    % 1. IDENTIFICATION
    % =========================================================================

    % identify itself

    \NeedsTeXFormat{LaTeX2e}
    \ProvidesClass{gmeepd}[2009/11/11; complex documents (thesis, books, course material…) – ver.1.3]

    % =========================================================================
    % 2. INITIAL CODE
    % =========================================================================

    %% — packages needed for initial processing
    \RequirePackage{ifthen} % conditional expressions
    \RequirePackage{calc} % calculations
    \RequirePackage{xkeyval} % key/values (options handling of this class)

    % \className,\classVersion can be used (later or in the user document) for debugging purposes
    \newcommand{\className}{gmeepd}
    \newcommand{\classVersion}{1.3}

    % ———————————————————————–
    % set default values for variables associated to class options
    % ———————————————————————–

    \newcommand{\GMbookType}{a4book} % bookType
    \newcommand{\GMfileEncoding}{latin1} % encoding (ISO 8859-15)
    \newcommand{\GMfontsize}{12pt} % fontsize
    \newlength{\GMfontlength} \setlength{\GMfontlength}{12pt} % font size, length variable
    \newcommand{\GMlanguage}{it} % language
    \newcommand{\GMcover}{nocover} % cover type,
    \newcommand{\GMcoverFile}{} % optional external file containing cover definition
    \newcommand{\GMforeignCover}{false} % foreignCover
    \newcommand{\GMdocumentStatus}{normal} % status
    \newcommand{\GMusercmd}{res/usercmd.input.tex} % user’s macro

    % \gmdocumentStatus determine the behavior of some macros:
    % – normal: \showDraft does nothing, secret text will not be printed
    % – reserved: \showDraft prints ‘reserved’, secret text will be printed
    % – draft : \showDraft prints ‘draft’ secret text wil not be printed
    % – debug: … tobedone

    % =========================================================================
    % 3. DECLARATION OF OPTIONS
    % =========================================================================

    % — class options
    % bookType: a4book, lulu6x9, utet
    % the book type determines page size, geometry.etc.
    % encoding: utf8, latin1, iso8859-15
    % encoding determine the file encoding expected by latex (default: latin1)
    % fontsize: 10pt, 11pt, 12pt
    % fontsize is the size of font alongsize the document
    % language: it, italiano, en. english
    % language is default language that will be used
    % cover: nocover, work (elaborato), dispensa, libro, thesis (tesi), tesina, tesiphd, user
    % determine the cover format
    % foreigncover (true if option specified, false otherwise)
    % determine additional white pages to be inserted at the beginning
    % coverfile (e.g. res/sample-cover.tex)
    % define the file name containing a user’s defined cover (when cover=user)
    % status: normal, draft, reserved, debug
    % determine the behavior of some macros, and how some text is printed
    % in the ps/pdf file
    % usercmd: path to file where user commands are defined (default: res/usercmd.input.tex)
    %

    % — declaration of class options
    \DeclareOptionX{booktype}{\renewcommand{\GMbookType}{#1}}
    \DeclareOptionX{encoding}[latin1]{\renewcommand{\GMfileEncoding}{#1}}
    \DeclareOptionX{fontsize}[12pt]{\renewcommand{\GMfontsize}{#1}}
    % \setlength{\GMfontlength}{#1}
    \DeclareOptionX{language}[it]{\renewcommand{\GMlanguage}{#1}}
    \DeclareOptionX{cover}[nocover]{\renewcommand{\GMcover}{#1}}
    \DeclareOptionX{coverfile}{\renewcommand{\GMcoverFile}{#1}}
    \DeclareOptionX{foreigncover}{\renewcommand{\GMforeignCover}{true}}
    \DeclareOptionX{status}[normal]{\renewcommand{\GMdocumentStatus}{#1}}
    \DeclareOptionX{usercmd}[res/usercmd.input.tex]{\renewcommand{\GMusercmd}{#1}}

    % =========================================================================
    % 4. EXECUTION OF OPTIONS
    % =========================================================================

    \ProcessOptions\relax
    \ProcessOptionsX

    % =========================================================================
    % 5. PACKAGE LOADING
    % =========================================================================

    % ———————————————————————–
    % load document class
    % defines page geometry, figure captions, header and footers
    % ———————————————————————–

    \ifthenelse{\equal{\GMbookType}{a4book}}
    {%
    %\LoadClass[a4paper,11pt]{book}
    \LoadClass[a4paper,\GMfontsize]{book}
    \RequirePackage[a4paper, bindingoffset=2cm]{geometry}
    \renewcommand{\floatpagefraction}{.2} % default: .5
    \renewcommand{\textfraction}{.05} % default: .2
    \renewcommand{\bottomfraction}{.7} % default: .3
    % caption style
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{. }
    \captionnamefont{\bfseries \sffamily \small}
    %\captiontitlefont{\sffamily \small }
    \captiontitlefont{\small }
    }{}

    % — — —
    % lulu.com interesting formats
    % lulu6x9
    % luluComic
    % luluCrown
    % luluRoyal
    % —

    \ifthenelse{\equal{\GMbookType}{lulu6x9}}
    {%
    \LoadClass[a4paper,10pt]{book}
    \renewcommand{\GMfontsize}{10pt} \setlength{\GMfontlength}{10pt}
    \RequirePackage[paperwidth=15.24cm,paperheight=22.86cm,
    left=1.91cm, right=1.27cm,top=0.54cm, bottom=1.27cm,
    % includehead, includefoot, showframe]{geometry}
    includehead, includefoot]{geometry}
    % \textwidth results in 12cm
    %
    %bottomnumber Counter specifying the maximum number of floats allowed at the bottom of the page (the default number is 1). This can be changed with
    \setcounter{bottomnumber}{3}
    % topnumber Counter specifying the maximum number of floats allowed at the top of the page (the default number is 2). This can be changed with the \setcounter command.
    \setcounter{topnumber}{3}
    %
    %
    % \floatpagefraction Minimum fraction of a float page that must be occupied by floats, thus limiting the amount of blank space allowed on a float page
    \renewcommand{\floatpagefraction}{.35} % default: .5
    %
    %
    % \textfraction Minimum fraction of a normal page that must be occupied by text
    \renewcommand{\textfraction}{.2} % default: .2
    %
    % Maximum fraction of the page that can be occupied by floats at the bottom of the page
    \renewcommand{\bottomfraction}{.8} % default: .3
    % Maximum fraction of the page that can be occupied by floats at the top of a page
    \renewcommand{\topfraction}{.7} % default .7
    % — definizione stile didascalie — — —
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{ }
    \captionnamefont{\bfseries \sffamily \small}
    \captiontitlefont{\sffamily \small }
    %\hangcaption
    }{}

    \ifthenelse{\equal{\GMbookType}{luluComic}}
    {%
    \LoadClass[a4paper,11pt]{book}
    \renewcommand{\GMfontsize}{11pt} \setlength{\GMfontlength}{11pt}
    \RequirePackage[paperwidth=6.63in, paperheight=10.25in,%
    left=0.75in, right=0.5in, top=0.25in, bottom=0.5in,%
    %headsep=0.04in, headheight=0.21in,
    % includehead, includefoot, showframe]{geometry}
    includehead, includefoot]{geometry}
    %
    %bottomnumber Counter specifying the maximum number of floats allowed at the bottom of the page (the default number is 1). This can be changed with
    \setcounter{bottomnumber}{3}
    % topnumber Counter specifying the maximum number of floats allowed at the top of the page (the default number is 2). This can be changed with the \setcounter command.
    \setcounter{topnumber}{3}
    %
    %
    % \floatpagefraction Minimum fraction of a float page that must be occupied by floats, thus limiting the amount of blank space allowed on a float page
    \renewcommand{\floatpagefraction}{.35} % default: .5
    %
    %
    % \textfraction Minimum fraction of a normal page that must be occupied by text
    \renewcommand{\textfraction}{.2} % default: .2
    %
    % Maximum fraction of the page that can be occupied by floats at the bottom of the page
    \renewcommand{\bottomfraction}{.8} % default: .3
    % Maximum fraction of the page that can be occupied by floats at the top of a page
    \renewcommand{\topfraction}{.7} % default .7
    % — definizione stile didascalie — — —
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{ }
    \captionnamefont{\bfseries \sffamily \small}
    \captiontitlefont{\sffamily \small }
    %\hangcaption
    }{}

    \ifthenelse{\equal{\GMbookType}{luluCrown}}
    {%
    \LoadClass[a4paper,11pt]{book}
    \renewcommand{\GMfontsize}{11pt} \setlength{\GMfontlength}{11pt}
    \RequirePackage[paperwidth=7.444in, paperheight=9.681in,%
    left=0.83in, right=0.59in, top=0.25in, bottom=0.5in,%
    %headsep=0.04in, headheight=0.30in,
    % includehead, includefoot, showframe]{geometry}
    includehead, includefoot]{geometry}
    %
    %bottomnumber Counter specifying the maximum number of floats allowed at the bottom of the page (the default number is 1). This can be changed with
    \setcounter{bottomnumber}{3}
    % topnumber Counter specifying the maximum number of floats allowed at the top of the page (the default number is 2). This can be changed with the \setcounter command.
    \setcounter{topnumber}{3}
    %
    %
    % \floatpagefraction Minimum fraction of a float page that must be occupied by floats, thus limiting the amount of blank space allowed on a float page
    \renewcommand{\floatpagefraction}{.35} % default: .5
    %
    %
    % \textfraction Minimum fraction of a normal page that must be occupied by text
    \renewcommand{\textfraction}{.2} % default: .2
    %
    % Maximum fraction of the page that can be occupied by floats at the bottom of the page
    \renewcommand{\bottomfraction}{.8} % default: .3
    % Maximum fraction of the page that can be occupied by floats at the top of a page
    \renewcommand{\topfraction}{.7} % default .7
    % — definizione stile didascalie — — —
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{ }
    \captionnamefont{\bfseries \sffamily \small}
    \captiontitlefont{\sffamily \small }
    %\hangcaption
    % header spacing 0.04″, header heigh=0.30″
    }{}

    \ifthenelse{\equal{\GMbookType}{luluRoyal}}
    {%
    \LoadClass[a4paper,10pt]{book}
    \renewcommand{\GMfontsize}{10pt} \setlength{\GMfontlength}{10pt}
    \RequirePackage[paperwidth=6.139in, paperheight=9.21in,%
    left=0.98in, right=0.79in, top=0.35in, bottom=0.35in,%
    %headsep=0.04in, headheight=0.40in,
    % includehead, includefoot, showframe]{geometry}
    includehead, includefoot]{geometry}
    %
    %bottomnumber Counter specifying the maximum number of floats allowed at the bottom of the page (the default number is 1). This can be changed with
    \setcounter{bottomnumber}{3}
    % topnumber Counter specifying the maximum number of floats allowed at the top of the page (the default number is 2). This can be changed with the \setcounter command.
    \setcounter{topnumber}{3}
    %
    %
    % \floatpagefraction Minimum fraction of a float page that must be occupied by floats, thus limiting the amount of blank space allowed on a float page
    \renewcommand{\floatpagefraction}{.35} % default: .5
    %
    %
    % \textfraction Minimum fraction of a normal page that must be occupied by text
    \renewcommand{\textfraction}{.2} % default: .2
    %
    % Maximum fraction of the page that can be occupied by floats at the bottom of the page
    \renewcommand{\bottomfraction}{.8} % default: .3
    % Maximum fraction of the page that can be occupied by floats at the top of a page
    \renewcommand{\topfraction}{.7} % default .7
    % — definizione stile didascalie — — —
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{ }
    \captionnamefont{\bfseries \sffamily \small}
    \captiontitlefont{\sffamily \small }
    %\hangcaption
    % header spacing 0.04″, header heigh=0.30″
    }{}

    % —
    % utet / De Agostini format
    % —

    \ifthenelse{\equal{\GMbookType}{utet}}
    {%
    \LoadClass[a4paper,11pt]{book}
    \renewcommand{\GMfontsize}{11pt} \setlength{\GMfontlength}{11pt}
    % paper size
    \setlength{\textwidth}{130mm}
    \setlength{\textheight}{188mm}
    % pack figures
    \renewcommand{\floatpagefraction}{.2} % default: .5
    \renewcommand{\textfraction}{.05} % default: .2
    \renewcommand{\bottomfraction}{.7} % default: .3
    % — definizione stile didascalie — — —
    \RequirePackage[subfigure]{ccaption}
    \captiondelim{ }
    \captionnamefont{\bfseries \sffamily \small}
    \captiontitlefont{\sffamily \small }
    }{}

    % — define headers ————————————————-
    \RequirePackage{lastpage} % provides a \pageref{LastPage} command
    \RequirePackage{fancyhdr} % fancy headers

    \pagestyle{fancy}
    %\fancyheadoffset[LE,RO]{\marginparsep+\marginparwidth}
    %\renewcommand{\chaptermark}[1]{\markboth{\thechapter \ #1}{}} % print chapter numeber with chapter name
    \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
    \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
    %\renewcommand{\subsectionmark}[1]{\markright{\thesection\ #1}}
    \fancyhf{} %clears all header and footer fields
    \fancyhead[LE,RO]{\bfseries\thepage}
    \fancyhead[LO]{\bfseries\rightmark}
    \fancyhead[RE]{\bfseries\leftmark}
    % redefine plain style for pagestyle
    \fancypagestyle{plain}{%
    \fancyhead{} % get rid of headers
    \renewcommand{\headrulewidth}{0pt} % and the line
    }
    % redefine headings style for pagestyle
    \fancypagestyle{headings}{%
    \fancyhead{} % get rid of headers
    \fancyhead[LE,RO]{\bfseries\thepage}
    \fancyhead[LO]{\bfseries\rightmark}
    \fancyhead[RE]{\bfseries\leftmark}
    }
    % on float pages do not print the heading line
    \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}
    %

    % ———————————————————————–
    % load packages
    % ———————————————————————–

    % — file encoding and support to special characters
    % resolve alias iso8859-15 for latin1
    \ifthenelse{\equal{\GMfileEncoding}{iso8859-15}}{\renewcommand{\GMfileEncoding}{latin1}}
    \RequirePackage[\GMfileEncoding]{inputenc} % support to file encoding (utf-8, iso8859-15, …)

    \RequirePackage[T1]{fontenc} % support to special characters (e.g.\`e…)

    % — define the main language (english/italian)
    % resolve alias
    \ifthenelse{\equal{\GMlanguage}{italiano}}{\renewcommand{\GMlanguage}{it}}
    \ifthenelse{\equal{\GMlanguage}{english}}{\renewcommand{\GMlanguage}{en}}
    % set language
    \ifthenelse{\equal{\GMlanguage}{it}}%
    {\RequirePackage[english,italian]{babel}}% default: italian
    {\RequirePackage[italian,english]{babel}}% default english

    %\RequirePackage{dingbat} % special symbols
    %\RequirePackage{bbding} %
    \RequirePackage{amssymb}
    \RequirePackage{textcomp}
    \RequirePackage{pifont} % segni di spunta
    \RequirePackage{marvosym} % segni zoadicali
    \RequirePackage[nointegrals]{wasysym} % simboli della serie ‘wasy’, non definisce simboli di integrale doppio ecc. definiti invece in amsmath

    \RequirePackage{amsmath}

    \RequirePackage{makeidx} % indice analitico

    \RequirePackage[dvips]{graphicx} % inclusione graph images (eps)
    \RequirePackage{psfrag} % modification of string stored inside .eps file

    \RequirePackage{color}
    \RequirePackage{eepic} % exten. to picture environ. to be used with xfig generated files
    \RequirePackage{overpic} % exten. to picture environ. to be used with xfig generated files
    %\RequirePackage{subfigure} % \subfigure command
    \RequirePackage{subfig} % v.1.3 update
    \RequirePackage{array} % array and tabular formatting
    \RequirePackage{tabularx} % tabular formatting
    \RequirePackage{longtable} % table spanning over multiple pages

    \ifthenelse{\equal{\GMbookType}{utet}}{
    \RequirePackage{indentfirst} % indent first column
    }

    % pdf generation
    \RequirePackage[ps2pdf,bookmarks=true,bookmarksnumbered=true]{hyperref}
    \RequirePackage[ps2pdf]{thumbpdf} % thumbnails in pdf

    % reverse search (unix/kile)
    \ifthenelse{\equal{\GMdocumentStatus}{debug}}{\RequirePackage[active]{srcltx}}
    % —————————————————————–

    % =========================================================================
    % 6. MAIN CODE
    % =========================================================================

    % global variables, initialized to void
    \newcommand{\GMSecret}{}
    \newcommand{\GMDraft}{}
    \newcommand{\GMDebug}{}

    % commands that changes the value of global variables
    \newcommand{\Secret}[1]{\renewcommand{\GMSecret}{#1}}
    \newcommand{\Draft}[1]{\renewcommand{\GMDraft}{#1}}
    \newcommand{\Debug}[1]{\renewcommand{\GMDebug}{#1}}

    \newcommand{\CoverFile}[1]{\renewcommand{\GMcoverFile}{#1}}

    % — set default values — — —
    \ifthenelse{\equal{\GMdocumentStatus}{reserved}}%
    {\Secret{true}}%
    {\Secret{false}}

    \ifthenelse{\equal{\GMdocumentStatus}{draft}}%
    {\Draft{true}}%
    {\Draft{false}}

    \ifthenelse{\equal{\GMdocumentStatus}{debug}}%
    {\Debug{true}}%
    {\Debug{false}}

    % —————————————————————————–
    % — text styles — — —

    % paragraphs
    \newcommand{\tBeginPar}[1]{\textbf{#1}}

    % font styles
    \newcommand{\tDef}[1]{\textit{#1}}
    \newcommand{\tDefObj}[1]{\textit{#1}}
    \newcommand{\tDefTxt}[1]{\textit{#1}}
    \newcommand{\tRemark}[1]{\emph{#1}}
    \newcommand{\tREMARK}[1]{\textbf{\emph{#1}}}
    \newcommand{\tCode}[1]{\texttt{#1}}
    \newcommand{\tForeign}[1]{\emph{#1}}
    \newcommand{\tLatin}[1]{\emph{#1}}
    \newcommand{\tExample}[1]{\textit{#1}}
    \newcommand{\tStandard}[1]{\textsl{#1}}

    % quoting text
    \newcommand{\tQuote}[1]{\textit{#1}}
    \newcommand{\tQuoteFig}[1]{\textit{#1}}
    \newcommand{\tConcept}[1]{\textit{#1}}

    % — special text

    % quotation marks
    \newcommand{\qmo}{“} % usage: \qmo{}
    \newcommand{\qmc}{”} % usage: …\qmc{}

    % segno di spunta
    \newcommand{\Checkmark}{$\surd$} %segno di spunta
    \ClassWarning{\className}{cambiato nome a macro ‘Check’ in ‘Checkmark’}%

    % —————————————————————————–
    % — environments — — —
    \newenvironment{quoteStandard}
    {\begin{quote} \noindent \slshape }
    {\end{quote}}

    % —————————————————————————–
    % — various macros
    %

    % \prefacePageNumberign
    % this command determine the first page where numebring should be roman .
    % blank pages followin table of contents are talen into account
    % this command should be used once at the very beginning of the main document,
    %i.e. just below the command \chaper*{Preface} or the equivalent one
    \newcommand{\prefacePageNumbering}{%
    \ifthenelse{\equal{\GMforeignCover}{true}}
    { \pagenumbering{Roman} \setcounter{page}{5} }
    { \pagenumbering{Roman} \setcounter{page}{3} }
    }

    \newcommand{\Preface}{%
    \ifthenelse{\equal{\GMlanguage}{en}}
    {\chapter*{Preface} \addcontentsline{toc}{chapter}{Preface} \prefacePageNumbering }
    {\chapter*{Prefazione} \addcontentsline{toc}{chapter}{Prefazione} \prefacePageNumbering }
    }

    \newcommand{\resetPageNumbering}{%
    \renewcommand{\thepage}{\arabic{page}} \setcounter{page}{1}% page numbering reset to ‘1’
    \pagestyle{headings}% reset heading style
    }

    % \ShowDraft
    %

    % — \ShowDraft
    \newcommand{\ShowDraft}{%
    \ifthenelse{\equal{\GMDraft}{true}}
    { \RequirePackage[firsttwo,light]{draftcopy} }%
    {}%
    \ifthenelse{\equal{\GMSecret}{true}}
    { \RequirePackage[firsttwo,light]{draftcopy}
    \draftcopyName{RESERVED}{140}%
    }%
    {}%
    \ifthenelse{\equal{\GMDebug}{true}}
    { \RequirePackage[firsttwo,light]{draftcopy}
    \draftcopyName{DEBUG}{140}%
    }%
    }

    % — secret text handling — — —
    % \tSecret{secret text}, % the ‘secret text’ will be shown only if \GMSecret=true
    % \tAltSecret{secret text}{public text} % ‘secret text’ will be shown if \GMSecret=true, otherwise ‘public text will be shown’

    %
    %\Secret{false} means that the document (from this point on) will be public
    %\Secret{true} means that the document (from this point on) will be reserved

    % \tSecret{text}, ‘text’ will be shown only if \GMSecret=true
    \newcommand{\tSecret}[1]{%
    \ifthenelse{\equal{\GMDebug}{true}}%
    {\tRemark{ secret:}#1{}\marginpar{\tCode{tSecret}}}%
    {\ifthenelse{\equal{\GMSecret}{true}}{#1}}% show the secret text
    }

    % \tAltSecret{secret text}{public text}, ‘secret text’ will be shown if \GMSecret=true
    % otherwise the ‘public text’ will be shown
    \newcommand{\tAltSecret}[2]{%
    \ifthenelse{\equal{\GMDebug}{true}}%
    {\tRemark{ secret:}#1{}\tRemark{ public:}#2{}\marginpar{\tCode{tAltsecret}}}
    {%
    \ifthenelse{\equal{\GMSecret}{true}}%
    {#1} % secret text
    {#2} % public (maybe fake), text
    }}

    % — debug information handling — — —
    % if ( \Debug definito e uguale a true) {
    % – abilita inverse search
    % – definisce \Index in modo che invochi \index E \ShowIndex }
    % else {
    % definisce “\newcommand{\Index}[1]{\index{#1}}”
    % }

    %\ifthenelse{\isundefined{\Debug}}
    % { \newcommand{\Index}[1]{\index{#1}} }
    % {\ifthenelse{\equal{\Debug}{true}}
    % {%
    % \newcommand{\Index}[1]{\index{#1} \ShowIndex{#1}}
    % }%
    % { \newcommand{\Index}[1]{\index{#1}} }}

    % — \ShowIndex — — —
    % mostra nota a margine con argomento 1
    % \ShowIndex{index term}
    \newcommand{\ShowIndex}[1]{\marginpar{index:\\ #1}}

    \ifthenelse{\equal{\GMDebug}{true}}
    { \newcommand{\Index}[1]{\index{#1} \ShowIndex{#1}} }
    { \newcommand{\Index}[1]{\index{#1}} }

    % — \PrintIndex —
    % adds to table of contents a proper entry depending on language,
    % then \printindex
    \newcommand{\PrintIndex}{%
    \clearpage
    \ifthenelse{\equal{\GMlanguage}{it}}
    {\addcontentsline{toc}{chapter}{Indice analitico}}
    {\addcontentsline{toc}{chapter}{Index}}
    \printindex \clearpage
    }

    \newcommand{\ListOfTables}{%
    \clearpage
    \ifthenelse{\equal{\GMlanguage}{it}}
    {\addcontentsline{toc}{chapter}{Elenco delle tabelle}}
    {\addcontentsline{toc}{chapter}{List of Tables}}
    \listoftables \clearpage
    }

    \newcommand{\ListOfFigures}{%
    \clearpage
    \ifthenelse{\equal{\GMlanguage}{it}}
    {\addcontentsline{toc}{chapter}{Elenco delle figure}}
    {\addcontentsline{toc}{chapter}{List of Figures}}
    \listoffigures \clearpage
    }

    % ————————————————————————
    % — figure&graphics
    %% ————————————————————————-
    %% commands for eps figure insertion
    %% ————————————————————————-
    %% Figure inclusion commands:
    %% \Fig{eps-file}{short caption}{caption}{label}
    %% \FigPos{position}{eps-file}{short-caption}{caption}{label}
    %% \FigScaled{eps-file}{short caption}{caption}{label}{width}
    % \FigScaledPos{position}{eps-file}{short-caption}{caption}{label}{width}
    %% \FigScaledLarge{eps-file}{short caption}{caption}{label}
    %%….\FigTwoVScaled{eps-file-top}{eps-file-bottom}{short-caption}{caption}{label}{width-top}{width-bottom}
    %% \FigRotatedScaled{eps-file}{short caption}{caption}{label}{height}
    %%….\FigTwoHScaled{eps-file-left}{eps-file-right}{short-caption}{caption}{label}{width-right}{width-left}
    %% — commands meaning
    %% \Fig: inserts a figure, with caption(s) and label
    %% \FigPos: -> \Fig , position also specified
    %% \FigScaled: -> \Fig, but allows scaling according to a given width
    %% \FigScaledPos: -> \FigScaled, position also specified
    %% \FigScaledLarge: -> \FigScaledLarge, scaling = \textwidth
    %% \FigTwoVScaled: inserts 2 figures, one on top of the other
    %% \FigRotatedScaled: -> \Fig, but rotation = 90deg and allows scaling according to a given height
    %% \FigTwoHScaled: inserts 2 figures, left and right
    %%
    %% — comments to parameters
    %% eps-file(s) must be stored in ‘images/’ sub-directory, and specified without extension
    %% label must be specified withou a trailing ‘fig:’ that will be inserted
    %%
    %% usage example:
    %% \FigScaled{placeholder}{figura di test scalata}{esempio di
    %% figura di test, ottenuta includendo il file “placeholder.eps”, e
    %% scalandone le dimensioni opportunamente.}{testFigScaled}{.3\textwidth}
    %%
    %% (text here!)… in fig.\ref{fig:testFigScaled} ? rappresentato …

    %\Fig{eps-file}{short-caption}{caption}{label}
    \newcommand{\Fig}[4]{%
    \begin{figure}[hbp]%
    \begin{center}%
    \includegraphics{images/#1.eps}%
    \caption[~#2]{#3} %
    \label{fig:#4}%
    \end{center}%
    \end{figure}%
    }

    % —————————————————————————————-
    % —————————————————–

    %\FigPos{position}{eps-file}{short-caption}{caption}{label}
    \newcommand{\FigPos}[5]{%
    \begin{figure}[#1]%
    \begin{center}%
    \includegraphics{images/#2.eps}%
    \caption[~#3]{#4}%
    \label{fig:#5}%
    \end{center}%
    \end{figure}%
    }

    %\FigScaled{eps-file}{short-caption}{caption}{label}{width}
    \newcommand{\FigScaled}[5]{%
    \begin{figure}[hbp]%
    \begin{center}%
    \includegraphics[width=#5]{images/#1.eps}%
    \caption[~#2]{#3} %
    \label{fig:#4}%
    \end{center}%
    \end{figure}%
    }

    % \FigScaledLarge{position}{eps-file}{short-caption}{caption}{label}
    \newcommand{\FigScaledLarge}[4]{\FigScaled{#1}{#2}{#3}{#4}{\textwidth}}

    %\FigScaledPos{position}{eps-file}{short-caption}{caption}{label}{width}{position}
    % inserts a figure, position is where the graphics is inserted (e.g. hb)
    \newcommand{\FigScaledPos}[6]{%
    \begin{figure}[#1]%
    \begin{center}%
    \includegraphics[width=#6]{images/#2.eps}%
    \caption[~#3]{#4} %
    \label{fig:#5}%
    \end{center}%
    \end{figure}%
    }

    % \FigRotatedScaled{eps-file}{short caption}{caption}{label}{height}
    \newcommand{\FigRotatedScaled}[5]{%
    \begin{figure}[hbp]%
    \begin{center}%
    \includegraphics[angle=90,height=#5]{images/#1.eps}%
    \caption[~#2]{#3} %
    \label{fig:#4}%
    \end{center}%
    \end{figure}%
    }
    % deprecated method: \FigVertScaled (added for compatibility reasons only)
    \newcommand{\FigVertScaled}[5]{\FigRotatedScaled{#1}{#2}{#3}{#4}{#5}}

    %\FigTwoVScaled{eps-file-top}{eps-file-bottom}{short-caption}{caption}{label}{width-top}{

    % —————————————————————————————-
    % —————————————————–width-bottom}
    \newcommand{\FigTwoVScaled}[7]{%
    \begin{figure}[hbp]%
    \begin{center}%
    \begin{tabular}{@{}c@{}}%
    \includegraphics[width=#6]{images/#1.eps} \tabularnewline%
    \includegraphics[width=#7]{images/#2.eps} \tabularnewline%
    \end{tabular}%
    \caption[~#3]{#4} \label{fig:#5}%
    \end{center}%
    \end{figure}%
    }
    % deprecated method: \FigVScaled (added for compatibility reasons only)
    \newcommand{\FigVScaled}[7]{\FigTwoVScaled{#1}{#2}{#3}{#4}{#5}{#6}{#7}}

    %\FigTwoHScaled{eps-file-left}{eps-file-right}{short-caption}{caption}{label}{width-right}{width-left}
    \newcommand{\FigTwoHScaled}[7]{%
    \begin{figure}[hbp]%
    \begin{center}%
    \begin{tabular}{@{}cc@{}}%
    \includegraphics[width=#6]{images/#1.eps} &
    \includegraphics[width=#7]{images/#2.eps} \tabularnewline%
    \end{tabular}%
    \caption[~#3]{#4} \label{fig:#5}%
    \end{center}%
    \end{figure}%
    }

    % —————-
    % NEW: figure macros
    %

    % — \Figure ———————————————————–
    % \Figure[file=…, pos=hbp!, width=…, height=…, angle=…, rotate=…, shortcaption={…}, label=…]{caption}
    % file specification is without extention and should be located in ‘images/’ directory
    % width,height can be specified in terms of \the\textwidth or \the\textheight (e.g. \the.5\textheight)
    %rotate can be specified as rotate=true (no spec-> rotate=false)
    %label= will be referred by in the amin text \ref{fig:}
    %
    \makeatletter
    \def\GMdefaultFigfile{placeholder}% default file name of figure

    % — some useful graphixs rules
    \DeclareGraphicsRule{.gif}{eps}{.gif.bb}{`convert #1 -monochrome ‘eps:-‘ }
    \DeclareGraphicsRule{.jpg}{eps}{.jpg.bb}{`convert #1 ‘eps:-‘ }
    \DeclareGraphicsRule{.png}{eps}{.png.bb}{`convert #1 ‘eps:-‘ }
    \DeclareGraphicsRule{.bmp}{eps}{.bmp.bb}{`convert #1 ‘eps:-‘ }
    \DeclareGraphicsRule{.pdf}{eps}{.pdf.bb}{`convert #1 ‘eps:-‘ }
    % — — —

    % — graphics inclusion with optional width, height (and angle in any case specified)
    \def\GMtmpA{}
    %\GMincludeGraphics{\Figwidth}{\Figheight}{\Figangle}{\Figfile}
    \newcommand{\GMincludeGraphics}[4]{% {\Figwidth}{\Figheight}{\Figangle}{\Figfile}
    \ifthenelse{\equal{#3}{}}{\def\GMtmpA{0}}{\def\GMtmpA{#3}}
    \ifthenelse{\equal{#1}{} \and \equal{#2}{} }% width, height not specified
    {\includegraphics[angle=\GMtmpA]{#4}}{}%
    \ifthenelse{\equal{#1}{} \and \not \equal{#2}{}}% width specfied
    {\includegraphics[height=#2,angle=\GMtmpA]{#4}}{}%
    \ifthenelse{\not \equal{#1}{} \and \equal{#2}{}}% height specified
    {\includegraphics[width=#1,angle=\GMtmpA]{#4}}{}%
    \ifthenelse{\not \equal{#1}{} \and \not \equal{#2}{}}% width and height specified
    {\includegraphics[width=#1,height=#2,angle=\GMtmpA]{#4}}{}%
    }%\GMincludeGraphics{\Figwidth}{\Figheight}{\Figangle}{\Figfile}

    % counters for figure width and height
    \newlength{\IW} \newlength{\IH}
    \newlength{\GMtmpLen}

    %\define@boolkey{Fig}{shortcaption}[true]{}
    %\define@boolkey{Fig}{eps}[true]{}
    \define@key{Fig}{file}{\def\Figfile{images/#1.eps}}%
    \define@key{Fig}{pos}{\def\Figpos{#1}}%
    \define@key{Fig}{width}{\def\Figwidth{#1}}%
    \define@key{Fig}{height}{\def\Figheight{#1}}%
    \define@key{Fig}{label}{\def\Figlabel{#1}}%
    \define@key{Fig}{shortcaption}{\def\Figshortcaption{#1}}%
    \define@key{Fig}{angle}{\def\Figangle{#1}}
    \define@boolkey{Fig}{rotate}[false]{}

    \define@key{Fig}{fileL}{\def\FigfileL{images/#1.eps}}% left figure, \Fig[]{}
    \define@key{Fig}{fileR}{\def\FigfileR{images/#1.eps}}% right figure, \Fig[]{}
    \define@key{Fig}{widthL}{\def\FigwidthL{#1}}%
    \define@key{Fig}{widthR}{\def\FigwidthR{#1}}%
    \define@key{Fig}{heightL}{\def\FigheightL{#1}}%
    \define@key{Fig}{heightR}{\def\FigheightR{#1}}%
    \define@key{Fig}{angleL}{\def\FigangleL{#1}}%
    \define@key{Fig}{angleR}{\def\FigangleR{#1}}%

    \define@key{Fig}{fileUp}{\def\FigfileUp{images/#1.eps}}% top figure, \Fig[]{}
    \define@key{Fig}{fileDw}{\def\FigfileDw{images/#1.eps}}% bottom figure,\Fig[]{}
    \define@key{Fig}{widthUp}{\def\FigwidthUp{#1}}%
    \define@key{Fig}{widthDw}{\def\FigwidthDw{#1}}%
    \define@key{Fig}{heightUp}{\def\FigheightUp{#1}}%
    \define@key{Fig}{heightDw}{\def\FigheightDw{#1}}%
    \define@key{Fig}{angleUp}{\def\FigangleUp{#1}}%
    \define@key{Fig}{angleDw}{\def\FigangleDw{#1}}%

    \define@key{Fig}{mode}{\def\Figmode{#1}}% left figure, \Fig[]{}
    % mode={}: one figure
    % mode=horiz: two figures, fileL, fileR specify images
    % mode=vert: two figures; fileUp,fileDw specify images
    %% (not implemented yet) mode=tile: 4 figures: fileUpL, fileUpR, fileDwL, fileDwR specify images

    %
    %\define@key{Fig}{wi}{#1}%
    %\define@key{Fig}{lw}{\GMiw{#1}} %\settowidth{\IW}{\includegraphics{#1}}}%
    %\define@key{Fig}{hw}{\GMih{#1}} %\settoheight{\IH}{\includegraphics{#1}}}%
    %
    \presetkeys{Fig}%
    {file=\GMdefaultFigfile,pos={},width={},height={},label={},shortcaption={},angle=0,rotate=false,mode={},fileL=\GMdefaultFigfile,fileR=\GMdefaultFigfile,widthL={},widthR={},heightL={},heightR={},angleL=0,angleR=0,%
    fileUp=\GMdefaultFigfile,fileDw=\GMdefaultFigfile,widthUp={},widthDw={},heightUp={},heightDw={},angleUp={},angleDw={}}%
    {%lw=images/\usevalue{file}.eps,%
    %hw=images/\usevalue{file}.eps %
    }
    \savekeys{Fig}{shortcaption,eps,file,width,height,label,shortcaption,angle,rotate,mode,fileL,fileR,widthL,widthR,heightL,heightR,angleL,angleR,fileUp,fileDw,widthUp,widthDw,heightUp,heightDw,angleUp,angleDw}

    \newcommand*\Figure[2][]{%
    \setkeys{Fig}{#1}{%
    \ifthenelse{\equal{\Figwidth}{}}% width=… not used: set width to figure width
    {\settowidth{\GMtmpLen}{\includegraphics{\Figfile}} \def\Figwidth{\GMtmpLen}} {}
    % if figure wider than textwidth resize to textwidth
    \ifthenelse{\lengthtest{\Figwidth > \textwidth}}{\def\Figwidth{\textwidth}}{}
    % if rotate=true: set angle=90
    \ifKV@Fig@rotate \def\Figangle{90} \fi {}
    %
    % — debug code
    \ifthenelse{\equal{\GMDebug}{true}}{%
    \mbox{} \\ \begin{center} ——— \texttt{\textbackslash{}Figure} ———\\ \end{center}
    \noindent file=\Figfile{} \par
    label=’\Figlabel'{}
    \ifthenelse{\not \equal{\Figlabel}{}}
    {\ref{fig:\Figlabel}}{}
    ~ pos=`\Figpos'{}
    % non inserire: ~ width=’\Figwidth'{} ~ height=’\Figheight'{} NON funziona!
    ~ angle=`\Figangle{}’
    \ifKV@Fig@rotate rotate figure \else (no rotate)\fi {} \par
    shortcaption=`{\Figshortcaption}’ \par
    caption=`#2′ \mbox{} \\
    \ifthenelse{\equal{\Figmode}{horiz}}
    { Two figures; mode=\Figmode\ \FigfileL\ \FigfileR\ }{}
    \ifthenelse{\equal{\Figmode}{vert}}
    { Two figures; mode=\Figmode\ \FigfileUp\ \FigfileDw\ }{}
    }{}% end if \Debug
    % – end debug ——
    % — show figure
    \ifthenelse{\equal{\Figpos}{}}%
    {\begin{figure}} % pos not specified
    {\begin{figure}[\Figpos]}%
    \begin{center}
    \ifthenelse{\equal{\Figmode}{}}%
    {\GMincludeGraphics{\Figwidth}{\Figheight}{\Figangle}{\Figfile}}{}
    %
    \ifthenelse{\equal{\Figmode}{horiz}}%
    {%
    \begin{tabular}{@{}cc@{}}%
    \GMincludeGraphics{\FigwidthL}{\FigheightL}{\FigangleL}{\FigfileL}&%
    \GMincludeGraphics{\FigwidthR}{\FigheightR}{\FigangleR}{\FigfileR}\tabularnewline%
    \end{tabular}%\GMincludeGraphics{\Figwidth}{\Figheight}{\Figangle}{\Figfile}%
    }{}% end if horiz
    %
    \ifthenelse{\equal{\Figmode}{vert}}%
    {%
    \begin{tabular}{@{}c@{}}%
    \GMincludeGraphics{\FigwidthUp}{\FigheightUp}{\FigangleUp}{\FigfileUp}\tabularnewline%
    \GMincludeGraphics{\FigwidthDw}{\FigheightDw}{\FigangleDw}{\FigfileDw}\tabularnewline%
    \end{tabular}%
    }{}% end if vert
    %
    % includegraphics: \includegraphics[options]{\Figfile}
    % test combination of width/height equal to {} or something
    %—\caption
    \ifthenelse{\equal{\Figshortcaption}{}}
    {\caption{~#2}}
    {\caption[~\Figshortcaption]{#2}}
    %— \label{}
    \ifthenelse{\equal{\Figlabel}{}}%
    {}% skip label
    {\label{fig:\Figlabel}}% insert label
    \end{center}%
    \end{figure}%
    }% end \setkeys
    }% end \newcommand Figi

    % — end \Figure ———————————————————–

    % — end figure macros — — —
    % —————————————————————————–

    % —————————————————————————–
    % Cover definition
    %

    % —Interface—
    % the user may use invoke the following commands in order to define the author name,
    % the title, etc:
    %
    % \Author{} all cover types
    % \Title{
    } all cover
    % \Subtitle{
    } [work], thesis
    % \Date{
    } work, thesis
    % \Advisor{
    } tesi, phdthesis
    % \CoAdvisor{
    } [tesi]
    % \Course{
    } tesi
    % \PhDCourse{
    } phdthesis (ciclo dottorato)
    % \Director{
    } phdthesis
    %
    % then, the macro ‘\Cover’ actually prints the cover
    %
    %
    % — Internals:
    % 1. \GMcover holds the cover type definition,
    % it is defined by the ‘cover=‘ class option; possible values are:
    % nocover, work (elaborato) , tesina, thesis (tesi) thesis, phdthesis, user
    % when \GMcover=user, \GMcoverFile stores the name of an optional external file containing the
    % definition of the cover
    %
    % 2. the commands \Author{}, \Title{} modify corresponding macro \GMAuthor, \GMTitle, etc.
    % such commands stores useful strings
    %
    % 3. ‘elaborato’ is an alias for ‘work’; ‘elaborato’ is a deprecated value
    % the commands \Author{}, \Title{}
    %
    % — default values for various title fields
    % where this option is used [in brackets if optional]
    %

    %
    % — macro-key associated to user choiches ‘[]’ denotes a key optionally defined by user
    %
    \newcommand{\GMAuthor}{} % all
    \newcommand{\GMTitle}{} % all
    \newcommand{\GMSubtitle}{} % [work], thesis
    \newcommand{\GMDate}{\today} % elaborato, thesis
    \newcommand{\GMAdvisor}{} % tesi, phdthesis
    \newcommand{\GMCoAdvisor}{} % [tesi]
    \newcommand{\GMCourse}{} % tesi
    \newcommand{\GMphdCourse}{} % phdthesis
    \newcommand{\GMDirector}{} % phdthesis
    %
    % —user commands: they change the value of a corresponding macro-key
    %
    \newcommand{\Author}[1]{\renewcommand{\GMAuthor}{#1}}
    \newcommand{\Title}[1]{\renewcommand{\GMTitle}{#1}}
    \newcommand{\Subtitle}[1]{\renewcommand{\GMSubtitle}{#1}}
    \newcommand{\Date}[1]{\renewcommand{\GMDate}{#1}}
    \newcommand{\Advisor}[1]{\renewcommand{\GMAdvisor}{#1}}
    \newcommand{\CoAdvisor}[1]{\renewcommand{\GMCoAdvisor}{#1}}
    \newcommand{\Course}[1]{\renewcommand{\GMCourse}{#1}}
    \newcommand{\PhDCourse}[1]{\renewcommand{\GMphdCourse}{#1}} %CicloDottorato
    \newcommand{\Director}[1]{\renewcommand{\GMDirector}{#1}}
    %
    % e.g. the user modify \GMAuthor by invoking \Autor{new value}
    % othe class macros can use the value \GMAutor defined by the \Autor{} macro
    %

    % — defalt values for commands — — —
    % they may be re-defined by user
    \newcommand{\Cover}{}

    % the command \PageTitleEnd{} should be called at the end of page tile defintion,
    % just after ‘\end{pagetitle}’
    \newcommand{\CoverEnd}{%
    \renewcommand{\thepage}{}% % nessuna numerazione di pagina
    \ifthenelse{\equal{\GMforeignCover}{true}}%
    {\mbox{} \newpage \mbox{}} \newpage % 1^ e 2^ pagina bianca
    }%end \CoverEnd

    % —————————————————————————-
    % — userCover (cover=user, coverfile=)
    % —————————————————————————-
    \ifthenelse{\equal{\GMcover}{user}}
    {%
    \IfFileExists{\GMcoverFile}%
    { \renewcommand{\Cover}{\input{\GMcoverFile}} }%
    {% se file non trovato mostra warning se \Debug=false altrimenti attiva errore
    \ifthenelse{\equal{\GMDebug}{true}}
    {\ClassError{\className}{\GMcoverFile:{} file not found}{check if file exists or its permissions}}
    {\ClassWarning{\className}{\GMcoverFile:{} file not found, cover cannot be printed}%
    }%
    }%
    }%ifthenelse

    % — resolve aliases
    \ifthenelse{\equal{\GMcover}{elaborato}}{\renewcommand{\GMcover}{work}}{}
    \ifthenelse{\equal{\GMcover}{tesi}}{\renewcommand{\GMcover}{thesis}}{}

    %\ifthenelse{\equal{\GMcover}{elaborato}}{\renewcommand{\GMcover}{cdoc}}
    %\ifthenelse{\equal{\GMcover}{tesi}}{\renewcommand{\GMcover}{thesis}}

    % —————————————————————————-
    % — work
    % —————————————————————————-

    \ifthenelse{\equal{\GMcover}{work}}
    {% cover ‘elaborato’
    \renewcommand{\Cover}{%
    \begin{titlepage} %
    \begin{flushright}
    \mbox{}\vspace{3cm}\
    {\Huge \sf \bf \flushright
    \GMTitle\ % titolo
    }
    \rule[-1mm]{\textwidth}{2mm}\\
    {{\ifthenelse{\equal{\GMSubtitle}{}}
    { \mbox{}\\ }% sottotitolo vuoto
    { {\Large \sf \bf \GMSubtitle\ \\ }} % sottotitolo
    }}%
    \vspace{6cm}
    { {\Large \sf \GMAuthor{}\mbox{}\\}} % autore
    \end{flushright}
    \vspace{5cm}
    \begin{flushleft} {
    \large \sf \em
    \GMDate{}
    %{\includegraphics[width=1cm]{images/unipd-bn.eps} }
    }
    \end{flushleft}
    \end{titlepage} %
    \CoverEnd
    }%renewcommand
    }% endif

    % —————————————————————————-
    % — tesi
    % —————————————————————————-
    \ifthenelse{\equal{\GMcover}{thesis}}
    {%
    \renewcommand{\Cover}{%
    \begin{titlepage}
    \begin{center}
    \begin{figure}[h]
    \centering
    \includegraphics[width=3cm]{images/unipd-bn.eps}
    \end{figure}
    {\Large \bf Universit\`a degli Studi di Padova}\\
    \vspace{0.2cm}
    {\large Facolt\`a di Scienze MM. FF. NN.}\\
    \vspace{0.2cm}
    {\ifthenelse{\equal{\GMCourse}{}} {\mbox{}} {\GMCourse{} } }\\
    \vspace{2cm}
    {tesi di laurea\\
    %\vspace*{\stretch{1}}%
    \vspace{1cm}}
    {\Huge \bf \GMTitle{} }\\
    % sottotitolo
    \vspace{.5cm}
    {{\ifthenelse{\equal{\GMSubtitle}{}}
    { \mbox{}\\ }% sottotitolo vuoto
    { {\LARGE \sf \bf \GMSubtitle{} \\ }} % sottotitolo
    }}%
    %\vspace*{\stretch{2}}
    \end{center}
    \vspace{4cm}
    \begin{flushleft}
    \begin{tabular}{ll}
    {\bf Relatore:} & \GMAdvisor{}\\
    \ifthenelse{\equal{\GMCoAdvisor}{}} %
    {\mbox{} \tabularnewline }% \Cotutor vuoto
    {{\bf Correlatore: } & \GMCoAdvisor{} \tabularnewline }
    \end{tabular}
    \end{flushleft}
    \vspace{1cm}
    \begin{flushright}
    {\bf Laureando:} \GMAuthor{}
    \end{flushright}
    \vspace{1cm}
    \begin{center}
    {\small \GMDate{}}
    \end{center}%
    \end{titlepage}%
    \CoverEnd %
    }%renewcommand
    }% endif

    % —————————————————————————-
    % — tesina
    % —————————————————————————-
    \ifthenelse{\equal{\GMcover}{tesina}}
    {%
    \renewcommand{\Cover}{%
    \begin{titlepage}
    \begin{center}
    \begin{figure}[h]
    \centering
    \includegraphics[width=3cm]{images/unipd-bn.eps}
    \end{figure}
    {\Large \bf Universit\`a degli Studi di Padova}\\
    \vspace{0.2cm}
    {\large Facolt\`a di Ingegneria}\\
    \vspace{0.2cm}
    {\GMCourse{} }\\
    \vspace{2cm}
    {tesina\\
    %\vspace*{\stretch{1}}%
    \vspace{1cm}}
    {\Huge \bf \GMTitle{} }\\
    % sottotitolo
    \vspace{.5cm}
    {{\ifthenelse{\equal{\GMSubtitle}{}}
    { \mbox{}\\ }% sottotitolo vuoto
    { {\LARGE \sf \bf \GMSubtitle{} \\ }} % sottotitolo
    }}%
    %\vspace*{\stretch{2}}
    \end{center}
    \vspace{4cm}
    \begin{flushleft}
    \begin{tabular}{ll}
    {\bf Relatore:} & \GMAdvisor{}\\
    \ifthenelse{\equal{\GMCoAdvisor}{}} %
    {\mbox{} \tabularnewline }% \Cotutor vuoto
    {{\bf Correlatore: } & \GMCoAdvisor{} \tabularnewline }
    \end{tabular}
    \end{flushleft}
    \vspace{1cm}
    \begin{flushright}
    {\bf Laureando:} \GMAuthor{}
    \end{flushright}
    \vspace{1cm}
    \begin{center}
    {\small \Date{}}
    \end{center}
    \end{titlepage}
    \CoverEnd
    }%renewcommand
    }%endif

    % —————————————————————————-
    % — phdthesis
    % —————————————————————————-
    \ifthenelse{\equal{\GMcover}{phdthesis}}
    {%
    \renewcommand{\Cover}{%
    \begin{titlepage}
    \begin{center}
    \begin{figure}[h]
    \centering
    \includegraphics[width=3cm]{images/unipd-bn.eps}
    \end{figure}
    {\Large \bf Universit\`a degli Studi di Padova}\\
    \vspace{0.2cm}
    {\large Dipartimento di Ingegneria dell’Informazione}\\
    \vspace{0.2cm}
    {Scuola di Dottorato in Ingegneria dell’Informazione}\\

    {\GMphdCourse{}}\\
    \vspace{2.5cm}
    \end{center}
    \begin{flushright}
    {Ph.D thesis}
    %\rule[1mm]{\textwidth}{1mm}\\
    \end{flushright}

    \begin{center}
    {\LARGE \bf \GMTitle{} }\\
    \end{center}

    \vspace{2.5cm}
    \begin{flushleft}
    \begin{tabular}{ll}
    {\bf Director:} & \GMDirector{}\\
    & \\
    {\bf Advisor:} & \GMAdvisor{} \\
    \ifthenelse{\equal{\GMCoAdvisor}{}} %
    {\mbox{} \tabularnewline }% \Cotutor vuoto
    {{\bf Coadvisor: } & \GMCoAdvisor{} \tabularnewline }
    \end{tabular}
    \end{flushleft}
    \vspace{1cm}
    \begin{flushright}
    {\bf ph.D student:} \GMAuthor{}
    \end{flushright}
    \vspace{1cm}
    \begin{center}
    {\small \GMDate{}}
    \end{center}
    \end{titlepage} %end title
    \CoverEnd
    }%renewcommand
    }%endif

    % — end cover — — —

    % ————————————————————————
    % — debug macros

    \newcommand{\GMclassVarTable}%
    {
    \begin{table}
    \begin{tabular}{lll}
    \hline
    class option & var name & value\\
    \hline \\[-7pt]
    \emph{read only variables} \\[3pt]
    booktype & \tCode{\textbackslash{}GMbookType} & \GMbookType \\
    encoding & \tCode{\textbackslash{}GMfileEncoding} & \GMfileEncoding \\
    font size & \tCode{\textbackslash{}GMfontsize} (test) & \GMfontsize \\
    font length & \tCode{\textbackslash{}Gmfontlength} (length) & \the\GMfontlength \\
    language & \tCode{\textbackslash{}GMlanguage} & \GMlanguage \\
    cover type & \tCode{\textbackslash{}GMcover} & \GMcover \\
    cover file & \tCode{\textbackslash{}GMcoverFile} & \GMcoverFile \\
    foreign cover & \tCode{\textbackslash{}GMforeignCover} & \GMforeignCover \\
    document status & \tCode{\textbackslash{}GMdocumentStatus} & \GMdocumentStatus \\
    user commands & \tCode{\textbackslash{}GMusercmd} & \GMusercmd \\
    \hline \\[-7pt]
    \emph{global variables} \\[2pt]
    & \tCode{\textbackslash{}className} & \className \\
    & \tCode{\textbackslash{}classVersion} & \classVersion \\& \tCode{\textbackslash{}GMDebug} & \GMDebug \\
    & \tCode{\textbackslash{}GMDraft} & \GMDraft \\
    & \tCode{\textbackslash{}GMSecret} & \GMSecret \\
    \hline
    \end{tabular}
    \caption[~\emph{debug}: class variables]{Class variables.}\label{tab:tabvar}
    \end{table}

    }

    \newcommand{\ShowDebugInfo}{%
    \ifthenelse{\equal{\GMDebug}{true}}%
    {% if
    \clearpage
    \chapter*{Debug Information}

    This chapter has been added by the class \tCode{\className} for debug purposes.
    Moreover, margin text alongside the whole document highlights the usage of the macro \tCode{\textbackslash{}Index}, while text defined by using the \tCode{\textbackslash{}tAltSecret} or \tCode{\textbackslash{}tAltSecret} macros will be in any case displayed.\par
    All debug information will be no longer displayed by loading this class without the option
    \tCode{status=debug}.\\

    \section*{Debug information}
    \noindent The table \ref{tab:tabvar} shows, variables defined by class \tCode{\className{}} (ver.\classVersion).\\

    \GMclassVarTable

    \clearpage
    }%end if
    }% \ShowDebugInfo

    % ————————————————————————
    %
    \AtEndDocument{\ifthenelse{\equal{\GMDebug}{true}}{ \ShowDebugInfo } }% \AtEndDocument

    % ————————————————————————
    %
    \AtEndOfClass{%
    \InputIfFileExists{\GMusercmd}{}
    {% file not found
    \ifthenelse{\equal{\GMDebug}{true}}
    {\ClassError{\className}{\GMusercmd:{} file not found}{check if file exists or its permissions}}
    {\ClassWarning{\className}{\GMusercmd:{} file not found, cover cannot be printed} }
    } %end ‘file not found’
    } %\AtEndOfClass
    % ————————————————————————
    %
    %
    % ————————————————————————
    % memento:
    % \newcommand{nome}[parms num.]{def}
    % \newenvironment{nome}[parms num.]{before}{after}
    %
    % altro promemoria
    % \newcommand{\Index}[2]{\index{#1} \ifthenelse{\lengthtest{#2}>0}{ index #1 (#2) }{}}
    % ————————————————————————
    % \newcommand{\x}{}
    % \newcommand{\x}[1]{\renewcommand{\GMx}{#1}}
    %

Visualizzazione 14 filoni di risposte
  • Autore
    Risposte
    • #65977
      Up
      0
      Down
      ::


      La prima cosa da fare è mantenere la calma. Immagino che il problema sia qui:

      `\documentclass[status=draft, cover=thesis, fontsize=12pt]{gmeepd}`

      Togli l’opzione status=draft

      Non conosco la classe gmeepd

      Ciao
      Ivan

      Dimenticavo: benvenuto!

    • #65978
      Up
      0
      Down
      ::


      provato, ma ancora niente disegni…

    • #65979
      Up
      0
      Down
      ::

      sergiastro” post=65020provato, ma ancora niente disegni…

      Devi proprio usare quella classe? Se la risposta è no, allora creati un nuovo documento con una classe standard (book, per esempio).
      Per motivi a me ignoti, gli autori hanno passato l’opzione dvips a graphicx e impostato alcuni comandi per convertire al volo il formato delle immagini
      `% — some useful graphixs rules
      \DeclareGraphicsRule{.gif}{eps}{.gif.bb}{`convert #1 -monochrome 'eps:-' }
      \DeclareGraphicsRule{.jpg}{eps}{.jpg.bb}{`convert #1 'eps:-' }
      \DeclareGraphicsRule{.png}{eps}{.png.bb}{`convert #1 'eps:-' }
      \DeclareGraphicsRule{.bmp}{eps}{.bmp.bb}{`convert #1 'eps:-' }
      \DeclareGraphicsRule{.pdf}{eps}{.pdf.bb}{`convert #1 'eps:-' }`
      Se le commenti probabilmente la compilazione andrà a buon fine. Tuttavia la classe è contorta e non ti so dire a cosa sia dovuto l’errore.
      Quei comandi non vanno mai usati. A maggior ragione oggi che TeX Live compila con pdflatex direttamente usando file .ps ed .eps.
      Così com’è la classe non permette l’inserimento di immagini .pdf 😯

      Ciao
      Ivan

    • #65980
      Up
      0
      Down
      ::


      ho provato a commentarle (anteponendo % intendi?) e compila come prima, ma senza le immagini…:?

    • #65981
      Up
      0
      Down
      ::


      Rispondi alla domanda di Ivan prima di tutto! È per il tuo bene!

      Perché usi gmeepd? Se ti stai basando su questo “guida”
      (http://www.dei.unipd.it/~mat/docs/guidaDocumentiEstesi.pdf)
      ti prego buttala!

      Ciao ciao.
      Fra

    • #65982
      Up
      0
      Down
      ::


      Perche’ e’ il template precompilato dell’universita’ di Padova.
      Pero’ ho trovato anche questo

      \documentclass[a4paper, 12pt, twoside, openright]{book}
      \usepackage[english]{babel}
      \usepackage[T1]{fontenc}
      \usepackage[latin1]{inputenc}
      \usepackage{fancyhdr}
      \usepackage{float}
      \usepackage{graphicx}
      \usepackage{wrapfig}
      %—————————— colors
      \usepackage[usenames,dvipsnames,table]{xcolor} % use colors on table and more
      \definecolor{333}{RGB}{51, 51, 51} % define custom color
      %—————————— source code
      \usepackage{listings}
      \lstset{
      basicstyle=\footnotesize\sffamily,
      commentstyle=\itshape\color{gray},
      captionpos=b,
      frame=shadowbox,
      language=HTML,
      rulesepcolor=\color{333},
      tabsize=2
      }
      %—————————— define Abstract environment, missing in the ‘book’ class
      \newenvironment{abstract}{\cleardoublepage \null \vfill \begin{center}\bfseries\abstractname \end{center}}{\vfill\null}
      \addto\captionsenglish{\renewcommand*\abstractname{Sommario}} % change Abstract title
      %—————————— active url
      \usepackage{url}
      \renewcommand{\UrlFont}{\color{black}\small\ttfamily}
      \usepackage[colorlinks=true, linkcolor=black, citecolor=black, urlcolor=black]{hyperref} % active ref
      %—————————— macros
      \newcommand{\sectionname}{Section} % define Section ref
      \newcommand{\subsectionname}{Sub-section} % define Sub-section ref
      \renewcommand*\arraystretch{1.4} % tables padding

      \begin{document}
      \frontmatter

      \begin{titlepage} %—————————— TITLE PAGE
      \begin{center}
      \vbox to0pt{\vbox to\textheight{\vfill \includegraphics[width=11.5cm]{images/unipd-light} \vfill}\vss}

      \hspace{0.5cm}
      \begin{minipage}{.20\textwidth}
      \includegraphics[height=2.5cm]{images/unipd-bn}
      \end{minipage}\begin{minipage}{.90\textwidth}
      \begin{table}[H]
      \begin{tabular}{l}
      \scshape{\Large{\bfseries{Universit� degli Studi di Padova}}} \\
      \hline \\
      \scshape{\Large{Facolt� di …}} \\
      \end{tabular}
      \end{table}
      \end{minipage}

      \vspace{1cm}
      \emph{\Large{Corso~di~Laurea~in~…}} \\
      \vspace{1.5cm}
      \scshape{\Large{\bfseries{Thesis title}}} \\
      \vspace{0.2cm} \linespread{1} \scshape{\large{\bfseries{(subtitle)}}}
      \end{center}

      \vfill
      \begin{normalsize}
      \begin{flushleft}
      \hspace{45pt} \textit{Laureando} \hspace{160pt} \textit{Relatore}\\
      \vspace{5pt}
      \hspace{30pt} \large{\textbf{nome cognome}} \hspace{70pt} \large{\textbf{Prof. nome cognome}}\\
      \vspace{10pt}
      \hspace{260pt} \normalsize{\textit{Co-relatore}}\\
      \vspace{5pt}
      \hspace{240pt} \large{\textbf{nome cognome}}
      \end{flushleft}
      \end{normalsize}

      \vfill
      \begin{center}
      \hspace{-0.2cm}
      \line(1, 0){360}

      \textsc{Anno Accademico 20nn/20nn}
      \end{center}
      \end{titlepage}

      \cleardoublepage % make left page blank
      \thispagestyle{empty} %—————————— DEDICA

      \null
      \vspace{2cm}
      \begin{flushright}
      A …
      \end{flushright}
      \vfill

      \begin{quote}
      Quote

      \textit{Author}
      \end{quote}
      \vfill
      \null

      \begingroup %—————————— CONTENTS
      \makeatletter
      \let\ps@plain\ps@empty
      \makeatother
      \tableofcontents
      \clearpage
      \endgroup

      \begin{abstract} %—————————— ABSTRACT
      \markboth{}{} % remove header
      \thispagestyle{empty}
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras mattis tincidunt ligula. Duis ante neque, convallis vel vulputate vel, dignissim vel enim. Proin et iaculis libero. Aliquam erat volutpat. Cras ac purus non ante ultricies scelerisque. Donec lobortis lorem imperdiet leo consequat nec iaculis velit adipiscing. Curabitur nec gravida neque. Nunc vel dui vitae ante dapibus sagittis ac non libero. Suspendisse gravida commodo arcu bibendum luctus. Nam placerat pharetra massa, aliquam rutrum arcu fermentum nec. In non ultrices ante. Pellentesque pretium, felis ac mattis condimentum, dui massa ultricies nisl, hendrerit malesuada magna risus eget dolor. Pellentesque lobortis eleifend nibh, sed gravida sem fringilla eget. Proin pretium, arcu in ornare pellentesque, elit ante faucibus sem, at convallis eros ante ut velit. Donec ornare erat non diam tristique vitae congue nulla commodo. Proin fermentum fringilla mattis. Pellentesque ut dolor hendrerit tellus tincidunt egestas at sit amet velit.
      \end{abstract}

      \mainmatter

      \chapter{Introduction} %—————————— INTRODUCTION
      \thispagestyle{empty}

      Integer nisl arcu, faucibus sed sollicitudin eu, luctus vitae quam. Phasellus pharetra egestas mi eget dignissim. Aenean ut neque at arcu semper pretium at ut erat. Morbi et mauris quis ipsum molestie ullamcorper ac ut lorem. Nunc scelerisque interdum sem at pulvinar. Sed aliquam, erat eget posuere sagittis, velit nulla malesuada est, vel eleifend neque est eget urna. Aenean venenatis sem ut enim commodo vitae ultrices diam euismod. Suspendisse potenti. Vivamus volutpat posuere leo, et sodales dolor sodales sed. Pellentesque dignissim porttitor massa quis consequat. Nam id enim sit amet velit mattis cursus eu non tellus. Donec sagittis accumsan mauris nec hendrerit. Morbi est ipsum, ultrices quis viverra id, vestibulum id velit. Morbi dignissim nisl eu turpis tristique aliquam. Integer sed luctus nulla. Nullam purus enim, ornare vel sollicitudin a, lobortis eget leo. Mauris et elit ac justo aliquam mattis nec vitae sem. Maecenas eleifend, dolor et pretium mattis, augue sem gravida justo, a convallis neque ipsum in sem. Ut sagittis, tortor sit amet hendrerit sollicitudin, erat ipsum elementum lacus, et gravida risus magna vel nulla.

      \chapter{Chapter title} %—————————— CHAPTER TITLE
      \thispagestyle{empty}

      \section{Section title}
      Sed varius rhoncus libero a consequat. Cras facilisis magna eget tellus laoreet sit amet mattis nulla posuere. Nullam magna est, porta a feugiat quis, mollis vel urna. Nunc ante dolor, pretium eget laoreet in, tincidunt vitae ipsum. Nulla et diam risus. Ut auctor auctor vestibulum. Vestibulum vitae turpis sit amet lacus pulvinar dictum laoreet vitae enim. Aliquam erat volutpat. Aliquam ultricies posuere sem, ac mollis nunc interdum in. Vivamus tempor felis a tellus volutpat ut elementum lorem congue. Proin purus tortor, ultricies vitae viverra non, feugiat ac felis. Fusce condimentum dignissim volutpat. Proin quis augue ac tortor mollis congue at et magna. Nullam a velit est, nec ultrices justo (\seename\ \figurename~\ref{unipd-logo}).

      \begin{figure}[ht]
      \centering
      \includegraphics[height=6cm]{images/unipd-light}
      \caption{Image caption}\label{unipd-logo}
      \end{figure}

      \subsection{Sub-section title}
      \begin{wrapfigure}{r}{3cm}
      \vspace{-20pt}
      \begin{center}
      \includegraphics[width=2cm]{images/unipd-bn}
      \end{center}
      \vspace{-10pt}
      \end{wrapfigure}

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas (\seename\ \lstlistingname~\ref{listing01}). Suspendisse arcu magna, faucibus ut tincidunt non, ultrices ut turpis. Nullam tristique vehicula massa, id commodo orci sollicitudin vel. Donec nibh ante, ultrices non facilisis sed, mattis id ligula. Sed sed orci sit amet nulla egestas gravida. Suspendisse laoreet, massa vel sagittis gravida, lectus ligula feugiat risus, a aliquam dolor eros ac orci. Nulla egestas tortor quis nunc scelerisque sed tincidunt massa scelerisque. Pellentesque vulputate pharetra lectus, vitae ultricies nisi luctus eu. Nam congue dui eu quam euismod vitae fermentum sem vehicula. Etiam ac leo id nisi placerat posuere. Curabitur mattis augue eget dolor tempus accumsan consequat diam imperdiet. Sed tristique orci id lacus vulputate rhoncus. Morbi tincidunt ante sed turpis luctus tincidunt et sit amet augue. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nunc viverra urna non libero sodales euismod et eleifend sapien. Donec aliquet risus non massa dignissim sollicitudin. Integer a ligula eros. Morbi et lacinia augue~\cite{bookname}.

      \begin{lstlisting}

      Pellentesque ac tortor eget eros iaculis euismod
      vitae vitae augue.


      \end{lstlisting}

      \backmatter

      \begingroup %—————————— BIBLIOGRAPHY
      \makeatletter
      \let\ps@plain\ps@empty
      \makeatother
      \bibliography{template-thesis}
      \addcontentsline{toc}{chapter}{Bibliography}
      \bibliographystyle{ieeetr} % sort in order of appearance
      \endgroup
      \end{document}

      Il problema con questo pero’ e’ che inserendo corpo del testo, formule ecc…mi da’ un sacco di errori…

    • #65983
      Up
      0
      Down
      ::


      Volendo lo rifarei anche da zero, ma non so come fare, l’ho preso gia’ fatto.
      L’unico vincolo sono le informaizoni sulla spaziatura e interlinea del template, logo ecc…poi posso farla come voglio.

      Le parti della tesi sono:

      Citazione iniziale
      Introduzione
      Capitoli e sottocapitoli vari

    • #65984
      Up
      0
      Down
      ::


      Ma questo template forse e’ per linux, perche’ con myktex non va.
      Funziona solo il frontespizio che e’ perfetto e mi piacerebbe averlo cosi’ e l’introduzione con citazione.

    • #65985
      Up
      0
      Down
      ::

      Ma questo template forse e’ per linux, perche’ con myktex non va.
      Funziona solo il frontespizio che e’ perfetto e mi piacerebbe averlo cosi’ e l’introduzione con citazione.

      Guarda che non esistono template per linux e altri per windows. Tutte le classi funzionano su qualsiasi sistema operativo, anche mac. Il problema credo sia la classe che usi: tutto lì. Considera che puoi utilizzare anche altre classi e riprodurre lo stesso frontespizio che vuoi tu: magari con book, specialmente se è la prima volta che usi LaTeX, avrai meno problemi.

      Ciao
      Claudio

    • #65986
      OldClaudio
      Partecipante
        Up
        0
        Down
        ::


        “Mi dà un sacco di errori” non dice molto. Che genere di errori? scatole troppo piene o troppo vuote? missing fonts?
        Che distribuzione di TeX usi? MiKTeX? che versione? è completa? o basic?

        Scrivi davvero in inglese?, se sì, perché nonostante l’annotazione lasci scritto Sommario come titolo dell’abstract?

        hyperref definisce anche i comandi per linkare gli url e non c’è bisogno di chiamare il pacchetto url. E gli url in \small\ttfamily non sono così attraenti.

        Nello stesso modo chi ha scritto questo modello ti documento e ha definito il colore 333 non aveva le idee chiare, specialmente avendo caricato il pacchetto xcolor; se almeno avesse chiamato quel colore grigioscuro, si capirebbe molto meglio che con il nome 333…

        Quali sono le specifiche di spaziatura, interlinea e logo?

      • #65987
        Up
        0
        Down
        ::


        Allora, a costo di sembrare pedante non ho la piu’ pallida idea di cosa tu stia parlando…facciamo cosi’, partiamo da zero.
        Che pacchetti devo usare per fare una tesi?
        che classe?book?

        Le formule vanno bene cosi’?

        \begin{equation}
        \Delta z=N b w \left(\frac{V_e}{l}\right)^2
        \label{stroke delta z}
        \end{equation}

        e le immagini?

        \begin{figure}[h!tb]
        \centering
        \includegraphics[scale=1]{images/PMN.eps}
        \caption{Risposta di un tipico PMN in funzione del campo magnetico applicato}
        \label{risposta PMN}
        \end{figure}

        Vorrei provare a fare un documento semplice per vedere se va e si vedono le immagini.
        come devo fare?

        Mi serve proprio da zero:

        scrivi \documentclass blablabla
        scrivi \usepackage{primo pacchetto} %{a che serve?}
        scrivi \usepackage{secondo pacchetto pacchetto} %{a che serve?}

        ecc…

      • #65988
        Up
        0
        Down
        ::

        sergiastro” post=65057Allora, a costo di sembrare pedante non ho la piu’ pallida idea di cosa tu stia parlando…facciamo cosi’, partiamo da zero.
        Che pacchetti devo usare per fare una tesi?
        che classe?book?

        Le formule vanno bene cosi’?

        \begin{equation}
        \Delta z=N b w \left(\frac{V_e}{l}\right)^2
        \label{stroke delta z}
        \end{equation}

        e le immagini?

        \begin{figure}[h!tb]
        \centering
        \includegraphics[scale=1]{images/PMN.eps}
        \caption{Risposta di un tipico PMN in funzione del campo magnetico applicato}
        \label{risposta PMN}
        \end{figure}

        Vorrei provare a fare un documento semplice per vedere se va e si vedono le immagini.
        come devo fare?

        Mi serve proprio da zero:

        scrivi \documentclass blablabla
        scrivi \usepackage{primo pacchetto} %{a che serve?}
        scrivi \usepackage{secondo pacchetto pacchetto} %{a che serve?}

        ecc…

        Ciao,

        io ti consiglierei di provare la classe book e caricare pochi pacchetti (noti, non caricarli tanto per…): il punto è che prendere cose a scatola chiusa, come le classi che hai scelto, a volte non ti permette di fare prima.

        Per fare la prova se le immagini si vedono, prova con questo documento minimo:

        `
        \documentclass[11pt,a4paper]{book}
        \usepackage[T1]{fontenc} % codifica uscita
        \usepackage[utf8]{inputenc} % codifica ingresso-lettere accentate
        \usepackage[english]{babel} % lingua
        \usepackage{amsmath, amssymb, amscd} % matematica
        \usepackage{graphicx} % colori, includere immagini, fare rotazioni al testo
        \usepackage[pdfauthor={nome-autore},pdfpagelabels,plainpages=false,colorlinks=true,hyperindex=true]{hyperref} %riferimenti ipertestuali
        \begin{document}

        … tua tesi …

        \end{document}
        `

        Per le immagini… le inserisci in .eps perchè le hai già così oppure le converti apposta? Secondo me è più comodo inserirle direttamente in .jpg, .png etc..

        Ciao
        Claudio

      • #65989
        Up
        0
        Down
        ::


        Ciao.
        Allora, si vedeono, ma aono tutte tagliate e vanno fuori dal bordo del pdf.
        Ma mi da’ dei problemi per altre immagini che dice non essere presenti anche se ci sono nella cartella…

      • #65990
        OldClaudio
        Partecipante
          Up
          0
          Down
          ::


          Devi accertarti che il bounding box abbia le dimensioni giuste che corrispondono al rettangolo circoscritto al disegno vero e prorpio; se si trattasse di immagine pdf, basterebbe che tu usassi il comando da terminale pdfcrop che te le scontorna perfettamante. se invece le hai in formato eps dovresti usare gview, l’interfaccia grafica di ghostscript, di cui forse già disponi, e poi usi il mouse per definire ilbounding box e rislavare l’immagine in formato eps, ma, visto che ci sei, gview ti può salvare anche in formato pdf.

          Poi naturalmente importi le immagini nel file specificando fra le opzioni di \includegraphics la larghezza opportuna, in genere non superiore al 70% o 80% della larghezze del testo.

        • #65991
          Up
          0
          Down
          ::


          allora, facciamo così.
          Io ho il mio file, quello iniziale.
          Tengo quello per il momento perche’ funziona.
          Lo compilo e va tutto ok.
          Il main lod e’:

          This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.3.26) 13 NOV 2011 20:09
          entering extended mode
          **C:/Documents*and*Settings/Amministratore/Desktop/tesi*pc/tesi/mia*tesi/latex/
          latex*funge*backup*13*novembre*2011/main.tex

          (“C:/Documents and Settings/Amministratore/Desktop/tesi pc/tesi/mia tesi/latex/
          latex funge backup 13 novembre 2011/main.tex”
          LaTeX2e <2009/09/24>
          Babel and hyphenation patterns for english, dumylang, nohyphenation, ge
          rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, italian, load
          ed.

          (“C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\
          latex funge backup 13 novembre 2011\gmeepd.cls”
          Document Class: gmeepd 2009/11/11; complex documents (thesis, books, course mat
          erial…) – ver.1.3
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\ifthen.sty”
          Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\tools\calc.sty”
          Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
          \calc@Acount=\count79
          \calc@Bcount=\count80
          \calc@Adimen=\dimen102
          \calc@Bdimen=\dimen103
          \calc@Askip=\skip41
          \calc@Bskip=\skip42
          LaTeX Info: Redefining \setlength on input line 76.
          LaTeX Info: Redefining \addtolength on input line 77.
          \calc@Ccount=\count81
          \calc@Cskip=\skip43
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\xkeyval\xkeyval.sty”
          Package: xkeyval 2008/08/13 v2.6a package option processing (HA)

          (“C:\Programmi\MiKTeX 2.8\tex\generic\xkeyval\xkeyval.tex”
          \XKV@toks=\toks14
          \XKV@tempa@toks=\toks15
          \XKV@depth=\count82
          File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)

          (“C:\Programmi\MiKTeX 2.8\tex\generic\xkeyval\keyval.tex”)))
          \GMfontlength=\skip44

          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\book.cls”
          Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\bk12.clo”
          File: bk12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
          )
          \c@part=\count83
          \c@chapter=\count84
          \c@section=\count85
          \c@subsection=\count86
          \c@subsubsection=\count87
          \c@paragraph=\count88
          \c@subparagraph=\count89
          \c@figure=\count90
          \c@table=\count91
          \abovecaptionskip=\skip45
          \belowcaptionskip=\skip46
          \bibindent=\dimen104
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\geometry\geometry.sty”
          Package: geometry 2008/12/21 v4.2 Page Geometry

          (“C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\ifpdf.sty”
          Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
          Package ifpdf Info: pdfTeX in pdf mode detected.
          )
          (“C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\ifvtex.sty”
          Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
          Package ifvtex Info: VTeX not detected.
          )
          \Gm@cnth=\count92
          \Gm@cntv=\count93
          \c@Gm@tempcnt=\count94
          \Gm@bindingoffset=\dimen105
          \Gm@wd@mp=\dimen106
          \Gm@odd@mp=\dimen107
          \Gm@even@mp=\dimen108
          \Gm@dimlist=\toks16

          (“C:\Programmi\MiKTeX 2.8\tex\latex\geometry\geometry.cfg”))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\ccaption\ccaption.sty”
          Package: ccaption 2009/09/02 v3.2b Extended captioning and new floats
          \@contcwidth=\skip47
          \@contindw=\skip48
          \abovelegendskip=\skip49
          \belowlegendskip=\skip50
          \c@@contsubnum=\count95
          \c@newflo@tctr=\count96
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\lastpage\lastpage.sty”
          Package: lastpage 1994/06/25 v0.1b LaTeX2e package for refs to last page number
          (JPG)
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\fancyhdr\fancyhdr.sty”
          \fancy@headwidth=\skip51
          \f@ncyO@elh=\skip52
          \f@ncyO@erh=\skip53
          \f@ncyO@olh=\skip54
          \f@ncyO@orh=\skip55
          \f@ncyO@elf=\skip56
          \f@ncyO@erf=\skip57
          \f@ncyO@olf=\skip58
          \f@ncyO@orf=\skip59
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\inputenc.sty”
          Package: inputenc 2008/03/30 v1.1d Input encoding file
          \inpenc@prehook=\toks17
          \inpenc@posthook=\toks18

          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\latin1.def”
          File: latin1.def 2008/03/30 v1.1d Input encoding file
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\fontenc.sty”
          Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\t1enc.def”
          File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
          LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\generic\babel\babel.sty”
          Package: babel 2008/07/06 v3.8l The Babel package

          *************************************
          * Local config file bblopts.cfg used
          *
          (“C:\Programmi\MiKTeX 2.8\tex\latex\00miktex\bblopts.cfg”
          File: bblopts.cfg 2006/07/31 v1.0 MiKTeX ‘babel’ configuration
          )
          (“C:\Programmi\MiKTeX 2.8\tex\generic\babel\english.ldf”
          Language: english 2005/03/30 v3.3o English support from the babel system

          (“C:\Programmi\MiKTeX 2.8\tex\generic\babel\babel.def”
          File: babel.def 2008/07/06 v3.8l Babel common definitions
          \babel@savecnt=\count97
          \U@D=\dimen109
          )
          \l@canadian = a dialect from \language\l@american
          \l@australian = a dialect from \language\l@british
          \l@newzealand = a dialect from \language\l@british
          )
          (“C:\Programmi\MiKTeX 2.8\tex\generic\babel\italian.ldf”
          Language: italian 2008/03/14 v1.2t Italian support from the babel system
          Package babel Info: Making ” an active character on input line 94.
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\amsfonts\amssymb.sty”
          Package: amssymb 2009/06/22 v3.00

          (“C:\Programmi\MiKTeX 2.8\tex\latex\amsfonts\amsfonts.sty”
          Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
          \@emptytoks=\toks19
          \symAMSa=\mathgroup4
          \symAMSb=\mathgroup5
          LaTeX Font Info: Overwriting math alphabet `\mathfrak’ in version `bold’
          (Font) U/euf/m/n –> U/euf/b/n on input line 96.
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\textcomp.sty”
          Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
          Package textcomp Info: Sub-encoding information:
          (textcomp) 5 = only ISO-Adobe without \textcurrency
          (textcomp) 4 = 5 + \texteuro
          (textcomp) 3 = 4 + \textohm
          (textcomp) 2 = 3 + \textestimated + \textcurrency
          (textcomp) 1 = TS1 – \textcircled – \t
          (textcomp) 0 = TS1 (full)
          (textcomp) Font families with sub-encoding setting implement
          (textcomp) only a restricted character set as indicated.
          (textcomp) Family ‘?’ is the default used for unknown fonts.
          (textcomp) See the documentation for details.
          Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\ts1enc.def”
          File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
          )
          LaTeX Info: Redefining \oldstylenums on input line 266.
          Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
          Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
          Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
          Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
          Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
          Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
          Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
          Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
          Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
          Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
          Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
          Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
          Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
          Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
          Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
          Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
          Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
          Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
          Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
          Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
          Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
          Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
          Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
          Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

          Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
          Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
          Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
          Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
          Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
          Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
          Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
          Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
          Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
          Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
          Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
          Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
          Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
          Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
          Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
          Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
          Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
          Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
          Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
          Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
          Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
          Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\psnfss\pifont.sty”
          Package: pifont 2005/04/12 PSNFSS-v9.2a Pi font support (SPQR)
          LaTeX Font Info: Try loading font information for U+pzd on input line 63.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\psnfss\upzd.fd”
          File: upzd.fd 2001/06/04 font definitions for U/pzd.
          )
          LaTeX Font Info: Try loading font information for U+psy on input line 64.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\psnfss\upsy.fd”
          File: upsy.fd 2001/06/04 font definitions for U/psy.
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\marvosym\marvosym.sty”
          Package: marvosym 2006/05/11 v2.1 Martin Vogel’s Symbols font definitions
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\wasysym\wasysym.sty”
          Package: wasysym 2003/10/30 v2.0 Wasy-2 symbol support package
          \symwasy=\mathgroup6
          LaTeX Font Info: Overwriting symbol font `wasy’ in version `bold’
          (Font) U/wasy/m/n –> U/wasy/b/n on input line 90.
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\ams\math\amsmath.sty”
          Package: amsmath 2000/07/18 v2.13 AMS math features
          \@mathmargin=\skip60

          For additional information on amsmath, use the `?’ option.
          (“C:\Programmi\MiKTeX 2.8\tex\latex\ams\math\amstext.sty”
          Package: amstext 2000/06/29 v2.01

          (“C:\Programmi\MiKTeX 2.8\tex\latex\ams\math\amsgen.sty”
          File: amsgen.sty 1999/11/30 v2.0
          \@emptytoks=\toks20
          \ex@=\dimen110
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\ams\math\amsbsy.sty”
          Package: amsbsy 1999/11/29 v1.2d
          \pmbraise@=\dimen111
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\ams\math\amsopn.sty”
          Package: amsopn 1999/12/14 v2.01 operator names
          )
          \inf@bad=\count98
          LaTeX Info: Redefining \frac on input line 211.
          \uproot@=\count99
          \leftroot@=\count100
          LaTeX Info: Redefining \overline on input line 307.
          \classnum@=\count101
          \DOTSCASE@=\count102
          LaTeX Info: Redefining \ldots on input line 379.
          LaTeX Info: Redefining \dots on input line 382.
          LaTeX Info: Redefining \cdots on input line 467.
          \Mathstrutbox@=\box26
          \strutbox@=\box27
          \big@size=\dimen112
          LaTeX Font Info: Redeclaring font encoding OML on input line 567.
          LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
          \macc@depth=\count103
          \c@MaxMatrixCols=\count104
          \dotsspace@=\muskip10
          \c@parentequation=\count105
          \dspbrk@lvl=\count106
          \tag@help=\toks21
          \row@=\count107
          \column@=\count108
          \maxfields@=\count109
          \andhelp@=\toks22
          \eqnshift@=\dimen113
          \alignsep@=\dimen114
          \tagshift@=\dimen115
          \tagwidth@=\dimen116
          \totwidth@=\dimen117
          \lineht@=\dimen118
          \@envbody=\toks23
          \multlinegap=\skip61
          \multlinetaggap=\skip62
          \mathdisplay@stack=\toks24
          LaTeX Info: Redefining \[ on input line 2666.
          LaTeX Info: Redefining \] on input line 2667.
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\base\makeidx.sty”
          Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\graphics\graphicx.sty”
          Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

          (“C:\Programmi\MiKTeX 2.8\tex\latex\graphics\graphics.sty”
          Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

          (“C:\Programmi\MiKTeX 2.8\tex\latex\graphics\trig.sty”
          Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\00miktex\graphics.cfg”
          File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
          )
          Package graphics Info: Driver file: dvips.def on input line 91.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\graphics\dvips.def”
          File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
          ))
          \Gin@req@height=\dimen119
          \Gin@req@width=\dimen120
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\psfrag\psfrag.sty”
          Package: psfrag 1998/04/11 v3.04 PSfrag (MCG)
          \pfg@pcount=\count110
          \pfg@scount=\count111
          \pfg@temp=\write3
          )
          (“C:\Programmi\MiKTeX 2.8\tex\latex\graphics\color.sty”
          Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)

          (“C:\Programmi\MiKTeX 2.8\tex\latex\00miktex\color.cfg”
          File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
          )
          Package color Info: Driver file: pdftex.def on input line 130.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\pdftex-def\pdftex.def”
          File: pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX
          \Gread@gobject=\count112
          ))
          (“C:\Programmi\MiKTeX 2.8\tex\latex\eepic\eepic.sty”
          Extension to Epic and LaTeX. Version 1.1e – Released Dec 21, 1999
          \@gphlinewidth=\count113
          \@eepictcnt=\count114
          \@tempdimc=\dimen121
          \maxovaldiam=\dimen122
          \@filltype=\box28
          ) (“C:\Programmi\MiKTeX 2.8\tex\latex\overpic\overpic.sty”
          Package: overpic 1999/07/04 v0.52 Overwriting eps pictures

          Package: overpic v0.52 <1999/07/04> (RN)
          (“C:\Programmi\MiKTeX 2.8\tex\latex\eepic\epic.sty”
          Enhancements to Picture Environment. Version 1.2 – Released June 1, 1986
          \@@multicnt=\count115
          \d@lta=\count116
          \@delta=\dimen123
          \@@delta=\dimen124
          \@gridcnt=\count117
          \@joinkind=\count118
          \@dotgap=\dimen125
          \@ddotgap=\dimen126
          \@x@diff=\count119
          \@y@diff=\count120
          \x@diff=\dimen127
          \y@diff=\dimen128
          \@dotbox=\box29
          \num@segments=\count121
          \num@segmentsi=\count122
          \@datafile=\read1
          )
          overpic: relative positioning in percent
          ) (“C:\Programmi\MiKTeX 2.8\tex\latex\subfig\subfig.sty”
          Package: subfig 2005/06/28 ver: 1.3 subfig package

          (“C:\Programmi\MiKTeX 2.8\tex\latex\caption\caption.sty”
          Package: caption 2010/01/09 v3.1m Customizing captions (AR)

          (“C:\Programmi\MiKTeX 2.8\tex\latex\caption\caption3.sty”
          Package: caption3 2010/01/14 v3.1m caption3 kernel (AR)
          \captionmargin=\dimen129
          \captionmargin@=\dimen130
          \captionwidth=\dimen131
          \caption@indent=\dimen132
          \caption@parindent=\dimen133
          \caption@hangindent=\dimen134
          Package caption Info: Unknown document class (or package),
          (caption) standard defaults will be used on input line 1084.
          )

          Package caption Warning: Unsupported document class (or package) detected,
          (caption) usage of the caption package is not recommended.
          See the caption package documentation for explanation.

          Package caption Info: \@makecaption = \long macro:#1#2->\let \@conttempa \relax
          \ifdim \prevdepth >-99\p@ \vskip \abovecaptionskip \else \def \@conttempa {\vb
          ox to\topskip {}}\fi \let \@contfnote \footnote \renewcommand {\footnote }[2][]
          {} \let \@contfmark \footnotemark \renewcommand {\footnotemark }[1][]{} \let \@
          contlabel \label \renewcommand {\label }[1]{} \sbox \@tempboxa {\@contnfont #1\
          @contdelim \@conttfont #2} \let \footnote \@contfnote \let \footnotemark \@cont
          fmark \let \label \@contlabel \ifdim \wd \@tempboxa <\linewidth \centering \fi \if@contcw \centering \parbox {\@contcwidth }{\fi \if@conthang \sbox \@tempboxa {\@contnfont #1\@contdelim } \@contpre {\@contnfont #1\@contdelim }\@conttempa {\@contcstyle \hangindent =\wd \@tempboxa \hangafter =\@ne \@conttfont #2\par } \else \if@contindent \@contpre {\@contnfont #1\@contdelim }\@conttempa {\@con tcstyle \hangindent =\@contindw \hangafter =\@ne \@conttfont #2\par } \else \@c ontpre {\@contnfont #1\@contdelim }\@conttempa {\@contcstyle \@conttfont #2\par } \fi \fi \@contpost \if@contcw \par } \fi \vskip \belowcaptionskip . \c@ContinuedFloat=\count123 ) \c@KVtest=\count124 \sf@farskip=\skip63 \sf@captopadj=\dimen135 \sf@capskip=\skip64 \sf@nearskip=\skip65 \c@subfigure=\count125 \c@subfigure@save=\count126 \c@lofdepth=\count127 \c@subtable=\count128 \c@subtable@save=\count129 \c@lotdepth=\count130 \sf@top=\skip66 \sf@bottom=\skip67 ) ("C:\Programmi\MiKTeX 2.8\tex\latex\tools\array.sty" Package: array 2008/09/09 v2.4c Tabular extension package (FMi) \col@sep=\dimen136 \extrarowheight=\dimen137 \NC@list=\toks25 \extratabsurround=\skip68 \backup@length=\skip69 ) ("C:\Programmi\MiKTeX 2.8\tex\latex\tools\tabularx.sty" Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC) \TX@col@width=\dimen138 \TX@old@table=\dimen139 \TX@old@col=\dimen140 \TX@target=\dimen141 \TX@delta=\dimen142 \TX@cols=\count131 \TX@ftn=\toks26 ) ("C:\Programmi\MiKTeX 2.8\tex\latex\tools\longtable.sty" Package: longtable 2004/02/01 v4.11 Multi-page Table package (DPC) \LTleft=\skip70 \LTright=\skip71 \LTpre=\skip72 \LTpost=\skip73 \LTchunksize=\count132 \LTcapwidth=\dimen143 \LT@head=\box30 \LT@firsthead=\box31 \LT@foot=\box32 \LT@lastfoot=\box33 \LT@cols=\count133 \LT@rows=\count134 \c@LT@tables=\count135 \c@LT@chunks=\count136 \LT@p@ftn=\toks27 ) ("C:\Programmi\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty" Package: hyperref 2009/10/19 v6.79b Hypertext links for LaTeX ("C:\Programmi\MiKTeX 2.8\tex\latex\ifxetex\ifxetex.sty" Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional ) ("C:\Programmi\MiKTeX 2.8\tex\latex\oberdiek\hycolor.sty" Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H O) ("C:\Programmi\MiKTeX 2.8\tex\latex\oberdiek\xcolor-patch.sty" Package: xcolor-patch 2009/10/02 xcolor patch )) \@linkdim=\dimen144 \Hy@linkcounter=\count137 \Hy@pagecounter=\count138 ("C:\Programmi\MiKTeX 2.8\tex\latex\hyperref\pd1enc.def" File: pd1enc.def 2009/10/19 v6.79b Hyperref: PDFDocEncoding definition (HO) ) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\etexcmds.sty" Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\infwarerr.sty" Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO) ) Package etexcmds Info: Could not find \expanded. (etexcmds) That can mean that you are not using pdfTeX 1.50 or (etexcmds) that some package has redefined \expanded. (etexcmds) In the latter case, load this package earlier. ) ("C:\Programmi\MiKTeX 2.8\tex\latex\00miktex\hyperref.cfg" File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive ) ("C:\Programmi\MiKTeX 2.8\tex\latex\oberdiek\kvoptions.sty" Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\kvsetkeys.sty" Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor t (HO) )) Package hyperref Info: Option `bookmarks' set `true' on input line 2864. Package hyperref Info: Option `bookmarksnumbered' set `true' on input line 2864 . Package hyperref Info: Hyper figures OFF on input line 2975. Package hyperref Info: Link nesting OFF on input line 2980. Package hyperref Info: Hyper index ON on input line 2983. Package hyperref Info: Plain pages OFF on input line 2990. Package hyperref Info: Backreferencing OFF on input line 2995. Implicit mode ON; LaTeX internals redefined Package hyperref Info: Bookmarks ON on input line 3191. ("C:\Programmi\MiKTeX 2.8\tex\latex\ltxmisc\url.sty" \Urlmuskip=\muskip11 Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc. ) LaTeX Info: Redefining \url on input line 3428. ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\bitset.sty" Package: bitset 2007/09/28 v1.0 Data type bit set (HO) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\intcalc.sty" Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO) ) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\bigintcalc.sty" Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\pdftexcmds.sty" Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions (HO) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\ifluatex.sty" Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO) Package ifluatex Info: LuaTeX not detected. ) ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\ltxcmds.sty" Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO ) ) Package pdftexcmds Info: LuaTeX not detected. Package pdftexcmds Info: \pdf@primitive is available. Package pdftexcmds Info: \pdf@ifprimitive is available. ))) \Fld@menulength=\count139 \Field@Width=\dimen145 \Fld@charsize=\dimen146 \Field@toks=\toks28 Package hyperref Info: Hyper figures OFF on input line 4377. Package hyperref Info: Link nesting OFF on input line 4382. Package hyperref Info: Hyper index ON on input line 4385. Package hyperref Info: backreferencing OFF on input line 4392. Package hyperref Info: Link coloring OFF on input line 4397. Package hyperref Info: Link coloring with OCG OFF on input line 4402. Package hyperref Info: PDF/A mode OFF on input line 4407. ("C:\Programmi\MiKTeX 2.8\tex\generic\oberdiek\atbegshi.sty" Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO) ) \Hy@abspage=\count140 \c@Item=\count141 ) Package hyperref Warning: Wrong driver `hdvips.def'; (hyperref) pdfTeX is running in PDF mode. (hyperref) Forcing driver `hpdftex.def'. *hyperref using driver hpdftex* ("C:\Programmi\MiKTeX 2.8\tex\latex\hyperref\hpdftex.def" File: hpdftex.def 2009/10/19 v6.79b Hyperref driver for pdfTeX \Fld@listcount=\count142 ) ("C:\Programmi\MiKTeX 2.8\tex\latex\thumbpdf\thumbpdf.sty" Package: thumbpdf 2008/04/16 v3.10 Inclusion of thumbnails (HO) Package thumbpdf Warning: Thumbnail data file `main.tpt' not found. ) Class gmeepd Warning: cambiato nome a macro 'Check' in 'Checkmark' on input lin e 466. \IW=\skip74 \IH=\skip75 \GMtmpLen=\skip76 ) Class gmeepd Warning: res/usercmd.input.tex:{} file not found, cover cannot be printed on input line 2. ("C:\Programmi\MiKTeX 2.8\tex\latex\draftcopy\draftcopy.sty" Package: draftcopy 2002/02/25 v2.16 \draftcopy@hour=\count143 \draftcopy@minute=\count144 ("C:\Programmi\MiKTeX 2.8\tex\latex\draftcopy\draftcopy.cfg") Prints DRAFT on pages; does not show in your DVI viewer ) \@indexfile=\write4 Writing index file main.idx ("C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\ latex funge backup 13 novembre 2011\main.aux" ("C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\ latex funge backup 13 novembre 2011\introduzione.aux") LaTeX Warning: Label `D phi x' multiply defined. LaTeX Warning: Label `3.5' multiply defined. LaTeX Warning: Label `3.5' multiply defined. LaTeX Warning: Label `3.31' multiply defined. LaTeX Warning: Label `3.42c' multiply defined. LaTeX Warning: Label `3.16 veste1' multiply defined. LaTeX Warning: Label `J' multiply defined. LaTeX Warning: Label `irradianza sin' multiply defined. LaTeX Warning: Label `wfe' multiply defined. LaTeX Warning: Label `ast4' multiply defined. LaTeX Warning: Label `OPDW8' multiply defined. LaTeX Warning: Label `OPDW7' multiply defined. LaTeX Warning: Label `phase lock int' multiply defined. LaTeX Warning: Label `approx' multiply defined. LaTeX Warning: Label `michel' multiply defined. LaTeX Warning: Label `wollaston2' multiply defined. ) LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 21. LaTeX Font Info: Try loading font information for TS1+cmr on input line 21. ("C:\Programmi\MiKTeX 2.8\tex\latex\base\ts1cmr.fd" File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions ) LaTeX Font Info: ... okay on input line 21. LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 21. LaTeX Font Info: ... okay on input line 21. *geometry auto-detecting driver* *geometry detected driver: pdftex* -------------------- Geometry parameters paper: a4paper landscape: -- twocolumn: -- twoside: true asymmetric: -- h-parts: 64.87292pt, 0.7\paperwidth , 97.30945pt (default) v-parts: 101.40665pt, 0.7\paperheight , 152.11pt (default) hmarginratio: 2:3 vmarginratio: 2:3 lines: -- heightrounded: -- bindingoffset: 56.9055pt truedimen: -- includehead: -- includefoot: -- includemp: -- driver: pdftex -------------------- Page layout dimensions and switches \paperwidth 597.50787pt \paperheight 845.04684pt \textwidth 378.42pt \textheight 591.5302pt \oddsidemargin 49.50844pt \evensidemargin 25.03946pt \topmargin -2.73714pt \headheight 15.0pt \headsep 19.8738pt \footskip 30.0pt \marginparwidth 88.0pt \marginparsep 7.0pt \columnsep 10.0pt \skip\footins 10.8pt plus 4.0pt minus 2.0pt \hoffset 0.0pt \voffset 0.0pt \mag 1000 \@twosidetrue \@mparswitchtrue (1in=72.27pt, 1cm=28.45pt) ----------------------- ("C:\Programmi\MiKTeX 2.8\tex\context\base\supp-pdf.tex" [Loading MPS to PDF converter (version 2006.09.02).] \scratchcounter=\count145 \scratchdimen=\dimen147 \scratchbox=\box34 \nofMPsegments=\count146 \nofMParguments=\count147 \everyMPshowfont=\toks29 \MPscratchCnt=\count148 \MPscratchDim=\dimen148 \MPnumerator=\count149 \everyMPtoPDFconversion=\toks30 ) Package caption Info: Begin \AtBeginDocument code. Package caption3 Info: subfig package 1.2 or 1.3 is loaded. LaTeX Info: Redefining \subref on input line 21. Package caption Info: Incompatible package detected (regarding \@caption). (caption) \@caption = \long macro:#1[#2]#3->\cont@subfig@oldcaption
          {#1}[{#2}]{#3}.

          Package caption Warning: \caption will not be redefined since it’s already
          (caption) redefined by a document class or package which is
          (caption) unknown to the caption package.
          See the caption package documentation for explanation.

          Package caption Info: hyperref package is loaded.
          Package caption Info: longtable package is loaded.
          (“C:\Programmi\MiKTeX 2.8\tex\latex\caption\ltcaption.sty”
          Package: ltcaption 2008/03/28 v1.2 longtable captions (AR)
          )
          Package caption Info: End \AtBeginDocument code.
          Package hyperref Info: Link coloring OFF on input line 21.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\hyperref\nameref.sty”
          Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

          (“C:\Programmi\MiKTeX 2.8\tex\latex\oberdiek\refcount.sty”
          Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
          )
          \c@section@level=\count150
          )
          LaTeX Info: Redefining \ref on input line 21.
          LaTeX Info: Redefining \pageref on input line 21.

          (“C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\
          latex funge backup 13 novembre 2011\main.out”)
          (“C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\
          latex funge backup 13 novembre 2011\main.out”)
          \@outlinefile=\write5
          \AtBeginShipoutBox=\box35
          File: images/unipd-bn.eps Graphic file (type eps)

          LaTeX Font Info: Try loading font information for U+msa on input line 27.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\amsfonts\umsa.fd”
          File: umsa.fd 2009/06/22 v3.00 AMS symbols A
          )
          LaTeX Font Info: Try loading font information for U+msb on input line 27.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\amsfonts\umsb.fd”
          File: umsb.fd 2009/06/22 v3.00 AMS symbols B
          )
          LaTeX Font Info: Try loading font information for U+wasy on input line 27.

          (“C:\Programmi\MiKTeX 2.8\tex\latex\wasysym\uwasy.fd”
          File: uwasy.fd 2003/10/30 v2.0 Wasy-2 symbol font definitions
          ) [1
          Non-PDF special ignored!

          Non-PDF special ignored!

          Non-PDF special ignored!{C:/Documents and Settings/Amministratore/Impostazioni
          locali/Dati applicazioni/MiKTeX/2.8/pdftex/config/pdftex.map}]
          (“C:\Documents and Settings\Amministratore\Desktop\tesi pc\tesi\mia tesi\latex\
          latex funge backup 13 novembre 2011\introduzione.tex” [2

          ]
          Capitolo 1.

          Underfull \hbox (badness 10000) in paragraph at lines 6–11

          []

          Underfull \hbox (badness 10000) in paragraph at lines 17–107

          []

          Underfull \hbox (badness 10000) in paragraph at lines 17–107

          []

          pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has
          been already used, duplicate ignored

          \relax
          l.107
          [1]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [2]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [3])
          [4]
          Capitolo 2.

          Underfull \hbox (badness 10000) in paragraph at lines 45–55

          []

          Underfull \vbox (badness 1776) has occurred while \output is active []

          [5

          ]
          Overfull \hbox (24.117pt too wide) in paragraph at lines 58–68
          \T1/cmr/m/n/12 Tali flut-tua-zio-ni pos-so es-se-re di va-ste di-men-sio-ni $\O
          T1/cmr/m/n/12 ($\T1/cmr/m/n/12 come de-pres-sio-ni o anticicloni$\OT1/cmr/m/n/1
          2 )$
          []

          Underfull \hbox (badness 10000) in paragraph at lines 58–68

          []

          Underfull \hbox (badness 10000) in paragraph at lines 74–102

          []

          [6] [7]
          Underfull \hbox (badness 10000) in paragraph at lines 130–133

          []

          File: images/kolmogorov.eps Graphic file (type eps)
          [8
          Non-PDF special ignored!] [9]
          Underfull \hbox (badness 10000) in paragraph at lines 208–211

          []

          File: images/frozen.eps Graphic file (type eps)

          Overfull \hbox (5.0125pt too wide) in paragraph at lines 214–215
          [][]
          []

          [10
          Non-PDF special ignored!]
          File: images/turbol2.eps Graphic file (type eps)

          Overfull \hbox (27.095pt too wide) in paragraph at lines 235–238
          [][]
          []

          File: images/lena.eps Graphic file (type eps)
          [11
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 251–253

          []

          File: images/tiltealtiordini.eps Graphic file (type eps)

          Overfull \hbox (20.06874pt too wide) in paragraph at lines 260–262
          [][]
          []

          Underfull \hbox (badness 10000) in paragraph at lines 269–270

          []

          Underfull \vbox (badness 2221) has occurred while \output is active []

          [12
          Non-PDF special ignored!] [13
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 324–327

          []

          [14]
          Underfull \hbox (badness 10000) in paragraph at lines 340–342

          []

          [15]
          File: images/isoplanatico.eps Graphic file (type eps)
          [16
          Non-PDF special ignored!]
          Overfull \hbox (18.3384pt too wide) in paragraph at lines 431–443
          \T1/cmr/m/n/12 La lo-ro for-ma puó es-se-re va-ria-ta con fre-quen-ze tem-po-ra
          -li mol-to al-te $\OT1/cmr/m/n/12 ($\T1/cmr/m/n/12 dell’ordine
          []

          [17]
          Underfull \hbox (badness 10000) in paragraph at lines 444–445

          []

          Underfull \hbox (badness 10000) in paragraph at lines 446–452

          []

          Underfull \hbox (badness 10000) in paragraph at lines 454–455

          []

          File: images/allestimenti.eps Graphic file (type eps)

          Underfull \hbox (badness 10000) in paragraph at lines 463–469

          []

          Underfull \vbox (badness 4303) has occurred while \output is active []

          [18]
          Underfull \hbox (badness 10000) in paragraph at lines 470–471

          []

          Underfull \hbox (badness 10000) in paragraph at lines 478–479

          []

          [19
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 480–489

          []

          Underfull \hbox (badness 10000) in paragraph at lines 490–491

          []

          Underfull \hbox (badness 10000) in paragraph at lines 507–512

          []

          [20]
          Underfull \hbox (badness 10000) in paragraph at lines 513–519

          []

          Underfull \hbox (badness 10000) in paragraph at lines 520–521

          []

          Underfull \hbox (badness 10000) in paragraph at lines 540–541

          []

          [21]
          File: images/PZT.eps Graphic file (type eps)

          Underfull \hbox (badness 10000) in paragraph at lines 585–587

          []

          [22]
          Underfull \hbox (badness 10000) in paragraph at lines 611–616

          []

          File: images/PMN.eps Graphic file (type eps)

          Overfull \hbox (61.22249pt too wide) in paragraph at lines 619–620
          [][]
          []

          [23
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 635–641

          []

          [24
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 644–647

          []

          Underfull \hbox (badness 10000) in paragraph at lines 648–649

          []

          Underfull \vbox (badness 7133) has occurred while \output is active []

          [25]
          Underfull \hbox (badness 10000) in paragraph at lines 694–695

          []

          File: images/tilt.eps Graphic file (type eps)
          [26
          Non-PDF special ignored!]
          File: images/continuus.eps Graphic file (type eps)
          [27
          Non-PDF special ignored!]
          Overfull \hbox (5.77913pt too wide) detected at line 768
          []\OML/cmm/m/it/12 y[] \OT1/cmr/m/n/12 = \OML/cmm/m/it/12 $y[] \OT1/cmr/m/n/1
          2 + (1 \OMS/cmsy/m/n/12 \OML/cmm/m/it/12 $\OT1/cmr/m/n/12 )\OML/cmm/m/it/12
          y[] \OT1/cmr/m/n/12 = [] []
          []

          [28]
          Underfull \hbox (badness 10000) in paragraph at lines 785–787

          []

          Underfull \hbox (badness 10000) in paragraph at lines 797–805

          []

          Underfull \hbox (badness 10000) in paragraph at lines 806–807

          []

          File: images/mems.eps Graphic file (type eps)

          LaTeX Warning: `!h’ float specifier changed to `!ht’.

          [29]
          File: images/memsfoto.eps Graphic file (type eps)

          File: images/modimems.eps Graphic file (type eps)
          [30
          Non-PDF special ignored!]
          File: images/membrana.eps Graphic file (type eps)

          LaTeX Warning: `!h’ float specifier changed to `!ht’.

          Underfull \vbox (badness 1152) has occurred while \output is active []

          [31
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 870–871

          []

          [32
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 904–909

          []

          [33
          Non-PDF special ignored!]
          File: images/bimorfo.eps Graphic file (type eps)

          Overfull \hbox (59.215pt too wide) in paragraph at lines 914–917
          [][]
          []

          [34
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 960–961

          []

          Underfull \hbox (badness 10000) in paragraph at lines 967–968

          []

          [35]
          Overfull \hbox (19.65343pt too wide) detected at line 974
          []\OT1/cmr/m/n/12 \OML/cmm/m/it/12 x[]\OT1/cmr/m/n/12 (\OML/cmm/m/it/12 x; y;
          \OMS/cmsy/m/n/12 []\OT1/cmr/m/n/12 ) = \OMS/cmsy/m/n/12 [] \OT1/cmr/m/n/12 +
          [] [] \OML/cmm/m/it/12 dx[]dy[] []\OMS/cmsy/m/n/12 j\OT1/cmr/m/n/12 (\OML/cmm/m
          /it/12 x; y\OT1/cmr/m/n/12 ) \OMS/cmsy/m/n/12 \OT1/cmr/m/n/12 (\OML/cmm/m/it/
          12 x[]; y[]\OT1/cmr/m/n/12 )\OMS/cmsy/m/n/12 j\OML/cmm/m/it/12 V\OT1/cmr/m/n/12
          (\OML/cmm/m/it/12 x[]; y[]\OT1/cmr/m/n/12 )
          []

          File: images/ferrofluido.eps Graphic file (type eps)

          LaTeX Warning: `!h’ float specifier changed to `!ht’.

          Underfull \hbox (badness 10000) in paragraph at lines 1010–1015

          []

          [36]
          Underfull \vbox (badness 4353) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [37
          Non-PDF special ignored!]
          File: images/closed.eps Graphic file (type eps)
          [38]
          Underfull \hbox (badness 10000) in paragraph at lines 1069–1072

          []

          File: images/clo.eps Graphic file (type eps)

          Overfull \hbox (12.03874pt too wide) in paragraph at lines 1075–1076
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [39
          Non-PDF special ignored!] [40
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 1116–1117

          []

          File: images/compensazioneuno.eps Graphic file (type eps)

          Overfull \hbox (41.14749pt too wide) in paragraph at lines 1122–1129
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [41]
          Underfull \vbox (badness 3386) has occurred while \output is active []

          [42
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 1144–1147

          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [43]
          File: images/lgs.eps Graphic file (type eps)
          [44]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [45
          Non-PDF special ignored!]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [46]
          File: images/multilayer.eps Graphic file (type eps)


          Underfull \hbox (badness 10000) in paragraph at lines 1266–1278

          []

          Underfull \vbox (badness 10000) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [47]
          File: images/mlao.eps Graphic file (type eps)

          File: images/mlaolo.eps Graphic file (type eps)
          [48
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 1302–1309

          []

          Underfull \vbox (badness 10000) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [49
          Non-PDF special ignored!] [50
          Non-PDF special ignored!]
          File: images/mfov.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [51] [52
          Non-PDF special ignored!]
          File: images/quadcell.eps Graphic file (type eps)

          Overfull \hbox (54.19624pt too wide) in paragraph at lines 1375–1378
          [][]
          []

          [53
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 1408–1415

          []

          [54]
          File: images/hartmann.eps Graphic file (type eps)

          Overfull \hbox (15.04999pt too wide) in paragraph at lines 1433–1438
          [][]
          []

          [55
          Non-PDF special ignored!]
          File: images/sh.eps Graphic file (type eps)
          [56
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 1506–1507

          []

          [57]
          Overfull \hbox (17.47563pt too wide) detected at line 1515
          []\OML/cmm/m/it/12 []\OT1/cmr/m/n/12 (4\OML/cmm/m/it/12 Q\OT1/cmr/m/n/12 ) = [
          ][] = \OMS/cmsy/m/n/12 [][] [][]
          []

          [58]
          File: images/pyramid.eps Graphic file (type eps)
          [59]
          File: images/curvatura.eps Graphic file (type eps)

          Overfull \hbox (5.0125pt too wide) in paragraph at lines 1606–1610
          [][]
          []

          [60
          Non-PDF special ignored!] [61
          Non-PDF special ignored!] [62] [63] [64]
          Capitolo 3.
          [65

          ]
          Underfull \hbox (badness 10000) in paragraph at lines 1823–1830

          []

          [66]
          File: images/sovrapposizione.eps Graphic file (type eps)

          Overfull \hbox (33.1175pt too wide) in paragraph at lines 1833–1837
          [][]
          []

          [67
          Non-PDF special ignored!] [68] [69] [70]
          File: images/frange.eps Graphic file (type eps)

          Overfull \hbox (75.275pt too wide) in paragraph at lines 2128–2131
          [][]
          []

          Underfull \hbox (badness 10000) in paragraph at lines 2135–2136

          []

          [71] [72
          Non-PDF special ignored!] [73] [74]
          File: images/Zeppa.eps Graphic file (type eps)

          Overfull \hbox (63.23pt too wide) in paragraph at lines 2243–2245
          [][]
          []

          [75
          Non-PDF special ignored!] [76]
          File: images/spiral.eps Graphic file (type eps)

          Overfull \hbox (51.185pt too wide) in paragraph at lines 2290–2293
          [][]
          []

          File: images/confottzernike.eps Graphic file (type eps)
          [77] [78
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 2359–2362

          []

          [79
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 2390–2391

          []

          [80]
          Overfull \hbox (64.20406pt too wide) detected at line 2418
          []\OML/cmm/m/it/12 W[]\OT1/cmr/m/n/12 (\OML/cmm/m/it/12 r[]; r[]; \OT1/cmr/m/n
          /12 ) = \OML/cmm/m/it/12 a[]r[] \OT1/cmr/m/n/12 + \OML/cmm/m/it/12 a[]r[]r[] []
          \OT1/cmr/m/n/12 + \OML/cmm/m/it/12 a[]r[][][]r[][] [][] \OT1/cmr/m/n/12 +
          \OML/cmm/m/it/12 a[]r[][]r[][] \OT1/cmr/m/n/12 + \OML/cmm/m/it/12 a[]r[][][]r[]
          []
          []

          Underfull \hbox (badness 10000) in paragraph at lines 2428–2429

          []

          Overfull \hbox (20.77745pt too wide) in paragraph at lines 2433–2441
          [][]
          []

          [81] [82] [83]
          Underfull \hbox (badness 10000) in paragraph at lines 2573–2575

          []

          Overfull \hbox (45.61575pt too wide) in paragraph at lines 2616–2657
          [][]
          []

          LaTeX Warning: Float too large for page by 50.48578pt on input line 2657.

          [84] [85]
          Underfull \hbox (badness 10000) in paragraph at lines 2734–2742

          []

          [86] [87]
          File: images/Zernike.eps Graphic file (type eps)

          Overfull \hbox (5.0125pt too wide) in paragraph at lines 2745–2747
          [][]
          []

          [88
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 2791–2794

          []

          [89]

          LaTeX Warning: Reference `3.16 nuova’ on page 90 undefined on input line 2803.

          [90]

          LaTeX Warning: Command \^ invalid in math mode on input line 2864.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 2864.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 2864.

          Missing character: There is no  in font cmr12!
          Missing character: There is no ° in font cmr12!

          LaTeX Warning: Command \^ invalid in math mode on input line 2867.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 2867.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 2867.

          Missing character: There is no  in font cmr12!
          Missing character: There is no ° in font cmr12!
          File: images/continuum.eps Graphic file (type eps)

          Overfull \hbox (32.11374pt too wide) in paragraph at lines 2872–2873
          [][]
          []

          [91] [92
          Non-PDF special ignored!]
          File: images/J.eps Graphic file (type eps)

          File: images/processi.eps Graphic file (type eps)

          Overfull \hbox (17.0575pt too wide) in paragraph at lines 2907–2908
          [][]
          []

          [93
          Non-PDF special ignored!]

          LaTeX Warning: Reference `3.16a nuova tilt’ on page 94 undefined on input line
          2924.

          [94
          Non-PDF special ignored!]
          File: images/1d.eps Graphic file (type eps)

          Underfull \hbox (badness 10000) in paragraph at lines 2969–2970

          []

          File: images/2d.eps Graphic file (type eps)
          [95]
          Underfull \hbox (badness 10000) in paragraph at lines 3000–3002

          []

          Underfull \hbox (badness 10000) in paragraph at lines 3003–3006

          []

          [96
          Non-PDF special ignored!]
          File: images/3d.eps Graphic file (type eps)
          [97
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 3032–3038

          []

          [98
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 3041–3043

          []

          File: images/QGP.eps Graphic file (type eps)
          [99
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 3066–3067

          []

          Underfull \hbox (badness 10000) in paragraph at lines 3073–3074

          []

          File: images/regioni.eps Graphic file (type eps)

          Underfull \hbox (badness 10000) in paragraph at lines 3086–3090

          []

          [100
          Non-PDF special ignored!] [101] [102] [103] [104]
          File: images/PS.eps Graphic file (type eps)

          Overfull \hbox (42.15125pt too wide) in paragraph at lines 3248–3249
          [][]
          []

          [105]
          Underfull \hbox (badness 10000) in paragraph at lines 3281–3285

          []

          [106
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 3288–3292

          []

          [107]
          File: images/shearing.eps Graphic file (type eps)

          Overfull \hbox (22.07625pt too wide) in paragraph at lines 3344–3345
          [][]
          []

          [108
          Non-PDF special ignored!] [109] [110]
          File: images/she.eps Graphic file (type eps)

          Overfull \hbox (41.14749pt too wide) in paragraph at lines 3495–3496
          [][]
          []

          [111
          Non-PDF special ignored!]
          File: images/quattrometodi.eps Graphic file (type eps)

          Overfull \hbox (42.15125pt too wide) in paragraph at lines 3520–3521
          [][]
          []

          [112]
          File: images/lsimic.eps Graphic file (type eps)

          Overfull \hbox (16.05374pt too wide) in paragraph at lines 3540–3541
          [][]
          []

          [113
          Non-PDF special ignored!]
          File: images/lsicic.eps Graphic file (type eps)

          Overfull \hbox (16.05374pt too wide) in paragraph at lines 3563–3564
          [][]
          []

          Underfull \vbox (badness 10000) has occurred while \output is active []

          [114
          Non-PDF special ignored!]
          File: images/micconv.eps Graphic file (type eps)
          [115
          Non-PDF special ignored!] [116
          Non-PDF special ignored!]
          File: images/rsi.eps Graphic file (type eps)
          [117] [118
          Non-PDF special ignored!]
          File: images/cicrsi.eps Graphic file (type eps)

          File: images/mzrsi.eps Graphic file (type eps)

          Overfull \hbox (101.5877pt too wide) detected at line 3716
          [] [] [] \OML/cmm/m/it/12 [] []
          []

          [119
          Non-PDF special ignored!] [120
          Non-PDF special ignored!]

          LaTeX Warning: Command \^ invalid in math mode on input line 3750.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 3750.

          LaTeX Warning: Command \textdegree invalid in math mode on input line 3750.

          Missing character: There is no  in font cmr12!
          Missing character: There is no ° in font cmr12!
          File: images/Koster.eps Graphic file (type eps)

          Underfull \hbox (badness 10000) in paragraph at lines 3770–3772

          []

          [121
          Non-PDF special ignored!]
          Underfull \hbox (badness 10000) in paragraph at lines 3827–3828

          []

          [122]
          Underfull \hbox (badness 10000) in paragraph at lines 3907–3908

          []

          [123]
          Underfull \hbox (badness 10000) in paragraph at lines 3950–3953

          []

          [124] [125] [126]
          Overfull \hbox (3.93799pt too wide) in paragraph at lines 4103–4105
          []\T1/cmr/m/n/12 con f lun-ghez-za fo-ca-le del si-ste-ma. La for-mu-la em-pi-r
          i-ca del-la varianza$\OML/cmm/m/it/12 []$
          []

          File: images/Hrtmn.eps Graphic file (type eps)

          Overfull \hbox (27.095pt too wide) in paragraph at lines 4118–4119
          [][]
          []

          [127]
          Underfull \vbox (badness 7030) has occurred while \output is active []

          [128
          Non-PDF special ignored!]
          File: images/hartmanntest.eps Graphic file (type eps)

          Overfull \hbox (42.15125pt too wide) in paragraph at lines 4155–4156
          [][]
          []

          Underfull \vbox (badness 1824) has occurred while \output is active []

          [129]
          [130
          Non-PDF special ignored!]
          File: images/knifeedgepar.eps Graphic file (type eps)

          Overfull \hbox (23.08pt too wide) in paragraph at lines 4204–4205
          [][]
          []

          LaTeX Warning: Reference `knifeimage’ on page 131 undefined on input line 4210.

          File: images/knifeimagenoab.eps Graphic file (type eps)

          Overfull \hbox (10.03125pt too wide) in paragraph at lines 4215–4216
          [][]
          []

          File: images/aberr.eps Graphic file (type eps)

          File: images/wire.eps Graphic file (type eps)
          [131]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [132
          Non-PDF special ignored!]
          File: images/gaviola.eps Graphic file (type eps)

          Overfull \hbox (128.47374pt too wide) in paragraph at lines 4260–4261
          [][]
          []

          File: images/gaviola2.eps Graphic file (type eps)

          Overfull \hbox (17.0575pt too wide) in paragraph at lines 4275–4277
          [][]
          []

          [133
          Non-PDF special ignored!] [134
          Non-PDF special ignored!]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [135
          Non-PDF special ignored!
          Non-PDF special ignored!]
          Underfull \vbox (badness 3098) has occurred while \output is active []

          [136
          Non-PDF special ignored!]
          File: images/wolter.eps Graphic file (type eps)

          Overfull \hbox (13.0425pt too wide) in paragraph at lines 4322–4323
          [][]
          []

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4327.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4327.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4327.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4327.

          Underfull \hbox (badness 10000) in paragraph at lines 4329–4338

          []

          [137
          Non-PDF special ignored!] [138]
          Underfull \hbox (badness 10000) in paragraph at lines 4353–4354

          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [139] [140]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [141] [142]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [143] [144]
          File: images/ALIASING.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [145
          Non-PDF special ignored!]
          File: images/tes.eps Graphic file (type eps)

          Overfull \hbox (12.03874pt too wide) in paragraph at lines 4683–4684
          [][]
          []

          [146]
          Underfull \vbox (badness 2753) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [147
          Non-PDF special ignored!]
          Overfull \hbox (2.0541pt too wide) in paragraph at lines 4705–4706
          []\T1/cmr/m/n/12 dove K$[]$ é una co-stan-te che va-ria in ba-se al-l’al-go-rit
          -mo uti-liz-za-to $\OT1/cmr/m/n/12 ($\T1/cmr/m/n/12 Brophy,
          []

          [148]

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4731.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4731.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4731.

          Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
          (hyperref) removing `math shift’ on input line 4731.

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [149]
          File: images/michel.eps Graphic file (type eps)
          [150]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [151
          Non-PDF special ignored!]
          File: images/micint.eps Graphic file (type eps)

          Overfull \hbox (51.185pt too wide) in paragraph at lines 4820–4821
          [][]
          []

          [152
          Non-PDF special ignored!]
          File: images/Mach-Zehnder.eps Graphic file (type eps)

          Overfull \hbox (36.12874pt too wide) in paragraph at lines 4847–4848
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [153]
          File: images/TG.eps Graphic file (type eps)

          Overfull \hbox (13.0425pt too wide) in paragraph at lines 4877–4878
          [][]
          []

          Underfull \vbox (badness 10000) has occurred while \output is active []

          [154
          Non-PDF special ignored!]
          File: images/tgc.eps Graphic file (type eps)

          Overfull \hbox (26.09125pt too wide) in paragraph at lines 4892–4893
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [155
          Non-PDF special ignored!] [156
          Non-PDF special ignored!]
          Overfull \hbox (7.81296pt too wide) in paragraph at lines 4924–4926
          []\T1/cmr/m/n/12 dove 1 e 2 in-di-ca-no i due pas-sag-gi at-tra-ver-so il BS e
          il ter-mi-ne $\OT1/cmr/m/n/12 2\OML/cmm/m/it/12 b[] [] []\OT1/cmr/m/n/12 (\OML
          /cmm/m/it/12 x\OT1/cmr/m/n/12 )$
          []

          File: images/inclinazioni.eps Graphic file (type eps)

          Overfull \hbox (20.06874pt too wide) in paragraph at lines 4953–4954
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [157] [158
          Non-PDF special ignored!]
          File: images/dmtw.eps Graphic file (type eps)

          File: images/ordini.eps Graphic file (type eps)

          File: images/ang.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [159]
          File: images/fizeau.eps Graphic file (type eps)

          Overfull \hbox (26.09125pt too wide) in paragraph at lines 5037–5038
          [][]
          []

          Underfull \vbox (badness 5771) has occurred while \output is active []

          [160
          Non-PDF special ignored!]
          File: images/inc1.eps Graphic file (type eps)

          LaTeX Warning: Command \c invalid in math mode on input line 5066.

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [161
          Non-PDF special ignored!] [162
          Non-PDF special ignored!]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [163
          Non-PDF special ignored!]
          File: images/fizmultipass.eps Graphic file (type eps)

          Overfull \hbox (72.26375pt too wide) in paragraph at lines 5109–5110
          [][]
          []

          Underfull \vbox (badness 6477) has occurred while \output is active []

          [164
          Non-PDF special ignored!]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [165
          Non-PDF special ignored!]
          File: images/Sagnac.eps Graphic file (type eps)

          Overfull \hbox (13.0425pt too wide) in paragraph at lines 5132–5133
          [][]
          []

          [166
          Non-PDF special ignored!]
          File: images/burch.eps Graphic file (type eps)

          Overfull \hbox (36.12874pt too wide) in paragraph at lines 5167–5168
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [167] [168
          Non-PDF special ignored!]
          Overfull \hbox (122.01555pt too wide) in paragraph at lines 5194–5201
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [169]

          LaTeX Warning: Reference `PDI’ on page 170 undefined on input line 5234.

          File: images/pdi.eps Graphic file (type eps)

          Overfull \hbox (23.08pt too wide) in paragraph at lines 5240–5241
          [][]
          []

          Underfull \vbox (badness 10000) has occurred while \output is active []

          [170]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [171
          Non-PDF special ignored!]
          File: images/savartp.eps Graphic file (type eps)
          [172]
          File: images/savartp.eps Graphic file (type eps)

          File: images/fp.eps Graphic file (type eps)


          Overfull \hbox (42.15125pt too wide) in paragraph at lines 5353–5355
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [173
          Non-PDF special ignored!]
          Underfull \vbox (badness 4967) has occurred while \output is active []

          [174
          Non-PDF special ignored!]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [175
          Non-PDF special ignored!] [176]
          File: images/airyf.eps Graphic file (type eps)

          Overfull \hbox (5.0125pt too wide) in paragraph at lines 5487–5488
          [][]
          []

          LaTeX Font Info: Try loading font information for U+euf on input line 5519.
          (“C:\Programmi\MiKTeX 2.8\tex\latex\amsfonts\ueuf.fd”
          File: ueuf.fd 2009/06/22 v3.00 Euler Fraktur
          )

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [177] [178
          Non-PDF special ignored!]
          File: images/olo.eps Graphic file (type eps)

          Overfull \hbox (13.0425pt too wide) in paragraph at lines 5561–5562
          [][]
          []

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [179]
          Underfull \vbox (badness 10000) has occurred while \output is active []

          [180
          Non-PDF special ignored!]
          File: images/wy.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [181]

          LaTeX Warning: Reference `Omega’ on page 182 undefined on input line 5662.

          File: images/bessel2.eps Graphic file (type eps)

          Underfull \hbox (badness 3657) in paragraph at lines 5669–5669
          []\T1/cmr/m/n/12 Figura 3.58: |Fran-ge ot-te-nu-te col pro-ces-so di olo-gra-fi
          a me-dia-ta
          []

          [182
          Non-PDF special ignored!]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [183
          Non-PDF special ignored!]

          LaTeX Warning: Reference `blade’ on page 184 undefined on input line 5715.

          File: images/bla.eps Graphic file (type eps)

          Underfull \vbox (badness 1303) has occurred while \output is active []

          [184]

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [185
          Non-PDF special ignored!]

          LaTeX Warning: Reference `specklefig’ on page 186 undefined on input line 5758.

          File: images/specl.eps Graphic file (type eps)
          [186
          Non-PDF special ignored!]
          File: images/spe.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inconsistent, however.

          [187
          Non-PDF special ignored!] [188]
          File: images/tspi.eps Graphic file (type eps)

          Package Fancyhdr Warning: \headheight is too small (15.0pt):
          Make it at least 27.13135pt.
          We now make it that large for the rest of the document.
          This may cause the page layout to be inc

      Visualizzazione 14 filoni di risposte
      • Devi essere connesso per rispondere a questo topic.

      Go to top