A4 stablished as default paper size

This commit is contained in:
Felipe Portales-Oliva 2019-03-28 22:11:34 -03:00
parent ad8c4aac53
commit b57173a5ed

View file

@ -32,9 +32,6 @@
% UTF-8 is best coding
\RequirePackage[utf8]{inputenc}
% We won't need those ugly margins
\RequirePackage{geometry}
% Header and footers, we will use the titles also
\RequirePackage{fancyhdr}
@ -58,7 +55,10 @@
\renewcommand{\StudentLang}{Nombre estudiante}
}
\PassOptionsToClass{a4paper}{article}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -82,6 +82,8 @@
\titleformat{\subsubsection}[runin]{\bfseries\itshape}{ \thesubsubsection.}
{1mm}{}[.\quad]
% Geometry lets us modify the sizes of the document nicely
\RequirePackage{geometry}
% Decent margins for the documents, as it is meant to be printed
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}