
Plantilla F Ciencias
Author:
Frida Vargas & Federico Vargas
Last Updated:
3 years ago
License:
Creative Commons CC BY 4.0
Abstract:
Encabezado para trabajos de FC.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish,mexico]{babel}
\setlength{\textwidth}{18cm}
\setlength{\oddsidemargin}{-1cm}
\setlength{\headsep}{-1cm}
\setlength{\voffset}{0cm}
\setlength{\topmargin}{0cm}
\setlength{\headheight}{0cm}
\usepackage{tikz}
\usetikzlibrary{calc,arrows}
\usepackage{multicol}
\usepackage{lipsum}
\begin{document}
%%%%%% ENCABEZADO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dedicado a Federico Vargas
\colorbox{white!10!}{
\begin{minipage}[t]{0.165 \textwidth}
\begin{flushright}
\includegraphics[width=1in]{EscudoUNAM.png}
\end{flushright}
\end{minipage}
\begin{minipage}[H]{0.62 \textwidth}
\begin{center}
{\large \textsc{Universdad Nacional Autónoma de México}}
\vspace{0.25cm}
\\
{ \huge \textbf{Tarea I}}
\\
\vspace{0.25cm}
\textbf{Cálculo Integral y Diferencial III}
\begin{multicols}{2}
\begin{flushleft}
\begin{itemize}
% NOMBRES DE INTEGRANTES
\item \small Edson André Cortes Silva
\item \footnotesize Frida Michelle Vargas Bautista
\end{itemize}
\end{flushleft}
\vspace{0.5cm}
\end{multicols}
\end{center}
\vspace{0.05cm}
\end{minipage}
\begin{minipage}[t]{0.165 \textwidth}
\begin{flushleft}
\includegraphics[width=1in]{Fciencias_UNAM.png}
\end{flushleft}
\end{minipage}
}
\begin{tikzpicture}
\draw[thick] (-6.5,0)--(11.2,0);
\end{tikzpicture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introducción}
\begin{enumerate}
\item \lipsum[1-1]
\item \lipsum[2-4]
\end{enumerate}
\end{document}