TABLIX(1) | Tablix User's Manual | TABLIX(1) |
tablix2_output - Tablix data export utility
tablix2_output [ -o file ] [ options ] format file
Tablix is a powerful free software kernel for solving general timetabling problems. It uses a coarse-grained parallel genetic algorithm in combination with other techniques to construct sensible timetables from XML formatted problem descriptions. Tablix can run on a single host as well as on a heterogeneous parallel virtual machine using PVM3.
tablix2_output reads a timetable description in a XML format produced by Tablix from file and converts it into a number of human or machine readable file formats. Alternatively, it can also read timetable information from a saved Tablix session.
Use the css option to specify an alternative stylesheet (if no stylesheet is specified, a default stylesheet is used).
Use the namedays option (without a value) to enable day names.
Use the css option to specify an alternative stylesheet (if no stylesheet is specified, a default stylesheet is used).
Use the namedays option (without a value) to enable day names.
The footnotes option (without a value) changes the way events from conflicting resources are displayed. Without this option time slots occupied by events from conflicting resources are only marked. With this option some more information is displayed in the timetable (this is similar to timetables produced by the htmlcss module).
With the weeksize option you can specify the number of days in a week. This can be used to produce timetables that span multiple weeks. For example: If the timetable has 15 days (the width of the "time" matrix and weeksize is set to 5, timetable will be displayed as 3 separate weeks. Default week size is 5 days.
You have to specify all of the following options for this export module to work correctly:
This module can create a timetable for a single class of students or a directory with timetables for all defined classes. In the first case, specify the name of the class with the class option. If you do not specify this option all timetables will be generated. In this case you have to specify a name for the directory into which the timetables will be saved (use the -o option).
By default the first timeslot begins at 8:00, the second at 9:00 and so on. If you would like to change that, make a file with one time slot time per line. Then specify this file with the hours option.
None currently known.
Tomaz Solc (tomaz.solc@tablix.org)
tablix2(1), Tablix User's Manual, Tablix modules HOWTO, Tablix on Morphix HOWTO
2006-02-04 | Tomaz Solc |