diff options
author | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:11:34 -0300 |
---|---|---|
committer | Felipe Portales-Oliva <f.portales.oliva@gmail.com> | 2019-03-28 22:11:34 -0300 |
commit | b57173a5ed52b52a8112d71d8c6b839f8a2fe1fc (patch) | |
tree | e206dd1ff9ecbab7ae286e65cfd819c92fa47370 | |
parent | ad8c4aac53e5cb3d4af56a37c931efbf95a44f0f (diff) |
A4 stablished as default paper size
-rw-r--r-- | fphw.cls | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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} |