Hi,

I would like to create a task list for items defined in different tables. Ideally I would like to have a number of possibly configurable fields:

* id: an auto-incremented counter
* title: title of the task
* description: multi-paragraph detailed description of the task
* target: target date for the task

I would like to be able to enter these fields in:

- option 1: a table like fashion:

|  [ID]   |  [Title]                |  [Description]  |  [Target Date]
|    1     |   first task           |    blabla            |    01/07/2009
|    2     |   second task      |    blabla            |    01/08/2009

Of course adding a new task below task 2 would merge the table.

- option 2: a layout fashion

ID: 1
Title: first task
Description:
   blabla
   ...
Target Date: 01/07/2009

So my questions are:

Is something like this already possible with some LateX package and some ERT?
Is this  InsetCounter a good idea? Could this be based on InsetFlex?

Abdel.

Reply via email to