mgansler / mscgen

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

Multi-page support #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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:02

GoogleCodeExporter commented 8 years ago
Issue 35 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago

Original comment by Michael....@gmail.com on 3 Jan 2010 at 11:56