X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1433" "Tue" "18" "March" "1997" "19:33:44" "GMT" "Marcel Oliver" "moliver@MATH.UCI.EDU" nil "29" "Re: International documents" "^Date:" nil nil "3" nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id UAA07639; Tue, 18 Mar 1997 20:38:31 +0100 (MET) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <5.2B5C05C9@listserv.gmd.de>; Tue, 18 Mar 1997 20:33:58 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 114621 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 18 Mar 1997 20:33:48 +0100 Received: from math.uci.edu (root@math.uci.edu [128.200.174.70]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id UAA24332 for ; Tue, 18 Mar 1997 20:33:46 +0100 (MET) Received: from rasha.math.uci.edu by math.uci.edu (8.8.5) id LAA09171; Tue, 18 Mar 1997 11:33:45 -0800 (PST) Received: by rasha.math.uci.edu (8.8.5) id TAA09294; Tue, 18 Mar 1997 19:33:44 GMT Message-ID: <199703181933.TAA09294@rasha.math.uci.edu> Reply-To: Mailing list for the LaTeX3 project Date: Tue, 18 Mar 1997 19:33:44 GMT From: Marcel Oliver Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: International documents Status: R X-Status: X-Keywords: X-UID: 1873 I followed the discussion about international documents for a while, then yesterday, reading a German math book, it occurred to me that the following point (as far as I can remember) has not been discussed: It seems standard in German mathematical typesetting to use letterspacing for "emphasis" (e.g. for defining words), while italics are reserved for theorems and such. So this concerns only a "sublanguage", rather than default German typography. On the other hand the problem seems to be general enough to have a solution within LaTeX. I am aware that Don Knuth calls letterspacing in TeX a "bad idea" and would prefer to have fonts with custom made kerns for wider inter-letter-spaces. However, with the advance of NFSS and the wide proliferation of fonts from different sources this seems to pose unnecessary constraints on the user, with at best epsilon improvement in the output. So I think there is a good case for this to be handled automatically by TeX/LaTeX. The currently available letterspace package does not seem adequate because of its non-LaTeX syntax and the fact that it breaks the kerning between pairs of letters, which does look bad especially for small spacing factors. I have a modified version of letterspace due to Donald Arsenau which solves the latter problem, and proves that this can be done without modifying TeX (although I guess modifying TeX could provide a more stable solution). Marcel