Latex course for IAS IEEE branch
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.

84 lines
1.2 KiB

\documentclass[
letterpaper,
draft,
onecolumn
]{article}
%\usepackage{geometry}
%\geometry{
%left=3.5cm,
%top=2.5cm,
%right=3.5cm,
%bottom=1.5cm
%}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{blindtext}
\newcommand{\portada}{
\begin{titlepage}
\includegraphics[width=6cm]{logo-tecnm}\hspace{0.5cm}
\includegraphics[width=3cm]{logo}\hspace{1.5cm}\includegraphics[width=3cm]{example-image-a}
\\[2cm]
%Headings
\center{}
\textsc{\LARGE Instituto Tecnológico de Morelia}\\[1.5cm]
\textsc{\Large División de Estudios Profesionales}\\[1cm]
\textsc{\Large Departamento de Ingeniería Y}\\[0.5cm]
%Title
\rule{\linewidth}{0.5mm}\\[0.4cm]
{\huge \bfseries Reporte de Práctica 5}
\rule{\linewidth}{0.5mm}\\[1.2cm]
%author
\begin{flushleft}
\emph{Alumno:}\\
Gerardo Marx \textsc{Chávez-Campos}
\emph{Número de Control:}\\
{\bfseries D01120294}
\end{flushleft}
{\large \today}
\vfill % fill the rest of page with blank space
\end{titlepage}
}
\begin{document}
\portada
\pagestyle{headings}
\section{Introducción}
\blindtext[3]
\section{Introducción}
\blindtext[3]
\section{Introducción}
\blindtext[3]\footnote{La nota al pie de la pagina.}
\end{document}