Hi,
I have been having a difficult time with an export (which includes a ditaa graphic) to PDF via LaTeX recently and am puzzled by it. Which is the correct format?
1) Supported by:
#+begin_src ditaa :file file.png :cmdline -r -S -s 2.5
---
Picture here
---
#+end_src
2) Supported by:
#+begin_ditaa file.png -r -S -s 2.5
---
Picture here
---
#+end_ditaa
Only #2 is working for me currently, though I suspect that #1 is the 'truer' form? Not sure what's going on...
Thanks,
John
P.S. Is there a way to enlarge the output? Using the -s option only seems to make the resolution higher, not change the actual size (inches, pixels, whatever) in the LaTeX output...