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.

73 lines
2.7 KiB

\documentclass[draft,twocolumn, fleqn]{article}
\setlength\parskip{0.3cm}
\usepackage{graphicx}
\newcommand{\myCommand}[2]{
This command supports two arguments #1 and #2.
}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\center % Center everything on the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\textsc{\LARGE Instituto Tecnológico de Morelia}\\[1.5cm] % Name of your university/college
\textsc{\Large División de Estudios de Posgrado}\\[0.5cm] % Major heading such as course name
\textsc{\large Ingeniería Y}\\[0.5cm] % Minor heading such as course title
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \huge \bfseries Reporte de Práctica X}\\[0.4cm] % Title of your document
\HRule \\[1.5cm]
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
\emph{Alumno:}\\
Gerardo Marx \textsc{Chávez-Campos} % Your name
\emph{Profesor:} \\
Dr. James \textsc{Brown} % Supervisor's Name
\\[2cm]
% Fecha
{\large \today}\\[2cm] % Date, change the \today to a set date if you want to be precise
% LOGO SECTION
\includegraphics[width=6cm]{logo}\\[1cm] % Include a department/university logo - this will require the graphicx package
%----------------------------------------------------------------------------------------
\vfill % Fill the rest of the page with whitespace
\end{titlepage}
\myCommand{one}{two}
\section{Intro}
Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.
Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: