Re: gantt

2015-12-07 Thread Jacob Bishop
On Sat, Dec 5, 2015 at 12:39 PM, Patrick Dupre  wrote:

> Is there any gui using latex code (more or less like lyx)?
>
Yes, I use QTikZ,
http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/ to
create the diagrams, then paste the results into LyX (wrapped by a preview).

-Jacob


Re: gantt

2015-12-05 Thread John Kane
HI Patrick,
I don't understand the question. Are you trying to import a gantt chart
produced by project management software or create a gantt chart within LyX
or LaTeX?

2015-12-04 11:29 GMT-05:00 Patrick Dupre :

> Hello,
>
> Is there a tool to make gantt diagram compatible with lyx?
>
> Thank
>
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale   | |
>  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
>  189A, avenue Maurice Schumann | | 59140 Dunkerque, France
> ===
>



-- 
John Kane
Kingston ON Canada


Re: gantt

2015-12-05 Thread Patrick Dupre
Thank Marcus,

I finally use pgfgantt
It is really old fashion.
I did not find good tool to create a gantt diagram.
Is there any gui using latex code (more or less like lyx)?
I do not know the audience about an add-on to lyx, but a good
editor of gantt seems missing!

Regards.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Saturday, December 05, 2015 at 7:57 PM
> From: "Marcus Glöder" <m.gloe...@gmx.de>
> To: No recipient address
> Cc: lyx <lyx-users@lists.lyx.org>
> Subject: Re: gantt
>
> Dear Patrick,
> 
> you can embedding a Gantt chart into a LyX document just like any other 
> chart too. That is: Create you your Gantt chart, your network planning 
> chart or whatever you want to have with any program with which you want. 
> Then you make a picture of it, if possible in a vector graphics format. 
> If you are using latex as compiler, EPS is recommended as a graphic 
> format, when you use pdflatex or xelatex, rather PDF. In LyX then you 
> create a float using Insert -> Floats -> Picture, give the image a name 
> by caption, adding a label and place here via Insert -> Graphics your 
> EPS or PDF file (the Gantt chart).
> 
> The question of how you can embedding a Gantt Chart in LyX, so offers no 
> difficulties. More interesting is the question of how you create it. In 
> my opinion it's not a good idea to take easy the Gantt chart from MS 
> Project or ProjectLibre, because it looks not not like pretty. At the 
> moment I use Harvard Chart XL 3.0 to create the Gantt chart as such and 
> Inkscape to add shortcut arrows and milestones.
> 
> Best regards
> Marcus
> 
> -- 
> PMs to:  m.gloe...@gmx.de
>


Re: gantt

2015-12-05 Thread Marcus Glöder

Dear Patrick,

you can embedding a Gantt chart into a LyX document just like any other 
chart too. That is: Create you your Gantt chart, your network planning 
chart or whatever you want to have with any program with which you want. 
Then you make a picture of it, if possible in a vector graphics format. 
If you are using latex as compiler, EPS is recommended as a graphic 
format, when you use pdflatex or xelatex, rather PDF. In LyX then you 
create a float using Insert -> Floats -> Picture, give the image a name 
by caption, adding a label and place here via Insert -> Graphics your 
EPS or PDF file (the Gantt chart).


The question of how you can embedding a Gantt Chart in LyX, so offers no 
difficulties. More interesting is the question of how you create it. In 
my opinion it's not a good idea to take easy the Gantt chart from MS 
Project or ProjectLibre, because it looks not not like pretty. At the 
moment I use Harvard Chart XL 3.0 to create the Gantt chart as such and 
Inkscape to add shortcut arrows and milestones.


Best regards
Marcus

--
PMs to:  m.gloe...@gmx.de


Re: gantt

2015-12-05 Thread Marcus Glöder

Dear Patrick,

just I have take a look at the documentation of pgfgantt 
(http://texdoc.net/texmf-dist/doc/latex/pgfgantt/pgfgantt.pdf). If you 
mastered the package and you can live with the ERT produced, then there 
is nothing to be said against it that you can use it.


Otherwise do it so, as I have described: using an external application 
to make the Gantt chart, generating therefrom an image and embed the 
image into LyX.


Best regards
Marcus

--
PMs to: m.gloe...@gmx.de


Re: gantt

2014-10-07 Thread stefano franchi
2014-10-07 7:48 GMT-05:00 Patrick Dupre pdu...@gmx.com:

 Hello,

 Is it possible to make a gantt chart by using lyx?


I had to make one for a EU grant application recently, and I ended up using
tikz-gantt [1]. Documentation is excellent and it didn't take too much time
once I got the hang of the general idea behind the package. On the other
hand, YMMV. My gantt chart was really simple

Using tikz means no direct lyx support, however. My lyx-based grant
application has a big, 2-page long ERT box with all the tikz-gantt code in
it. In practical terms, I actually worked on the chart itself separately
from LyX using a Latex editor (Kile). Once I debugged it to my
satisfaction, I simply cut and paste  the latex code into an ERT box in LyX


Cheers,

Stefano


[1] http://www.ctan.org/pkg/pgfgantt



-- 
__
Stefano Franchi

stefano.fran...@gmail.com stef...@tamu.edu
http://stefano.cleinias.org


Re: gantt

2014-10-07 Thread Jacob Bishop
On Tue, Oct 7, 2014 at 7:08 AM, stefano franchi stefano.fran...@gmail.com
wrote:



  In practical terms, I actually worked on the chart itself separately from
 LyX using a Latex editor (Kile). Once I debugged it to my satisfaction, I
 simply cut and paste  the latex code into an ERT box in LyX


For what it's worth, I have also used tikz to create charts and graphs for
use in LyX (although never a gantt chart). I have had good luck with the
editor qtikz, which is nice because it gives the code on one side, and a
real-time preview of the output on the other. Also, if you use the preview
capability of LyX, you can make your ERT (when not selected) convert to a
nice preview of the output on-screen within LyX.

Jacob


Re: gantt

2014-10-07 Thread stefano franchi
2014-10-07 7:48 GMT-05:00 Patrick Dupre pdu...@gmx.com:

 Hello,

 Is it possible to make a gantt chart by using lyx?


I had to make one for a EU grant application recently, and I ended up using
tikz-gantt [1]. Documentation is excellent and it didn't take too much time
once I got the hang of the general idea behind the package. On the other
hand, YMMV. My gantt chart was really simple

Using tikz means no direct lyx support, however. My lyx-based grant
application has a big, 2-page long ERT box with all the tikz-gantt code in
it. In practical terms, I actually worked on the chart itself separately
from LyX using a Latex editor (Kile). Once I debugged it to my
satisfaction, I simply cut and paste  the latex code into an ERT box in LyX


Cheers,

Stefano


[1] http://www.ctan.org/pkg/pgfgantt



-- 
__
Stefano Franchi

stefano.fran...@gmail.com stef...@tamu.edu
http://stefano.cleinias.org


Re: gantt

2014-10-07 Thread Jacob Bishop
On Tue, Oct 7, 2014 at 7:08 AM, stefano franchi stefano.fran...@gmail.com
wrote:



  In practical terms, I actually worked on the chart itself separately from
 LyX using a Latex editor (Kile). Once I debugged it to my satisfaction, I
 simply cut and paste  the latex code into an ERT box in LyX


For what it's worth, I have also used tikz to create charts and graphs for
use in LyX (although never a gantt chart). I have had good luck with the
editor qtikz, which is nice because it gives the code on one side, and a
real-time preview of the output on the other. Also, if you use the preview
capability of LyX, you can make your ERT (when not selected) convert to a
nice preview of the output on-screen within LyX.

Jacob


Re: gantt

2014-10-07 Thread stefano franchi
2014-10-07 7:48 GMT-05:00 Patrick Dupre :

> Hello,
>
> Is it possible to make a gantt chart by using lyx?
>

I had to make one for a EU grant application recently, and I ended up using
tikz-gantt [1]. Documentation is excellent and it didn't take too much time
once I got the hang of the general idea behind the package. On the other
hand, YMMV. My gantt chart was really simple

Using tikz means no direct lyx support, however. My lyx-based grant
application has a big, 2-page long ERT box with all the tikz-gantt code in
it. In practical terms, I actually worked on the chart itself separately
from LyX using a Latex editor (Kile). Once I debugged it to my
satisfaction, I simply cut and paste  the latex code into an ERT box in LyX


Cheers,

Stefano


[1] http://www.ctan.org/pkg/pgfgantt



-- 
__
Stefano Franchi

stefano.fran...@gmail.com 
http://stefano.cleinias.org


Re: gantt

2014-10-07 Thread Jacob Bishop
On Tue, Oct 7, 2014 at 7:08 AM, stefano franchi 
wrote:

>
>
>  In practical terms, I actually worked on the chart itself separately from
> LyX using a Latex editor (Kile). Once I debugged it to my satisfaction, I
> simply cut and paste  the latex code into an ERT box in LyX
>

For what it's worth, I have also used tikz to create charts and graphs for
use in LyX (although never a gantt chart). I have had good luck with the
editor qtikz, which is nice because it gives the code on one side, and a
real-time preview of the output on the other. Also, if you use the preview
capability of LyX, you can make your ERT (when not selected) convert to a
nice preview of the output on-screen within LyX.

Jacob


Re: Gantt chart and lyx

2003-10-21 Thread Tuukka Toivonen
On Tue, 21 Oct 2003, Rajil Saraswat wrote:

Has anybody tried this before? I can see some links on the wiki but the
mailing list doesnt return anything useful.

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Tuukka Toivonen wrote:

On Tue, 21 Oct 2003, Rajil Saraswat wrote:

 

Has anybody tried this before? I can see some links on the wiki but the
mailing list doesnt return anything useful.
   

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael



Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:

 You can produce them in pstricks if you are desperate (I was and did :) 
 ).  You then end up with a nice postscript file at least.
 
 Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Rajil Saraswat wrote:

On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
   

Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil
 

Here it is. Caveat emptor :)

Raphael



gantt.tex
Description: TeX document


Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:23, Raphael Clifford wrote:
 
 Can you provide an example which i can modify, i have never played with 
 pstricks before!  and yes i am desperate.
 
 Thanks
 Rajil
 
   
 

 Here it is. Caveat emptor :)
 
 Raphael
 
Thanks a lot for the file. It gives me something to start with.

Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Herbert Voß
Rajil Saraswat schrieb:
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.
http://www.pstricks.de/Examples/gant.phtml

Herbert




Re: Gantt chart and lyx

2003-10-21 Thread John Sheahan
On Wed, 2003-10-22 at 01:57, Tuukka Toivonen wrote:
 On Tue, 21 Oct 2003, Rajil Saraswat wrote:

 If I remember correctly what are Gantt charts, I drew some using MrProject.
 It was some time ago, and then the only succesfull way to export it
 into LyX was as bitmap image using screen snapshot (no nice eps).

mrproject as at release 0.10 exports to postscript and pdf,  and has a nicer gui.
Still seems to have issues with resource conflict though..



-- 
John Sheahan [EMAIL PROTECTED]



Re: Gantt chart and lyx

2003-10-21 Thread Tuukka Toivonen
On Tue, 21 Oct 2003, Rajil Saraswat wrote:

Has anybody tried this before? I can see some links on the wiki but the
mailing list doesnt return anything useful.

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Tuukka Toivonen wrote:

On Tue, 21 Oct 2003, Rajil Saraswat wrote:

 

Has anybody tried this before? I can see some links on the wiki but the
mailing list doesnt return anything useful.
   

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael



Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:

 You can produce them in pstricks if you are desperate (I was and did :) 
 ).  You then end up with a nice postscript file at least.
 
 Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Rajil Saraswat wrote:

On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
   

Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil
 

Here it is. Caveat emptor :)

Raphael



gantt.tex
Description: TeX document


Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:23, Raphael Clifford wrote:
 
 Can you provide an example which i can modify, i have never played with 
 pstricks before!  and yes i am desperate.
 
 Thanks
 Rajil
 
   
 

 Here it is. Caveat emptor :)
 
 Raphael
 
Thanks a lot for the file. It gives me something to start with.

Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Herbert Voß
Rajil Saraswat schrieb:
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.
http://www.pstricks.de/Examples/gant.phtml

Herbert




Re: Gantt chart and lyx

2003-10-21 Thread John Sheahan
On Wed, 2003-10-22 at 01:57, Tuukka Toivonen wrote:
 On Tue, 21 Oct 2003, Rajil Saraswat wrote:

 If I remember correctly what are Gantt charts, I drew some using MrProject.
 It was some time ago, and then the only succesfull way to export it
 into LyX was as bitmap image using screen snapshot (no nice eps).

mrproject as at release 0.10 exports to postscript and pdf,  and has a nicer gui.
Still seems to have issues with resource conflict though..



-- 
John Sheahan [EMAIL PROTECTED]



Re: Gantt chart and lyx

2003-10-21 Thread Tuukka Toivonen
On Tue, 21 Oct 2003, Rajil Saraswat wrote:

>Has anybody tried this before? I can see some links on the wiki but the
>mailing list doesnt return anything useful.

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Tuukka Toivonen wrote:

On Tue, 21 Oct 2003, Rajil Saraswat wrote:

 

Has anybody tried this before? I can see some links on the wiki but the
mailing list doesnt return anything useful.
   

If I remember correctly what are Gantt charts, I drew some using MrProject.
It was some time ago, and then the only succesfull way to export it
into LyX was as bitmap image using screen snapshot (no nice eps).
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael



Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:
>
> You can produce them in pstricks if you are desperate (I was and did :) 
> ).  You then end up with a nice postscript file at least.
> 
> Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Raphael Clifford
Rajil Saraswat wrote:

On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:
 

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
   

Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.

Thanks
Rajil
 

Here it is. Caveat emptor :)

Raphael



gantt.tex
Description: TeX document


Re: Gantt chart and lyx

2003-10-21 Thread Rajil Saraswat
On Tuesday 21 October 2003 17:23, Raphael Clifford wrote:
> >
> >Can you provide an example which i can modify, i have never played with 
> >pstricks before!  and yes i am desperate.
> >
> >Thanks
> >Rajil
> >
> >  
> >
>
> Here it is. Caveat emptor :)
> 
> Raphael
> 
Thanks a lot for the file. It gives me something to start with.

Rajil


Re: Gantt chart and lyx

2003-10-21 Thread Herbert Voß
Rajil Saraswat schrieb:
On Tuesday 21 October 2003 17:07, Raphael Clifford wrote:

You can produce them in pstricks if you are desperate (I was and did :) 
).  You then end up with a nice postscript file at least.

Raphael
Can you provide an example which i can modify, i have never played with 
pstricks before!  and yes i am desperate.
http://www.pstricks.de/Examples/gant.phtml

Herbert




Re: Gantt chart and lyx

2003-10-21 Thread John Sheahan
On Wed, 2003-10-22 at 01:57, Tuukka Toivonen wrote:
> On Tue, 21 Oct 2003, Rajil Saraswat wrote:

> If I remember correctly what are Gantt charts, I drew some using MrProject.
> It was some time ago, and then the only succesfull way to export it
> into LyX was as bitmap image using screen snapshot (no nice eps).

mrproject as at release 0.10 exports to postscript and pdf,  and has a nicer gui.
Still seems to have issues with resource conflict though..



-- 
John Sheahan <[EMAIL PROTECTED]>