Browse Source

Moved images to the imgs directory

Samuel W. Flint 7 years ago
parent
commit
535f59b024
2 changed files with 2 additions and 2 deletions
  1. 0 0
      imgs/variable-collection.png
  2. 2 2
      lisp-cas.org

+ 0 - 0
variable-collection.png → imgs/variable-collection.png


+ 2 - 2
lisp-cas.org

@@ -542,7 +542,7 @@ Variable collection is somewhat important, and to accomplish this, I use a recur
 
 #+Caption: Variable Collection
 #+Name: variable-collection
-#+BEGIN_SRC dot :file "variable-collection.png" :export results :cache yes
+#+BEGIN_SRC dot :file "imgs/variable-collection.png" :export results :cache yes
   digraph {
           start [label = "Start"];
           stop [label = "Stop"];
@@ -563,7 +563,7 @@ Variable collection is somewhat important, and to accomplish this, I use a recur
 #+Name: fig:variable-collection
 #+ATTR_LATEX: :width 8cm
 #+RESULTS[e1586dc50921f7ba260f125e7221a978d489bd34]: variable-collection
-[[file:variable-collection.png]]
+[[file:imgs/variable-collection.png]]
 
 #+Caption: Collect Variables
 #+Name: collect-variables