Better latex example and a few bug fixes.

Former-commit-id: c08f4f7b31996b8a6672a91d86724ea57869d043
This commit is contained in:
David Himmelstrup 2019-12-03 23:20:11 +08:00
commit a8192aa099
8 changed files with 180 additions and 62 deletions

View file

@ -4,7 +4,7 @@ ROOT=`stack path --project-root`
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_physics tut_glue_latex'
WIDTH=640
HEIGHT=$((WIDTH*9/16))