diff options
author | Peter Ward <peteraward@gmail.com> | 2014-06-28 08:29:02 +1000 |
---|---|---|
committer | Peter Ward <peteraward@gmail.com> | 2014-06-28 08:29:02 +1000 |
commit | bf88e37275d5bee17702097360c2f5f00bf990be (patch) | |
tree | ec1dc81f3966c36b223f1ce1d28b0555880f2153 /docs | |
parent | 86c88670ea757cee11864ec00e6819726c65473a (diff) | |
parent | ef8545d1fcdfb8a52e3094bc2a92a1e3850a08b4 (diff) |
merged
Diffstat (limited to 'docs')
-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 a43db5d..f56b2d0 100644 --- a/docs/tutorial.tex +++ b/docs/tutorial.tex @@ -19,7 +19,7 @@ \usepackage{minted} \usemintedstyle{tango} -\newmint[py]{python}{} +\newmintinline[py]{python}{} \newminted{python}{} \newmintedfile{python}{} |