Created
June 29, 2012 03:29
-
-
Save bryant/3015485 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 [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