Created
March 24, 2014 06:31
-
-
Save anachronic/9735189 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt,letterpaper]{report} | |
\usepackage[spanish]{babel} | |
\usepackage[ansinew]{inputenc} | |
\usepackage[right=2cm,left=3cm,top=2cm,bottom=2cm,headsep=0cm,footskip=0.5cm]{geometry} | |
\usepackage{graphicx} | |
\usepackage{wrapfig} %Inclusión de gráficos al lado de texto | |
\title{\Huge Título \\ Bajada \\ Informe} | |
\author{Nicolás Salas V.} | |
\def\thesection {\arabic{section}} | |
\sloppy | |
\begin{document} | |
\pagestyle{empty} | |
\begin{figure}[t] | |
\includegraphics[scale=0.83]{logo.png} | |
%\hspace{3.5cm} | |
\begin{tabular}{l} | |
\small Universidad de Chile\\ | |
\small Facultad de Ciencias Físicas y Matemáticas\\ | |
\small Departamento de Ciencias de la Computación\\ | |
\small CC3102 Teoría de la Computación\\ | |
\small Prof: Gonzalo Navarro. | |
\vspace{2.3cm} | |
\end{tabular} | |
\end{figure} | |
\maketitle | |
\tableofcontents | |
\section{Título 1} | |
Texto 1.... | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment