Graphics, Figures & TablesUsing dia to create block diagrams in LaTeX

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
User avatar
drpartha
Posts: 43
Joined: Wed Dec 02, 2009 1:41 am

Using dia to create block diagrams in LaTeX

Post by drpartha »

I am trying to use Dia to create block diagrams (flow charts) in my LaTeX documents. I want to avoid having to learn TikZ or pstricks. I can create the block diagram I need, and export it as a pgf document (tex file with tikZ code). But I get weird results in the envelope LaTeX document. Can someone post a step-by-step howto procedure for me please ? Please add a simple demo/example with a small block diagram. I can send you the diagram I have made, as a dia file.

Thanks,

partha

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
drpartha
Posts: 43
Joined: Wed Dec 02, 2009 1:41 am

Using dia to create block diagrams in LaTeX

Post by drpartha »

After some effort and trials, I found an easy way for using diagrams made with dia, in my LaTeX documents. No need to struggle with TikZ, pgf, pstricks et al. I make the diagram I need, almost effortlessly using dia. I then export the resulting diagram as an image (I prefer eps files). I do an includegraphics like I usually do. A sample of my solution is available at :
http://drpartha.org.in/publications/dia-try1.pdf The LaTeX source can be obtained from me.

Constructive suggestions and remarks are welcome.
Post Reply