Created
June 30, 2014 02:06
-
-
Save kroger/b801a9495b85ec88945a to your computer and use it in GitHub Desktop.
python quick ref
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
\newcommand{\header}[1]{ | |
\begin{tikzpicture} | |
\node [fill=shade,rounded corners=5pt] | |
{ | |
\parbox{.95\linewidth}{ | |
\large | |
\textcolor{blue}{\sf \textbf{\raisebox{-15pt}{#1}}} | |
\vspace*{1ex} | |
} | |
}; | |
\end{tikzpicture} | |
\par | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment