Skip to content

Instantly share code, notes, and snippets.

@bryant
Created June 29, 2012 03:29
Show Gist options
  • Save bryant/3015485 to your computer and use it in GitHub Desktop.
Save bryant/3015485 to your computer and use it in GitHub Desktop.
\documentclass [11pt] {article}
\usepackage [margin=0.5in, letterpaper] {geometry}
\usepackage {lipsum}
\usepackage {tabularx}
\usepackage {color}
\newcommand {\header} [1] {{\color {YaleBlue} #1}}
\definecolor {YaleBlue} {RGB} {54, 95, 145} %{15, 77, 146}
\begin {document}
\parindent 0pt
\begin {tabularx} {\textwidth} { @{} l X @{} }
Fancy header
&
\header {Fancy header}
\tabularnewline
\end {tabularx}
\end {document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment