-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (24 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
General:
ScrumtexTasks is a simple tool that generates printable task notes
from spreadsheet data. To use it all you need to do is export the
task contents to a CSV file and run the script. The script and its
templates can be further customized.
Prerequisites (Linux):
pdftk - Used to combine multiple PDF files into one
latex-beamer - Latex presentation class
lmodern
latex - tex-live, miktex or any other
python
Usage:
./MakeTasks.sh task_file folder_out
Format:
By default the CSV file has to contain 5 fields identified by name in
the first line of the CSV file (see tasks.txt for an example). Currently
the first field must the the task title (mostly user-story). The notes are color grouped by equi-titled tasks.
To specify a list of elements separate them using a hash `#` in a single CSV
field. The hash `#` is not to be used for any other purpose in the CSV.
Customization:
To modify the layout of the note you can edit the Latex templates in
FrameTemplate.tex and TaskHeader.tex. Every template argument that begin
with a '$' in FrameTemplate.te must be matched by an appropriate field
in the CSV file.