/ Published in: Other
                    
                                        
Graphics, margin size, utf8 enconding, ams math & math accent, doc struct (title, author, date, table of contents, etc)
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx} % para agregar figuras/imágenes
\usepackage{anysize} % Soporte para el comando \marginsize
\marginsize{2cm}{2cm}{1cm}{1cm} % \marginsize{margen_izq}{margen_dch}{margen_sup}{margen_inf}
\usepackage[spanish]{babel} % varias definiciones para el español (por ejemplo usa ''Ãndice'' en lugar de ''Contents'')
% \usepackage[latin1]{inputenc} % caracteres especiales (acentos, eñess)
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath} % más cosas para matemática
% \usepackage{mathaccent} % para cosas como esta: x_{continua}
% gráficos xy
\usepackage{xy}
\input xy
\xyoption{all}
% Definición de comandos:
\newcommand{\expon}{ {\rm e} }
%opening
\title{}
\author{}
%\date{2006-04-08}
\date{} % fecha nula (sin fecha)
\begin{document}
\maketitle
\setcounter{page}{1} % las páginas empiezan a contar a partir de aca
\tableofcontents % Ãndice
\newpage
\begin{flushleft} % general para todo el documento
\section{}
\subsection{}
%blabla
\end{flushleft}
\end{document}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                