Skip to content

Instantly share code, notes, and snippets.

@kroger
Created June 30, 2014 02:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
python quick ref
\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