- Questo topic ha 15 risposte, 5 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 10 mesi fa da .
-
Topic
-
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 aiutarmiVI 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}}
%
- Devi essere connesso per rispondere a questo topic.