diff options
author | Peter Ward <peteraward@gmail.com> | 2014-06-27 23:45:13 +1000 |
---|---|---|
committer | Peter Ward <peteraward@gmail.com> | 2014-06-27 23:45:13 +1000 |
commit | fe9b989f1836499bb8fada3ea99476834d75a9dd (patch) | |
tree | 895bd0132ea34c524bee18db4eb56dff62855e81 | |
parent | 83f0fd9d9006934463b9237e6e6ef9a2a795b988 (diff) |
update minted version
-rw-r--r-- | docs/tutorial.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.tex b/docs/tutorial.tex index a76760b..907052d 100644 --- a/docs/tutorial.tex +++ b/docs/tutorial.tex @@ -16,7 +16,7 @@ \usepackage{minted} \usemintedstyle{tango} -\newmint[py]{python}{} +\newmintinline[py]{python}{} \newminted{python}{} \newmintedfile{python}{} |