A LaTeX class to write your thesis document. The class is developed for the "Instituto Tecnológico de Morelia".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

22 lines
690 B

  1. % Declaration
  2. \pdfbookmark[0]{Declaration}{Declaration} % Bookmark name visible in a PDF viewer
  3. \chapter*{Declaración} % Declaration section text
  4. \thispagestyle{empty}
  5. Yo, \textbf{\myName}, con número de control \textbf{\myNumber} declaro que el trabajo titulado: \emph{\myTitle, \mySubtitle}, es resultado de mi trabajo e investigación original. No se ha realizado una copia de otro trabajo o fuente excepto los respectivamente citados de forma explícita en el texto.
  6. \bigskip
  7. \begin{flushright}
  8. \noindent\textit{\myLocation, \myTime}
  9. \end{flushright}
  10. \smallskip
  11. \begin{flushright}
  12. \begin{tabular}{m{5cm}}
  13. \\ \hline
  14. \centering\myName, \today \\
  15. \end{tabular}
  16. \end{flushright}