Mercurial > cortex
comparison thesis/cortex.org @ 529:96c189d4d15e
get footnotes, work on headers.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 25 Apr 2014 00:05:46 -0400 |
parents | 25f23cfd56ce |
children | 21b8389922ee |
comparison
equal
deleted
inserted
replaced
528:fd74479db5cb | 529:96c189d4d15e |
---|---|
2576 | 2576 |
2577 #+caption: Program for detecting whether the worm is curled. This is the | 2577 #+caption: Program for detecting whether the worm is curled. This is the |
2578 #+caption: simplest action predicate, because it only uses the last frame | 2578 #+caption: simplest action predicate, because it only uses the last frame |
2579 #+caption: of sensory experience, and only uses proprioceptive data. Even | 2579 #+caption: of sensory experience, and only uses proprioceptive data. Even |
2580 #+caption: this simple predicate, however, is automatically frame | 2580 #+caption: this simple predicate, however, is automatically frame |
2581 #+caption: independent and ignores vermopomorphic \footnote{Like | 2581 #+caption: independent and ignores vermopomorphic \begin{footnote} Like |
2582 #+caption: \emph{anthropomorphic}, except for worms instead of humans.} | 2582 #+caption: \emph{anthropomorphic}, except for worms instead of humans. |
2583 #+caption: differences such as worm textures and colors. | 2583 #+caption: \end{footnote} differences such as worm textures and colors. |
2584 #+name: curled | 2584 #+name: curled |
2585 #+begin_listing clojure | 2585 #+begin_listing clojure |
2586 #+begin_src clojure | 2586 #+begin_src clojure |
2587 (defn curled? | 2587 (defn curled? |
2588 "Is the worm curled up?" | 2588 "Is the worm curled up?" |