It would be nice to have some way to tell mscgen to generate multiple pages
documents for printing.
When a MSC gets too long, is very hard to print it, because, even if you
split the output yourself in multiple pages, the "header" (entities for
which each timeline is) is not repeated, making very hard to follow the
diagram.
If multi-page output is too hard, at least it should be a way to manually
repeat the "headers". Something like
msc {
a, b, c;
a -> b;
b -> c;
a, b, c; // or hhh, or anything else to ask for the headers
c -> a;
c -> b;
}
Original issue reported on code.google.com by llu...@gmail.com on 18 Nov 2009 at 4:03
Original issue reported on code.google.com by
llu...@gmail.com
on 18 Nov 2009 at 4:03