root:
             version = v1
             creates   file:./
             creates   file:plan.py
             creates   step:./plan.py

file:plan.py
                path = plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:./plan.py

file:./
                path = ./
               state = STATIC
          created by   root:
            supplies   file:paper-inventory.txt
            supplies   file:paper.aux
            supplies   file:paper.log
            supplies   file:paper.out
            supplies   file:paper.pdf
            supplies   file:paper.tex
            supplies   file:plan.py
            supplies   file:subdir/
            supplies   step:./plan.py
            supplies   step:echo '2 + 2' > subdir/code.txt
            supplies   step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
            supplies   step:mkdir -p subdir/
            supplies   step:python -m stepup.reprep.latex paper.tex --run-bibtex

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:paper.tex
             creates   step:echo '2 + 2' > subdir/code.txt
             creates   step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
             creates   step:mkdir -p subdir/
             creates   step:python -m stepup.reprep.latex paper.tex --run-bibtex

file:paper.tex
                path = paper.tex
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.latex paper.tex --run-bibtex

step:mkdir -p subdir/
             workdir = ./
             command = mkdir -p subdir/
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
             creates   file:subdir/
            supplies   file:subdir/

file:subdir/
                path = subdir/
               state = BUILT
          created by   step:mkdir -p subdir/
            consumes   file:./
            consumes   step:mkdir -p subdir/
            supplies   file:subdir/code.txt
            supplies   file:subdir/generated.tex
            supplies   step:echo '2 + 2' > subdir/code.txt
            supplies   step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex

step:python -m stepup.reprep.latex paper.tex --run-bibtex
             workdir = ./
             command = python -m stepup.reprep.latex paper.tex --run-bibtex
               state = SUCCEEDED
  consumes (amended) = file:subdir/code.txt
                     = file:subdir/generated.tex
  supplies (amended) = file:paper.log
                     = file:paper.out
   env_var (amended) = REPREP_LATEX
          created by   step:./plan.py
            consumes   file:./
            consumes   file:paper.tex
            consumes   file:subdir/code.txt
            consumes   file:subdir/generated.tex
             creates   file:paper-inventory.txt
             creates   file:paper.aux
             creates   file:paper.log
             creates   file:paper.out
             creates   file:paper.pdf
            supplies   file:paper-inventory.txt
            supplies   file:paper.aux
            supplies   file:paper.log
            supplies   file:paper.out
            supplies   file:paper.pdf

file:paper-inventory.txt
                path = paper-inventory.txt
               state = BUILT
          created by   step:python -m stepup.reprep.latex paper.tex --run-bibtex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex paper.tex --run-bibtex

file:paper.aux
                path = paper.aux
               state = BUILT
          created by   step:python -m stepup.reprep.latex paper.tex --run-bibtex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex paper.tex --run-bibtex

file:paper.pdf
                path = paper.pdf
               state = BUILT
          created by   step:python -m stepup.reprep.latex paper.tex --run-bibtex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex paper.tex --run-bibtex

step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
             workdir = ./
             command = echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:subdir/
             creates   file:subdir/generated.tex
            supplies   file:subdir/generated.tex

file:subdir/generated.tex
                path = subdir/generated.tex
               state = BUILT
          created by   step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
            consumes   file:subdir/
            consumes   step:echo 'Verbatim input:\verbatiminput{code.txt}' > subdir/generated.tex
            supplies   step:python -m stepup.reprep.latex paper.tex --run-bibtex

step:echo '2 + 2' > subdir/code.txt
             workdir = ./
             command = echo '2 + 2' > subdir/code.txt
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:subdir/
             creates   file:subdir/code.txt
            supplies   file:subdir/code.txt

file:subdir/code.txt
                path = subdir/code.txt
               state = BUILT
          created by   step:echo '2 + 2' > subdir/code.txt
            consumes   file:subdir/
            consumes   step:echo '2 + 2' > subdir/code.txt
            supplies   step:python -m stepup.reprep.latex paper.tex --run-bibtex

file:paper.log
                path = paper.log
               state = VOLATILE
          created by   step:python -m stepup.reprep.latex paper.tex --run-bibtex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex paper.tex --run-bibtex

file:paper.out
                path = paper.out
               state = VOLATILE
          created by   step:python -m stepup.reprep.latex paper.tex --run-bibtex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex paper.tex --run-bibtex
