#+name: umltest #+begin_src plantuml :file uml.png :exports results skinparam monochrome true autonumber footbox off actor Somebody #white actor me #882222 Somebody -> me : ask for grant review me -> me : spend some time thinking about this Somebody <- me : review grant #+end_src #+CAPTION: UML diagram #+LABEL: fig:uml #+ATTR_LATEX: width=\linewidth #+ATTR_HTML: width="600px" #+results: umltest [[file:uml.png]]