Skip to content

Instantly share code, notes, and snippets.

@johnrichardrinehart
Created April 1, 2016 21:32
Show Gist options
  • Save johnrichardrinehart/9aaaed65067952da73e9d8310b787f21 to your computer and use it in GitHub Desktop.
Save johnrichardrinehart/9aaaed65067952da73e9d8310b787f21 to your computer and use it in GitHub Desktop.
\documentclass{article}
\newenvironment{env}[2]{env is #1 and #2}{}
\begin{document}
\begin{env}{amazing, wonderful}
\end{env}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment