Portada Udem
Author
Luis Felipe Flores
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
Portada para tarea
Portada para tarea
\documentclass[a4paper, 12pt, Spanish]{article}
% \usepackage[portuges]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{indentfirst}
\usepackage{verbatim}
\usepackage{textcomp}
\usepackage{gensymb}
\usepackage{relsize}
\usepackage{lipsum}% http://ctan.org/pkg/lipsum
\usepackage{xcolor}% http://ctan.org/pkg/xcolor
\usepackage{xparse}% http://ctan.org/pkg/xparse
\NewDocumentCommand{\myrule}{O{1pt} O{2pt} O{black}}{%
\par\nobreak % don't break a page here
\kern\the\prevdepth % don't take into account the depth of the preceding line
\kern#2 % space before the rule
{\color{#3}\hrule height #1 width\hsize} % the rule
\kern#2 % space after the rule
\nointerlineskip % no additional space after the rule
}
\usepackage[section]{placeins}
\usepackage{booktabs}
\usepackage{colortbl}%
\newcommand{\myrowcolour}{\rowcolor[gray]{0.925}}
\usepackage[obeyspaces]{url}
\usepackage{etoolbox}
\usepackage[colorlinks,citecolor=black,urlcolor=blue,bookmarks=false,hypertexnames=true]{hyperref}
\usepackage{geometry}
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=3cm, % Inner margin
outer=3cm, % Outer margin
bindingoffset=.5cm, % Binding offset
top=2cm, % Top margin
bottom=2cm, % Bottom margin
%showframe, % Uncomment to show how the type block is set on the page
}
%*******************************************************************************%
%************************************START**************************************%
%*******************************************************************************%
\begin{document}
%************************************TITLE PAGE**************************************%
\begin{titlepage}
\begin{center}
\textbf{\LARGE Universidad de Monterrey}\\[0.5cm]
\textbf{\large Escuela de Ingeniería y Tecnología}\\[0.2cm]
\vspace{20pt}\includegraphics[width=10cm]{IMG/Logo_Udem.jpg}\\
\par
\vspace{20pt}
\textbf{\Large Robótica}\\
\vspace{15pt}
\myrule[1pt][7pt]
\textbf{\LARGE Tarea Investigacion}\\
\vspace{15pt}
\textbf{\large Reporte de operaciones con matrices}\\
\myrule[1pt][7pt]
\vspace{35pt}
\textbf{\large Nombre \hspace{100pt} Matricula}\\
\vspace{15pt}
Luis Felipe Flores Zertuche \hspace{50pt} 523197 \\
\vspace{70pt}
\textbf {\large Profesor:}\\[0.2cm]
\Large {Hussein de la Torre Sotelo}\\[0.1cm]
\end{center}
\par
\vfill
\begin{center}
\textbf{Doy mi palabra de que he realizado esta actividad con integridad académica.}\\
\end{center}
\end{titlepage}
%************************************TABLE OF CONTENTS**************************************%
% %Sumário
% \newpage
% \tableofcontents
% \thispagestyle{empty}
% %End Sumário
%********************************%
%***********SECTION 1************%
%********************************%
\newpage
\textbf{\large Problema}\\[0.5 cm]
\end{document}