Discussion:
gantt
Patrick Dupre
2014-10-07 12:48:21 UTC
Permalink
Hello,

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

Thank

===========================================================================
Patrick DUPRÉ | | email: ***@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
===========================================================================
stefano franchi
2014-10-07 13:08:15 UTC
Permalink
Post by 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

***@gmail.com <***@tamu.edu>
http://stefano.cleinias.org
Jacob Bishop
2014-10-07 16:54:57 UTC
Permalink
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

Loading...