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:article.tex
            supplies   file:article_structured.tex
            supplies   file:part1.tex
            supplies   file:part2.tex
            supplies   file:plan.py
            supplies   (file:sub/)
            supplies   step:./plan.py
            supplies   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:article_structured.tex
             creates   file:part1.tex
             creates   file:part2.tex
             creates   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

file:article_structured.tex
                path = article_structured.tex
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

file:part1.tex
                path = part1.tex
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

file:part2.tex
                path = part2.tex
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

step:python -m stepup.reprep.latex_flat article_structured.tex article.tex
             workdir = ./
             command = python -m stepup.reprep.latex_flat article_structured.tex article.tex
               state = PENDING
  consumes (amended) = file:part1.tex
                     = file:part2.tex
                     = file:sub/other.tex
          created by   step:./plan.py
            consumes   file:./
            consumes   file:article_structured.tex
            consumes   file:part1.tex
            consumes   file:part2.tex
            consumes   (file:sub/other.tex)
             creates   file:article.tex
            supplies   file:article.tex

file:article.tex
                path = article.tex
               state = PENDING
          created by   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex
            consumes   file:./
            consumes   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

(file:sub/other.tex)
                path = sub/other.tex
               state = PENDING
            consumes   (file:sub/)
            supplies   step:python -m stepup.reprep.latex_flat article_structured.tex article.tex

(file:sub/)
                path = sub/
               state = PENDING
            consumes   file:./
            supplies   (file:sub/other.tex)
