remove numbering for chapters
authordaniel watson <ozzloy@gmail.com>
Thu, 5 May 2016 21:30:11 +0000 (14:30 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sat, 11 Jun 2016 05:00:22 +0000 (22:00 -0700)
curriculum/square.scm

index a8fa36d73c33a8b567244b931993dbc86555ecd7..d01fbeb22cb724c8647aaa4dfa4da813610230a7 100644 (file)
@@ -4,6 +4,7 @@
  :title [square]
  (chapter
   :title (source :language c [square()\;])
+  :number #f
   (p [here's the output of ,(prog (source :language c [square()\;]))])
   (figure
    :legend "square();"
@@ -16,6 +17,7 @@
             ,(source :language c [\;])]))
  (chapter
   :title [square(1)\;]
+  :number #f
   (p [here's the output of ,(source :language c [square(1)\;])])
   (figure
    :legend "square(1);"
@@ -26,6 +28,7 @@
            is left unspecified.]))
  (chapter
   :title [square(2)\;]
+  :number #f
   (p [here's the output of ,(source :language c [square(2)\;])])
   (figure
    :legend "square(2);"