Line 462... |
Line 462... |
% Defining the crest
|
% Defining the crest
|
\newcommand{\@crest}{}
|
\newcommand{\@crest}{}
|
\newcommand{\crest}[1]{\renewcommand{\@crest}{#1}}
|
\newcommand{\crest}[1]{\renewcommand{\@crest}{#1}}
|
|
|
% Submission Text
|
% Submission Text
|
\newcommand{\submissiontext}{This dissertation is submitted for the degree of }
|
\newcommand{\submissiontext}{Este trabajo otorga el grado de}
|
|
|
|
|
% keywords (These keywords will appear in the PDF meta-information
|
% keywords (These keywords will appear in the PDF meta-information
|
% called `pdfkeywords`.)
|
% called `pdfkeywords`.)
|
\newcommand{\@keywords}{}
|
\newcommand{\@keywords}{}
|
Line 563... |
Line 563... |
% "Declaration" label at the top of the page.
|
% "Declaration" label at the top of the page.
|
|
|
\newenvironment{declaration}{
|
\newenvironment{declaration}{
|
\cleardoublepage
|
\cleardoublepage
|
\setsinglecolumn
|
\setsinglecolumn
|
\chapter*{\centering \Large Declaration}
|
\chapter*{\centering \Large Declaración}
|
\thispagestyle{empty}
|
\thispagestyle{empty}
|
}{
|
}{
|
\flushright
|
\flushright
|
\@author{}\\
|
\@author{}\\
|
\@degreedate{}
|
\@degreedate{}
|
Line 581... |
Line 581... |
% "Acknowledgements" label at the top of the page.
|
% "Acknowledgements" label at the top of the page.
|
|
|
\newenvironment{acknowledgements}{
|
\newenvironment{acknowledgements}{
|
\cleardoublepage
|
\cleardoublepage
|
\setsinglecolumn
|
\setsinglecolumn
|
\chapter*{\centering \Large Acknowledgements}
|
\chapter*{\centering \Large Agreadecimientos}
|
\thispagestyle{empty}
|
\thispagestyle{empty}
|
}
|
}
|
|
|
|
|
|
|
Line 593... |
Line 593... |
\usepackage{nomencl}
|
\usepackage{nomencl}
|
\makenomenclature
|
\makenomenclature
|
\renewcommand{\nomgroup}[1]{%
|
\renewcommand{\nomgroup}[1]{%
|
\ifthenelse{\equal{#1}{A}}{\item[\textbf{Roman Symbols}]}{%
|
\ifthenelse{\equal{#1}{A}}{\item[\textbf{Roman Symbols}]}{%
|
\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek Symbols}]}{%
|
\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek Symbols}]}{%
|
\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Acronyms / Abbreviations}]}{%
|
\ifthenelse{\equal{#1}{Z}}{\item[\textbf{Acrónimos / Abreviaturas}]}{%
|
\ifthenelse{\equal{#1}{R}}{\item[\textbf{Superscripts}]}{%
|
\ifthenelse{\equal{#1}{R}}{\item[\textbf{Superscripts}]}{%
|
\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{%
|
\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{%
|
\ifthenelse{\equal{#1}{X}}{\item[\textbf{Other Symbols}]}
|
\ifthenelse{\equal{#1}{X}}{\item[\textbf{Other Symbols}]}
|
{}
|
{}
|
}% matches mathematical symbols > X
|
}% matches mathematical symbols > X
|
Line 664... |
Line 664... |
|
|
\else
|
\else
|
% Normal abstract in the thesis
|
% Normal abstract in the thesis
|
\cleardoublepage
|
\cleardoublepage
|
\setsinglecolumn
|
\setsinglecolumn
|
\chapter*{\centering \Large Abstract}
|
\chapter*{\centering \Large Resumen}
|
\thispagestyle{empty}
|
\thispagestyle{empty}
|
\fi
|
\fi
|
}
|
}
|
|
|
|
|