Thanks for the forum. I have prepared TimeTable and for each automatic group, the subject is attached to all subgroups taking the subject in the html display. Is there a way we can only have the subject-teacher-room SINCE THE SUBGROUP IS ALREADY IN THE HEADING?
ie can the highlighted part in the attachment be removed?
There are 2 variants. Both are a bit different in their results:
a) print the group or year tables, not the subgroups.
b) go to FET -> settings -> timetables -> html level
select at least level 3
generate again (so generate the fixed dataset from the fet results folder)
open the css file in the html results folder.
search line:
tr.line0, div.line0 {
font-size: smaller;
}
modifiy it into:
tr.line0, div.line0 {
display:none;
}
save the css file, open the html file with a webbrowser again and print it.
read more about css here:
https://www.timetabling.de/manual/FET-manual.en.html#id_45
Option b
That's what I needed.
Thank you