Skip to content

Instantly share code, notes, and snippets.

@dhermes
Last active August 29, 2015 14:07
Show Gist options
  • Save dhermes/c3857b1583a3e7606a1e to your computer and use it in GitHub Desktop.
Save dhermes/c3857b1583a3e7606a1e to your computer and use it in GitHub Desktop.
\documentclass[letterpaper,10pt]{article}
\usepackage[margin=1in]{geometry}
% http://stackoverflow.com/a/11331659/1068170
\usepackage{upquote}
\begin{document}
Inline \verb!a = x'!.
Verbatim mode:
\begin{verbatim}
>>> import sympy
>>> x, y, z = sympy.symbols('x y z')
\end{verbatim}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment