Hi!
Normally, I use the Dia eps export, epstopdf, and include them into
pdflatex \includegraphics[scale=0.5]{foo.pdf} with very good results.
No I like to include a figure with latex formulas.
My trials so far ...
1.1 I´ve tried to use the PStriks export function.
It seems that this only works wi
Hi
I would like to be able to import the structure of a database into Dia.
My first tought was to run 'describe' for the tables I have in my database, and
then parse
the output into Dia:s (XML?) format. But since maybe the fileformat might
change, this
isn't so good, right?
Has anyone done or wa
Hi,
in the PropDescription structure can i put a gpointer as extradata ?
exemple :
GList *foo;
and in the table :
static PropDescription bar[] = {
...,
{ "fooValue", PROP_TYPE_STRINGLIST, PROP_FLAG_VISIBLE, N_("string
list"), NULL, foo},
...
}
and the foo pointer will be modify
On Tue, 2006-08-22 at 17:20 +0200, lidiriel wrote:
> Hi,
>
> in the PropDescription structure can i put a gpointer as extradata ?
> exemple :
> GList *foo;
>
> and in the table :
> static PropDescription bar[] = {
> ...,
> { "fooValue", PROP_TYPE_STRINGLIST, PROP_FLAG_VISIBLE, N_("str