Skip to content

Instantly share code, notes, and snippets.

@kroger
Created June 30, 2014 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kroger/b801a9495b85ec88945a to your computer and use it in GitHub Desktop.
Save kroger/b801a9495b85ec88945a to your computer and use it in GitHub Desktop.
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