X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1088" "Thu" "4" "February" "93" "10:24:27" "+0100" "rolf.lindgren@USIT.UIO.NO" "rolf.lindgren@USIT.UIO.NO" nil "27" "Re: document classes & numbering systems" "^Date:" nil nil "2"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/1.9.92 ) id AA16635; Thu, 4 Feb 93 10:26:22 +0100 Received: from vm.urz.Uni-Heidelberg.de (vm.hd-net.uni-heidelberg.de) by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/19.6.92) id AA23372; Thu, 4 Feb 93 10:26:20 +0100 Message-Id: <9302040926.AA23372@sc.zib-berlin.dbp.de> Received: from DHDURZ1 by vm.urz.Uni-Heidelberg.de (IBM VM SMTP V2R2) with BSMTP id 5430; Thu, 04 Feb 93 10:27:21 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 5498; Thu, 04 Feb 93 10:27:19 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 5496; Thu, 04 Feb 93 10:27:18 CET Reply-To: Mailing list for the LaTeX3 project Date: Thu, 4 Feb 93 10:24:27 +0100 From: rolf.lindgren@USIT.UIO.NO Sender: Mailing list for the LaTeX3 project To: Multiple Recipients of Subject: Re: document classes & numbering systems Status: R X-Status: X-Keywords: X-UID: 927 Don Hosek writes: > changing the \documentstyle cannot do everything for us. It won't > change a text which is written using the US style of > ``this.'' > to Viking Penguin's house requirement of > `this'. > (note change in quotes and movement of period). Or consider the > fact that grammatical statements which make sense with one For Norwegian typesetting, I once hacked a virtual font that gave << and >> in response to `` and ''. This gave the user the benefit of not having to alter his accustomed LaTeX writing style but still achieving correct typography, given the context. Creating virtual fonts that give ` and ' in response to `` and '' is no harder, likewise creating a virtual font that gives .' as response to ''. It's just a matter of hacking the proper ligatures into the font. This way, documents can be typeset for a variety of publishing traditions given macro packages that call the correct fonts, no matter the document style. But how would people feel about considering this kind of thing as font properties rather than document style properties?