Latex and dia

2006-07-27 Thread Rubén Pérez
Hi, Well, I'm just getting started with Linux and forgetting Windows. So I am coming across with several new programs. One of them is Dia, I found that it is a very good program... if I could put my diagramas in my LaTeX documents.  I have read de FAQ of the program where it explains how to export

Artwork should be updated to fit Tango standards

2006-07-27 Thread Jorge Suárez
Artwork should be updated to fit Tango standards, that would make dia more competitive. ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www

Re: Artwork should be updated to fit Tango standards

2006-07-27 Thread Robert Staudinger
On 7/26/06, Jorge Suárez <[EMAIL PROTECTED]> wrote: > Artwork should be updated to fit Tango standards, that would make dia > more competitive. Would you be able to provide compliant artwork? I'd be more than happy taking over the integration work with the maintainers' approval. - Rob ___

DIA

2006-07-27 Thread Christian Sollfrank
Hi :-)   What the hell @&%!$§!! did i wrong – after having installed dia for windows i had to manually download separate dll-files until an windows error message disappeared „diaw.exe – component not found“. But now I have an error message that the dll entry point (I hope you understand m

Re: DIA

2006-07-27 Thread Steffen Macke
Hi Christian, > What the hell @&%!$§!! did i wrong – after having installed dia for windows > i had to manually download separate dll-files until an windows error message > disappeared „diaw.exe – component not found". But now I have an error > message that the dll entry point (I hope you understa

export filter

2006-07-27 Thread lidiriel
Hello, now i stop my python development and i began a new export filter in C. I created fews objects in new lib and i try to generate an export file. I use the method : static void draw_object(DiaRenderer *self, DiaObject *object) for detected each object and generate a piece of export file. it '

Re: Latex and dia

2006-07-27 Thread Alan G Isaac
On Wed, 26 Jul 2006, Rubén Pérez apparently wrote: > if I could put my diagramas in my LaTeX documents Why not export to EPS and use \includegraphics ? http://amath.colorado.edu/documentation/LaTeX/reference/figures.html hth, Alan Isaac ___ Dia-lis

Re: create python dia plugin : need help !

2006-07-27 Thread Hans Breuer
On 26.07.2006 14:07, lidiriel wrote: > I have recompiled dia 0.95 on linux. > I paste into ~/.dia/python/hello.py , the hello code found in this > mailling list : > import dia > def hello_callback(data, flags): >print "Hello, Dia!\n" > dia.register_callback("Hello, world", >

Re: Latex and dia

2006-07-27 Thread robm
PSTricks isn't a very good way to work with LaTeX. It is a pain in the rear, and it doesn't support everything that Dia can do. EPS files work ok, but if you want to use the LaTeX engine to do special text formatting (formulas, etc.) it won't work. I have used MetaPost rather extensively.