Last active
August 29, 2015 14:03
-
-
Save elclanrs/6f824469a86f4eb3cd53 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[oneside,12pt]{article} | |
%\usepackage[margin=1.55in]{geometry} | |
\usepackage[english]{babel} | |
\usepackage[T1]{fontenc} | |
\usepackage{ | |
listings,titlesec,sectsty,setspace, | |
enumerate,tabularx, | |
graphicx,fancyhdr,framed, | |
microtype,ragged2e, | |
} | |
% PdfLatex | |
\usepackage[utf8x]{inputenc} | |
\usepackage{libertine} | |
\usepackage{XCharter} | |
%\renewcommand{\sfdefault}{ppl} | |
%\renewcommand{\rmdefault}{bch} | |
%\renewcommand{\ttdefault}{lmtt} | |
% XeLatex | |
%\usepackage{fontspec,xltxtra} | |
%\setsansfont{Linux Biolinum} | |
%\setmainfont{Linux Libertine} | |
%\setmonofont{Inconsolata} | |
%\defaultfontfeatures{Ligatures=TeX} | |
%\sectionfont{\bfseries\sffamily\LARGE} | |
%\subsectionfont{\bfseries\sffamily\Large} | |
\allsectionsfont{\bfseries\sffamily} | |
\setstretch{1.0} | |
% Colors | |
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor} | |
\definecolor{azure}{rgb}{.94,1.0,1.0} | |
\definecolor{denim}{rgb}{.08,.38,.74} | |
\definecolor{lightgray}{rgb}{.9,.9,.9} | |
\definecolor{darkgray}{rgb}{.4,.4,.4} | |
\definecolor{darkergray}{rgb}{.15,.15,.15} | |
\definecolor{mauve}{rgb}{.58,0,.82} | |
\definecolor{brightgreen}{rgb}{0,.6,0} | |
% Links | |
\usepackage[colorlinks,linkcolor=denim,urlcolor=denim]{hyperref} | |
\usepackage[all]{hypcap} | |
\urlstyle{sf} | |
% Document | |
\fancypagestyle{plain}{ | |
\renewcommand{\headrulewidth}{0pt} | |
\setlength{\headheight}{20pt} | |
\lhead{\includegraphics[width=2in]{logo.png}} | |
\chead{} | |
\rhead{\raisebox{4pt}{\footnotesize\textsc{\color{gray}{title}}}} | |
\fancyfoot[C]{\textcolor{gray}{\thepage}} | |
} | |
\pagestyle{plain} | |
\setlength{\RaggedRightParindent}{1.5em} | |
\RaggedRight | |
\color{darkergray} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment