timjencar / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
0 stars 0 forks source link

Multi-page support #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Google messed up, this is a duplicate of issue 34.

Original comment by llu...@gmail.com on 18 Nov 2009 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by NThykier@gmail.com on 12 Dec 2009 at 8:12