Is there a way to create a diagram in Dia,
- output to intermediate vector graphics, and
- resize the resultant graphics in the page?
Obviously, the png export works with \includegraphics, but that result is pixeled.
Is there a way to create a diagram in Dia,
Obviously, the png export works with \includegraphics, but that result is pixeled.
After trying several failing options
\include and resizebox,the following works:
\begin{adjustbox} environment (with the \usepackage{adjustbox} header)\input the file into this environment (you could also copy-paste the contents), adding the \usepackage{tikz} headerIf you want to use a pstricks export with pdflatex, you have to:
1) load auto-pst-pdf (after pstricks)
2) Launch pdflatex with the --enable-write18 switch (MiKTeX) or --shell-escape (TeX Live, MacTeX).