diff --git a/docs/gallery.md b/docs/gallery.md
index d618912..34da9e7 100644
--- a/docs/gallery.md
+++ b/docs/gallery.md
@@ -271,3 +271,18 @@ This file is auto-generated by docs/render_all.sh. DO NOT EDIT.
+
+
+
+
+
+
diff --git a/docs/gen_gallery.sh b/docs/gen_gallery.sh
index afbd8fc..799d351 100755
--- a/docs/gen_gallery.sh
+++ b/docs/gen_gallery.sh
@@ -5,7 +5,7 @@ EXAMPLES='boundingbox colormaps goo latex_basic latex_color latex_draw
latex_wheel raster sphere blender_default_cube
tut_glue_svg tut_glue_animate tut_glue_keyframe tut_glue_fourier
tut_glue_physics tut_glue_latex tut_glue_povray
- tut_glue_povray_ortho'
+ tut_glue_povray_ortho tut_glue_potrace'
WIDTH=640
HEIGHT=$((WIDTH*9/16))
diff --git a/docs/glue_tut.md b/docs/glue_tut.md
index b509e1f..0f1134b 100644
--- a/docs/glue_tut.md
+++ b/docs/glue_tut.md
@@ -102,7 +102,7 @@ Scripting in Haskell also gives access to the extensive body of code libraries.
LaTeX is a widely used system for typesetting equations and documents. It is most commonly used by writing TeX documents which are then converted to pdfs. However, since the output of LaTeX is natively vector graphics, it is trivial to get SVG documents instead of pdfs. Armed with this knowledge, Reanimate offers a simple yet powerful function: `latex :: Text -> SVG`
-The `latex` function takes a snippet of TeX code, passes it through the LaTeX system, and converts the result to an SVG image. Furthermore, since the result is entirely determined by the TeX code, caching is used to hide the overhead of invoking LaTeX.
+The `latex` function takes a snippet of TeX code, passes it through the LaTeX system, and converts the result to an SVG image. Furthermore, since the result is entirely determined by the TeX code, caching is used to hide the overhead of invoking LaTeX.
The resulting SVGs can be manipulated just like any other. The below examples illustrates how different effects can be applied to different glyphs in the equation.
@@ -158,4 +158,14 @@ TODO: Morph SVG animation into sphere.
## Pillar V: potrace
-
+
+ Toggle source code.
+