X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id EAC16D1B438; Fri, 28 Nov 2003 10:31:27 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 09139-06; Fri, 28 Nov 2003 06:30:59 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id AA436D1DD61; Fri, 28 Nov 2003 06:30:56 -0400 (AST) Received: from myrealbox.com grzm@smtp-send.myrealbox.com [61.115.206.98] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.44 $ on Novell NetWare; Fri, 28 Nov 2003 03:30:56 -0700 Date: Fri, 28 Nov 2003 19:30:49 +0900 Subject: Re: [DOCS] 7.4 official docs : Fonts? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) Cc: pgsql-www@postgresql.org, pgsql-docs@postgresql.org To: "Henry B. Hotz" From: Michael Glaesemann In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.553) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/411 X-Sequence-Number: 3058 On Friday, November 28, 2003, at 05:33 PM, Henry B. Hotz wrote: > Color works well on-screen with html. Small-point-size italics are > hard to read on-screen, agreed. > > Italics work well on B&W printout with PDF. (In general. I'm not > looking at the specific example.) > > Can you map things somehow to get the best of both worlds? If you're talking about printing from the browser, you can have separate style sheets with different media targets, so media="screen" could have the color, while media="print" could have italics. It's really flexible. At work I have a form letter that's generated on screen, and includes all of the navigation for moving around the site. When you print the page, the media="print" style sheet omits the navigation, restyles the page with different fonts and sizes, and adds the number we want to fax it to (Yes, I know. We still use fax for a large part of our interoffice correspondence. I'm trying to move us away from that, but it's a hard slog.) As for the PDF docs, they're formatting is indeed different. I assume that the SGML to PDF path is different from the SGML to HTML path (which is of course one of the benefits of using SGML). Is this what you mean? Michael