-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtarea1.tex
58 lines (49 loc) · 1.5 KB
/
tarea1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass{article}
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[left=2.5cm,
top=2.5cm,
right=2.5cm,
bottom=3cm]{geometry}
\pagenumbering{gobble}
%Materia y maestro
\newcommand{\materia}{\uppercase{Amplificadores Operacionales}}
\newcommand{\maestro}{\uppercase{María De Los Ángeles Fabián Álvarez}}
%Tipo de documento y nombres de tema
\newcommand{\tipoDoc}{\uppercase{}} %TAREA, REPORTE DE LABORATORIO,
\newcommand{\nombreDoc}{\uppercase{Investigación}}
\newcommand{\docNum}{}
\newcommand{\subNombreDoc}{\uppercase{Características de los circuitos integrados LM324 y TL084}}
%Alumnos y fecha
\newcommand{\alumnos}{\uppercase{GABRIEL AGUILAR LEMUS \\ Jorge Alberto Ochoa L}}
\newcommand{\fecha}{\uppercase{13 de Septiembre de 2017}}
\begin{document}
%Cabezal del membrete
\includegraphics[scale=.5, center]{/home/gabriel/LATEX/PortadaOficial/encabezado.png}
\centering{
\huge INSTITUTO TECNOLÓGICO DE MORELIA \\
\vfill
\large DIVISIÓN DE ESTUDIOS PROFESIONALES \\
\vfill
\large DEPARTAMENTO DE INGENIERÍA ELECTRÓNICA \\
\vfill
\Large \textbf \materia \\
\vfill
\textbf{\tipoDoc} \\
\vfill
\LARGE \textbf{ \nombreDoc \, \docNum: \\ \subNombreDoc} \\
\vfill
\large PRESENTA(N): \\
\LARGE \textbf{\alumnos} \\
\vfill
\large PROFESORA: \\
\Large \textbf{\maestro }
}
\vfill
\begin{flushleft}
MORELIA, MICHOACÁN \hfill \uppercase{\fecha}
\end{flushleft}
\pagebreak
\end{document}