John Maddock wrote: >> BUT some of the CODE fields overflow BOTH the table fields AND the >> page >> width. >> (I am using the latest Adobe Acrobat Reader 7.0) > > Some of them look terrible actually, not sure how to handle that :-(
Well we've had to face this problem for the date-time docs. Basically we had to refactor all our tables manually to make sure there would be enough room for stuff to fit. You can see the result here: http://www.crystalclearsoftware.com/libraries/date_time/date_time_1_33.pdf Look at one of the classes like posix_time_zone on page 44. You can see our tables are like this: Syntax Description ----------- Example This form basically ensures 2-column breakout so there's enough space for code examples and such. Even with that we had to goof around with smaller fonts, shorter names in code and such to get things to fit right. It wasn't exactly 'push the button' to get things to look reasonable. Jeff ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
