Boost logo

Boost :

From: Iain K.Hanson (iain.hanson_at_[hidden])
Date: 2002-10-16 09:47:38


The problem is mainly caused by tags that specify a fixed width.
Particularly with tables.

Also, the <pre> tag effectively specifies a fixed width ( variable )
width which is upto the eol. e.g. from BLL section 5, the following
runs off the side of an A4 printed page:

int i = 0; int j;
for_each(a.begin(), a.end(), (var(j) = _1, _1 = var(i), var(i) = var(j)));

only the last "));" gets missed off in this case. But I have seen cases
( can't remember where at the moment ) where I can not understand the
example because too much is missing.

/ikh

> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]]On Behalf Of Paul A. Bristow
> Sent: 16 October 2002 10:28
> To: Boost mailing list
> Subject: RE: [boost] printing documentation on A4
>
>
> I was hoping someone else could advise the details of how to
> ensure this.
>
> Really plain html works fine, but it is fancy tables etc that
> cause trouble.
>
> html experts advise please.
>
> Paul


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk