Created
September 28, 2009 18:30
-
-
Save hsigrist/195677 to your computer and use it in GitHub Desktop.
This file contains hidden or 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[letter,twocolumn,twoside,mathserif,10pt]{book} | |
| \usepackage[left=2cm,right=2cm,top=2cm,bottom=1.8cm]{geometry} | |
| \usepackage{graphicx} | |
| \usepackage{fourier} | |
| \usepackage[latin1]{inputenc} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{float} | |
| \usepackage{fancyhdr} | |
| \usepackage{fancybox} | |
| \pagestyle{fancy} | |
| \fancyhead{} % clear all header fields | |
| \fancyhead[LO]{\includegraphics[width=2in]{davincilogo2009.pdf}} | |
| \fancyhead[HR]{\Ovalbox{\bfseries\Large GMA102: Números Enteros}} | |
| \fancyfoot{} % clear all footer fields | |
| \fancyfoot[LE,RO]{\thepage} | |
| \fancyfoot[LO,CE]{\bfseries GMA102} | |
| \fancyfoot[CO,RE]{\bfseries DaVinci PreUniversitario} | |
| \renewcommand{\headrulewidth}{0pt} | |
| \renewcommand{\footrulewidth}{0.4pt} | |
| \def\NN{\mathbb{N}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment