X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1446" "Wed" "16" "April" "1997" "10:29:11" "+0200" "Rolf Marvin B|e Lindgren" "r.m.b.lindgren@USIT.UIO.NO" nil "31" "Re: Alternatives to LaTeX (Was Some comments...)" "^Date:" nil nil "4" nil 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 KAA02813; Wed, 16 Apr 1997 10:30:47 +0200 (MET DST) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <12.B4E227B7@listserv.gmd.de>; Wed, 16 Apr 1997 10:30:45 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 125478 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 16 Apr 1997 10:30:40 +0200 Received: from goggins.uio.no (goggins.uio.no [129.240.201.2]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id KAA15337 for ; Wed, 16 Apr 1997 10:30:39 +0200 (MET DST) Received: from ulrik.uio.no by goggins.uio.no with local-SMTP (PP) id <03992-0@goggins.uio.no>; Wed, 16 Apr 1997 10:29:13 +0200 Received: by tag.uio.no ; Wed, 16 Apr 1997 10:29:11 +0200 (MET DST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <33540845.41C6@math.uci.edu> X-Mailer: VM 6.26 under Emacs 19.34.1 Message-ID: <199704160829.KAA14604@tag.uio.no> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <33540845.41C6@math.uci.edu> Date: Wed, 16 Apr 1997 10:29:11 +0200 From: Rolf Marvin B|e Lindgren Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Alternatives to LaTeX (Was Some comments...) Status: R X-Status: X-Keywords: X-UID: 1943 [Marcel Oliver] | it is unlikely that postscript versions of the EC fonts will appear | any time soon---bad for web based TeX publishing, and for every | commercially available font someone will have to at least T1-reencode | it, which I guess is not a triviality. So TeX users will always lag | behind in the choice of fonts they can use (if they want to avoid | running into the non- hyphenation stupidity). using Alan Jeffrey's fontinst package, and the utilities that are included with these, converting PostScript fonts to TeX fonts is not very difficult - at least not for text fonts. using a script that I hacked myself, I was able to convert the entire Adobe PostScript font collection to TeX fonts. I won't make this available to the public until I'm sure that the fonts behave correctly. however, somebody who knows more about fonts than I might want to convert the lot and make it available to CTAN. what bugs me more about LaTeX is the following, which has made me consider alternatives, since I think any decent typsetting program should offer it: a) the ability to typset lines to a grid b) footnotes set to the bottom of current column a) might be solved by adding an increment option to the skip commands, so that TeX will skip along specified, discrete intervals. b) is possible using the twocolumn mode that comes with LaTeX, but not with the otherwise more versatile multicol package.