home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / fj / comp / texhax / 1187 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  26.5 KB

  1. Path: sparky!uunet!ccut!wnoc-tyo-news!icot32!takagi
  2. From: TeXhax-Request@tex.ac.uk
  3. Newsgroups: fj.comp.texhax
  4. Subject: TeXhax Digest V92 #020
  5. Message-ID: <15667@icot32.icot.or.jp>
  6. Date: 14 Nov 92 03:16:29 GMT
  7. Sender: takagi@icot32.icot.or.jp
  8. Distribution: fj
  9. Lines: 667
  10. Approved: postmaster@icot32.icot.JUNET
  11.  
  12. Reply-To: TeXhax@tex.ac.uk
  13. Errors-To: TeXhax-Request@tex.ac.uk
  14. Distribution: world
  15. Date: Fri, 13 Nov 92 16:58:43 GMT
  16. Message-Id: <26056.721673923@mips.nott.ac.uk>
  17. Sender: cczdao@mips.nott.ac.uk
  18.  
  19. TeXhax Digest    Friday, 13 Nov 1992  Volume 92 : Issue 020
  20.  
  21. %  The TeXhax Digest is brought to you as a service of the TeX Users Group  %
  22. %    and UK TeX Users Group in cooperation with the UK TeX Archive group    %
  23.  
  24. Today's Topics:
  25.                                  Concrete fonts
  26.                            Re: magnification in LaTeX
  27.                              magnification in LaTeX
  28.                              DVIHP for LaserJet II
  29.                      Spell Checkers and pk file conversion
  30.                               Re: Problems at SHSU
  31.                               other spell checkers
  32.                                  printer driver
  33.                   LaTeX: \thispagestyle for "page of floats"?
  34.                             TeX/LaTeX Spell Checkers
  35.                              modes.mf 0.11 released
  36.                         New macro package: Lollipop TeX
  37.                       lucida (math) version 1.2 available
  38.                               eplain 2.2 available
  39.                     New version of SFPtoPK on FILESERV/Niord
  40.  
  41. Administrivia:
  42.     Moderators:    David Osborne and Peter Abbott
  43.     Contributions: TeXhax@tex.ac.uk
  44.     Administration, subscription and unsubscription requests:
  45.                    TeXhax-request@tex.ac.uk
  46.  
  47. ------------------------------------------------------------
  48.  
  49. Date:    Mon, 12 Oct 92 09:40:35 -0700
  50. From:    mr370673@rs6550.mor.itesm.mx (Rafael Morales G.)
  51. Subject: Concrete fonts
  52.  
  53. Does anybody know how can I get the Concrete Fonts (used in "Concrete
  54. Mathematics")?  I posted a similar message few weeks ago, but I do not
  55. find any answer.  Thank you.
  56.  
  57. Rafael Morales Gamboa
  58. ITESM Campus Morelos
  59. Cuernavaca, Mor.
  60. MEXICO.
  61.  
  62. ------------------------------
  63.  
  64. Date:    23 Oct 92 16:20:48 +0000
  65. From:    Mike Piff <M.Piff@shef.ac.uk>
  66. Subject: Re: magnification in LaTeX
  67.  
  68. > Date:    Wed, 21 Oct 92 18:37:58 +0700
  69. > From:    zheng@maths.uwa.oz.au (Wei Xing Zheng)
  70. > Subject: magnification in LaTeX
  71. >
  72. > The LaTeX Manual says, "The \magnification command in Plain TeX has no
  73. > counterpart in LaTeX. Magnification of the output can often be done by
  74. > the program that prints the dvi file." If anyone knows what this means
  75. > and how to do magnification in LaTeX, please kindly let me know.
  76. >
  77. > Many thanks.
  78. >
  79. > Wei X. Zheng
  80.  
  81. For instance, using emTeX on a PC, one can say
  82.  
  83. dvihplj test.dvi prn /m1200
  84.  
  85. to magnify by a factor of 1.2.  Thus, a 10pt original 5in wide will be 6in
  86. wide and looking like 12pt when magnified. The hairlines in characters are
  87. also magnified, so you can get the publisher to photo-reduce your camera
  88. ready document, assuming the publisher cannot work directly from the .DVI
  89. file. This gives a better result than reducing a true 12pt document to 10pt,
  90. since 10pt--> magnified 10pt--> 10pt is not the same as reduced 12pt.
  91.  
  92. One problem you may find is that you may be missing some fonts at some
  93. magnifications. Also, your 14pt xxx font may really be a 12pt magnified
  94. font already, which gets a further dose of magnification on top.
  95.  
  96. %% Dr M J Piff                      %%  e-mail:
  97. %% Department of Pure Mathematics   %%
  98. %% University of Sheffield          %%  M.Piff@sheffield.ac.uk
  99. %% Hicks Building                   %%
  100. %% Hounsfield Road                  %%
  101. %% SHEFFIELD S3 7RH                 %%  Telephone: SHEFFIELD (0742) 768555
  102. %% England                          %%             Ext. 4431
  103.  
  104. ------------------------------
  105.  
  106. Date:    Fri, 23 Oct 92 16:37:22 +0000
  107. From:    Wolfgang Ratzka <wolfgang.ratzka@rphs1.physik.uni-regensburg.de>
  108. Subject: magnification in LaTeX
  109.  
  110. Wei X. Zheng asks:
  111.  ``The LaTeX Manual says, "The \magnification command in Plain TeX has no
  112.    counterpart in LaTeX. Magnification of the output can often be done by 
  113.    the program that prints the dvi file." If anyone knows what this means 
  114.    and how to do magnification in LaTeX, please kindly let me know.''
  115.  
  116. This means that you cannot tell LaTeX to produce a `scaled' dvi file
  117. (i.e. one that will produce output scaled by a certain factor when
  118. processed by a driver program). So centimeters allways will be true
  119. centimeters. 
  120.  
  121. You don't loose any functionality, as most dvi drivers allow you to
  122. scale your output (if scaled fonts are available). So if you are using
  123. dvips and you want to print an A5 page onto A4 for later reduction
  124. (so you get better resolution) you would use
  125.         dvips -x 1400 <your file name>
  126.               ^^^^^^^
  127. This means: magnify output by 1400/1000.
  128.  
  129. Of course the exact procedure is dependent on the driver you use.
  130.  
  131.  
  132.                                                         Wolfgang Ratzka
  133. |    |   )      X400: ratzka@rphs1.physik.uni-regensburg.dbp.de
  134. | /\ |  \             ratzka@vax1.rz.uni-regensburg.dbp.de
  135. |/  \|   \      SMTP: ratzka@rphs1.physik.uni-regensburg.de
  136.  
  137. Phone:      +49 941 943 2085
  138. Paper mail: Wolfgang Ratzka \\  Institut f\"ur Theoretische Physik \\
  139.             Lehrstuhl Prof. Weise \\ Universit\"at Regensburg \\
  140.             W-8400 Regensburg \\ GERMANY
  141.  
  142. ------------------------------
  143.  
  144. Date:    Tue, 27 Oct 92 12:39:27 -0800
  145. From:    awslawson@ucdavis.edu (Wayne Slawson)
  146. Subject: DVIHP for LaserJet II
  147.  
  148.  
  149. Does anyone know of a free-ware program for printing dvi files
  150. on a (non-PostScript) LaserJet II printer driven from:
  151.  
  152. 1. a Sparcstation I (or II)
  153.  
  154. 2. a SGI Indigo?
  155.  
  156. Any advice would be appreciated.
  157.  
  158. Yours sincerely,
  159.  
  160. Wayne Slawson
  161. awslawson@ucdavis.edu
  162.  
  163. ------------------------------
  164.  
  165. Date:    29 Oct 92 11:28:32 -0500
  166. From:    "DR. JIM WALKER @CRL" <WALKERJ@crl.aecl.ca>
  167. Subject: Spell Checkers and pk file conversion
  168.  
  169. I'd like to thank everybody who helped me with my spelling and pk problems.
  170.  
  171. Several spell checkers were recommended:
  172.         --------------
  173.  
  174. MICROSPELL:
  175. Trigram Systems of 5840 Northumberland St. Pittsburgh, PA 15217 (FAX
  176. 412-422-3793) sells a system called MicroSpell (version 8 for MSDOS) for
  177. $79.oo (US).
  178.  
  179. LSPELL20:
  180. Try looking out a copy of lspell20.zip, its a TeX/LaTeX aware spell checker
  181. which runs under DOS, written in Turbo Pascal I think.If memory serves correctl
  182. y it was in /mirrors/txtutl on wuarchive.wustl.edu,
  183. but archie should be able to direct you anyway ......
  184.  
  185. AMSPELL:
  186. The third (you can ftp it on 141.210.10.117, file
  187. pub/msdos/txtutl/amspel20.zip) is a work of some people in
  188. netherlands.
  189.  
  190. EPELLE/DOS & SSPELL:
  191. EPELLE est un ensemble de programmes visant \`a d\'etecter des mots
  192. mal orthographi\'es dans des textes fran\c cais saisis afin
  193. d'\^etre compos\'es en TeX.
  194.  
  195. SSPELL est un programme visant \`a d\'etecter des mots mal
  196. orthographi\'es dans des textes anglais et d\'evelopp\'e par
  197. Maurice Castro (maurice@bruce.cs.monash.edu.au).
  198.  
  199. L'ensemble est disponible sur le Sun de l'Institut Fourier
  200. (mozart [130.190.12.100]) par ftp : le fichier epespe.tar.Z dans
  201. le r\'epertoire ~/fourier.
  202.  
  203. I've installed amspell and epell/dos, both of which are working fine.
  204.  
  205. PK file conversion
  206. - ------------------
  207.  
  208. I was recommended to run metafont or use a different previewer, I chose the
  209. latter.
  210.  
  211. DVISCR:
  212. emTeX is available in all
  213. the standard archives, but the canonical source is
  214.   rusinfo.rus.uni-stuttgart.de
  215. in the directory
  216.   /soft/tex/machines/pc/emtex
  217. Get the file README.ENG for an explanation of what the various parts are
  218. and which of them you need.  (The german version is readme.ger).
  219.  
  220. ------------------------------
  221.  
  222. Date:    Thu, 05 Nov 92 12:40:49 +0000
  223. From:    David Osborne <cczdao@mips.nott.ac.uk>
  224. Subject: Re: Problems at SHSU
  225.  
  226. In a message of 3 Nov 92 10:29:41 MDT, Zdenek Wagner said:
  227.  
  228.  > Also, texhax stopped to come while uktex comes from time to time and I hope
  229.  > I have received all issues.
  230.  
  231. TeXhax frequency is based on volume of received mail: there aren't
  232. many contributions at the moment.  Would a regular (say, two-weekly,
  233. if possible) posting be a better arrangement?
  234. Better still, SEND IN MORE CONTRIBUTIONS!
  235.  
  236. UKTeX receives a regular amount of traffic, so continues as a weekly digest.
  237.  
  238. I welcome contributions to both TeXhax and UKTeX, to addresses
  239. TeXhax@tex.ac.uk and UKTeX@tex.ac.uk, respectively.
  240.  
  241. Latest issues in V92 of each digest are: TeXhax #19 and UKTeX #40.
  242.  
  243. Back issues are available for anonymous ftp from tex.ac.uk in
  244. directory [tex-archive.digests.NAME.YEAR]NAME.NN
  245. where NAME = {texhax|uktex}; YEAR=92, for example; NN=issue.
  246.  
  247. ~~David Osborne (UKTeX Digest editor), (TeXhax Digest moderator)
  248.  
  249. ------------------------------
  250.  
  251. Date:    Sun, 08 Nov 92 14:50:50 -0500
  252. From:    benysh@ecn.purdue.edu (Darel Benysh)
  253. Subject: other spell checkers
  254.  
  255. Someone just recently asked about PC spell checkers.  I don't have any
  256. suggestions.  Actually I was hoping someone would have suggestions as
  257. to where I could find a decent Public Domain spell checker that will
  258. run in Unix/Risk/BSD environments.  I have been given permission to 
  259. put software on a small DECstation network in order to make it usefull.
  260. Essentially, I'm putting on stuff that I will use since no one else uses
  261. the system except to logon to other mainframes. So, I've put TeX, TeXis, 
  262. etc on it but have been unable to find a decent PD spell checker.
  263.  
  264. Any ideas would be helpful.
  265.  
  266. Darel Benysh                            Industrial Engineering
  267. benysh@rainbow.ecn.purdue.edu           Purdue University
  268. benysh@goofy.ecn.purdue.edu             West Layfayette, IN, USA
  269.  
  270. ------------------------------
  271.  
  272. Date:    Sun, 08 Nov 92 22:16:35 -0500
  273. From:    WanSoo T Rhee <WSRHEE@prime.cob.ohio-state.edu>
  274. Subject: printer driver
  275.  
  276. I am looking for a print driver for TeX for Cannon Bubble Jet portable
  277. printer. How can I get these files?
  278.  
  279. Thanks in advance.
  280.  
  281. WanSoo T. Rhee
  282. email address   : rhee.1@osu.edu
  283. office telephone: 614-292-5297
  284. fax number      : 614-292-1272
  285.  
  286. ------------------------------
  287.  
  288. Date:    Mon, 09 Nov 92 12:26:18 +0000
  289. From:    David_Rhead@vme.nott.ac.uk
  290. Subject: LaTeX: \thispagestyle for "page of floats"?
  291.  
  292. Can anyone suggest an easy way of specifying, in a LaTeX 2.09 style file,
  293. that, if a page contains only floats (i.e., [p] has happened), a particular
  294. \thispagestyle is to be used?
  295.  
  296. I ask because I'm doing a .sty file which has page headers that include the
  297. current section title.  If there's a mixture of floats and text on the
  298. page, then the "current section" title is still appropriate (since it can
  299. be taken as a header for the text).  But if a page consists only of floats
  300. (which may have floated some way from the section where they appear in the
  301. .tex file), the "current section" header may be inappropriate or misleading
  302. and may be best suppressed.  So I'd like to have \pagestyle{headings} most
  303. of the time, but to say something like "if we're on a page consisting only
  304. of floats (i.e., with no text at all), then \thispagestyle{plain}".
  305.  
  306. I've browsed through latex.tex hoping to find a chunk of code that I can
  307. copy to my .sty file, with the addition of a \thispagestyle at a crucial
  308. point, but have failed to find a suitable chunk.
  309.  
  310. David Rhead
  311.  
  312. ------------------------------
  313.  
  314. Date:    Tue, 10 Nov 92 15:36:36 +0000
  315. From:    "Bernard J. Treves Brown" <MCNBJTB@CMS.MCC.AC.UK>
  316. Subject: TeX/LaTeX Spell Checkers
  317.  
  318. TO MODERATORS: I've no idea how many details of commercial programs you
  319. like to give on the list - suffice it to say that I have no connection
  320. with Trigram other than being a past customer.
  321.  
  322. Jim Walker asked about Spell Checkers for DOS which understand TeX/LaTeX:
  323.  
  324. I know of two: there is DVISPELL,  which is part of emTeX, and hence
  325. available from Aston, it works on .dvi files, which probably has advantages
  326. where accents are concerned, however, I've never used it...
  327.  
  328. If you were prepared to part with hard cash then I would recommend
  329. Microspell from Trigram Systems, 5840 Northumberland St.  Pittsburgh
  330. PA 15217. This is a commercial(!) system which "knows" about TeX, so
  331. it operates directly on the .tex file, with a built-in editor for
  332. _serious_ problems. I think it would probably cost ca 50 quid after
  333. currency conversions.
  334.  
  335. Beware! MicroSpell has an american dictionary (but the american words
  336. are easily removed and U.K. English versions substituted).
  337.  
  338. Bernard Treves Brown
  339.  
  340. ------------------------------
  341.  
  342. Date:    Wed, 07 Oct 92 16:46:41 -0500
  343. From:    Karl Berry <karl@claude.cs.umb.edu>
  344. Subject: modes.mf 0.11 released
  345.  
  346. I have released version 0.11 of modes.mf.  You can get it by anonymous ftp from
  347.  
  348.         ftp.cs.umb.edu [192.12.26.23]:pub/tex/modes.mf
  349.  
  350. You can also get it by email from George Greenwade's (thanks, George!)
  351. file server if you cannot ftp: mail fileserv@shsu.edu with a body of
  352. `sendme modes'.
  353.  
  354. This file is a collection of Metafont mode_def's.  It also makes common
  355. definitions for write-white printers and `special' information.
  356.  
  357. As usual, this version has only minor changes:
  358. * SparcPrinterWhite has been removed; fiddle with the darkness knob instead
  359. * still less punctuation in special output, to conserve space
  360. * change to `blacker' for the Varityper 4300P
  361. * doc fixes
  362.  
  363. If you have mode_def's which are not listed below, or corrections to the
  364. existing ones, please send them to me.
  365.  
  366. karl@cs.umb.edu
  367.  
  368. mode_def AgfaFourZeroZero =             % AGFA 400PS
  369. mode_def amiga =                        % Commodore Amiga
  370. mode_def AtariNineFive =                % Atari 95dpi previewer
  371. mode_def AtariNineSix =                 % Atari 96x96 previewer
  372. mode_def AtariSLMEightZeroFour =        % Atari ST SLM 804 printer
  373. mode_def AtariSMOneTwoFour =            % Atari ST SM 124 screen
  374. mode_def aps =                          % Autologic APS-Micro5
  375. mode_def ApsSixHi =                     % Autologic APS-Micro6
  376. mode_def bitgraph =                     % BBN Bitgraph at 118dpi
  377. mode_def boise =                        % HP 2680A
  378. mode_def CanonCX =                      % Canon CX, SX, LBP-LX
  379. mode_def CanonLBPTen =                  % e.g., Symbolics LGP-10
  380. mode_def ChelgraphIBX =                 % Chelgraph IBX
  381. mode_def CItohThreeOneZero =            % CItoh 310
  382. mode_def CItohEightFiveOneZero =        % CItoh 8510A
  383. mode_def CompugraphicEightSixZeroZero = % Compugraphic 8600
  384. mode_def CompugraphicNineSixZeroZero =  % Compugraphic 9600
  385. mode_def crs =                          % Alphatype CRS
  386. mode_def DataDisc =                     % DataDisc
  387. mode_def DataDiscNew =                  % DataDisc with special aspect ratio
  388. mode_def dover =                        % Xerox Dover
  389. mode_def epsonlo =                      % Epson at 120dpi
  390. mode_def EpsonLQFiveZeroZeroMed =       % Epson LQ-500, 360x180dpi
  391. mode_def EpsonLQFiveZeroZeroLo =        % Epson LQ-500, 180x180dpi
  392. mode_def EpsonMXFX =                    % 9-pin Epson MX/FX family
  393. mode_def GThreefax =                    % 200 x 100dpi G3fax
  394. mode_def HPDeskJet =                    % HP DeskJet 500
  395. mode_def ibm_a =                        % IBM 38xx (\#1)
  396. mode_def IBMD =                         % IBM 38xx (\#2)
  397. mode_def IBMFourZeroTwoNine =           % IBM 4029-30, 4250
  398. mode_def IBMFourTwoOneSix =             % IBM 4216
  399. mode_def IBMProPrinter =                % IBM ProPrinter
  400. mode_def IBMSixOneFiveFour =            % IBM 6154 display
  401. mode_def IBMSixSixSevenZero =           % IBM 6670 (Sherpa)
  402. mode_def IBMThreeOneSevenNine =         % IBM 3179 screen
  403. mode_def IBMThreeOneNineThree =         % IBM 3193 screen
  404. mode_def IBMThreeEightOneTwo =          % IBM 3812
  405. mode_def IBMThreeEightTwoZero =         % IBM 3820
  406. mode_def IBMEGA =                       % IBM EGA monitor
  407. mode_def IBMVGA =                       % IBM VGA monitor
  408. mode_def imagewriter =                  % Apple ImageWriter
  409. mode_def laserjetlo =                   % HP LaserJet at 150dpi
  410. mode_def LASevenFive =                  % DEC LA75
  411. mode_def LinotypeOneZeroZeroLo =        % Linotype Linotronic [13]00 at 635dpi
  412. mode_def LinotypeOneZeroZero =          % Linotype Linotronic [13]00 at 1270dpi
  413. mode_def LinotypeThreeZeroZeroHi =      % Linotype Linotronic 300 at 2540dpi
  414. mode_def LNZeroOne =                    % DEC LN01
  415. mode_def LPSFourZero =                  % DEC LPS40
  416. mode_def lview =                        % Sigma L-View monitor
  417. mode_def MacMagnified =                 % Mac screens at magstep 1
  418. mode_def MacTrueSize =                  % Mac screens at 72dpi
  419. mode_def NEC =                          % NEC
  420. mode_def NEChi =                        % NEC-P6 at 360x360dpi
  421. mode_def Newgen =                       % Newgen 400dpi
  422. mode_def NeXTprinter =                  % NeXT 400dpi
  423. mode_def NeXTscreen =                   % 100dpi NeXT monitor
  424. mode_def OCESixSevenFiveZeroPS =        % OCE 6750-PS
  425. mode_def okidata =                      % Okidata
  426. mode_def OneTwoZero =                   % e.g., high-resolution Suns
  427. mode_def PrintwareSevenTwoZeroIQ =      % Printware 720IQ
  428. mode_def qms =                          % QMS (Xerox engine)
  429. mode_def RicohFourZeroEightZero =       % e.g., the TI Omnilaser
  430. mode_def RicohLP =                      % e.g., the DEC LN03
  431. mode_def SparcPrinter =                 % Sun SPARCprinter
  432. mode_def StarNLOneZero =                % Star NL-10
  433. mode_def sun =                          % Sun and BBN Bitgraph at 85dpi
  434. mode_def supre =                        % Ultre*setter at 2400dpi
  435. mode_def toshiba =                      % Toshiba 13XX, EpsonLQ
  436. mode_def ultre =                        % Ultre*setter at 1200dpi
  437. mode_def VarityperFiveZeroSixZeroW =    % Varitype 5060W
  438. mode_def VarityperFourThreeZeroZeroLo = % Varityper 4300P at 1200dpi
  439. mode_def VarityperFourThreeZeroZeroHi = % Varityper 4300P at 2400dpi
  440. mode_def VarityperFourTwoZeroZero =     % Varityper 4200 B-P
  441. mode_def VarityperSixZeroZero =         % Varityper Laser 600
  442. mode_def VAXstation =                   % VAXstation monitor
  443. mode_def XeroxEightSevenNineZero =      % Xerox 8790 or 4045
  444. mode_def XeroxFourZeroFiveZero =        % Xerox 4050
  445. mode_def XeroxNineSevenZeroZero =       % Xerox 9700
  446. mode_def XeroxThreeSevenZeroZero =      % Xerox 3700
  447.  
  448. ------------------------------
  449.  
  450. Date:    Fri, 23 Oct 92 12:58:09 -0500
  451. From:    eijkhout@cs.utk.edu
  452. Subject: New macro package: Lollipop TeX
  453.  
  454. The Lollipop Format, first public release, October 1992
  455.  
  456. Victor Eijkhout
  457.  
  458. What is Lollipop?
  459.  
  460. The Lollipop format tries to bridge the gap between the fact
  461. that in TeX anything is programmable, and the fact that doing so is
  462. too hard for the people such as typographers,
  463. who know actually what to program. Or even for seasoned programmers.
  464.  
  465. Lollipop is a macro package that gives the user powerful
  466. tools for programming macros for lists, headings, output routines
  467. and a number of other things. The Lollipop macros take the specifications
  468. for a macro, and then construct that macro.
  469.  
  470. About this release
  471.  
  472. Lollipop is not finished, but it is already quite powerful.
  473. (It has been used to typeset my book 'TeX by Topic', for instance.)
  474. I suggest that anyone who is interested format the manual
  475. and have a look at the examples in it. They document
  476. the current power of Lollipop (really: all examples,
  477. including of output routines, are formatted on the fly).
  478.  
  479. Since Lollipop is still under development I will be very
  480. accessible for questions, bug reports and suggestions.
  481. Email preferred: eijkhout@cs.utk.edu.
  482. (And I will be flattered if you actually use Lollipop,
  483. but beware that changes may occur in future versions.)
  484.  
  485. Lollipop can be ftp'ed from the directory /pub/eijkhout/tex
  486. on cs.utk.edu (log in as 'anonymous') where it is stored
  487. as 'lollipop.tar.Z'. Uncompress and 'tar -fx' it.
  488.  
  489. Like a lot of TeXware, Lollipop is free. Make and give away
  490. all the copies that you want. Just don't ask money for it.
  491.  
  492. Share and enjoy!
  493.  
  494. Victor Eijkhout
  495. Department of Computer Science; University of Tennessee at Knoxville
  496. 104 Ayres Hall; 1403 Circle Dr.; Knoxville TN 37996-1301
  497. phone: +1 615 974 8298 (secretary 8295; fax 8296); home +1 615 558 3069
  498.     Support the League for Programming Freedom! league@prep.ai.mit.edu
  499.  
  500. ------------------------------
  501.  
  502. Date:    Wed, 04 Nov 92 17:07:16 -0500
  503. From:    Karl Berry <karl@claude.cs.umb.edu>
  504. Subject: lucida (math) version 1.2 available
  505.  
  506. I've updated the Lucida font distribution to version 1.2.
  507.  
  508.         ftp.cs.umb.edu [192.12.26.23]:pub/tex/lucida/lucida.tar.Z
  509.  
  510. These files will be of no use to you unless you also have the Type 1
  511. PFA/PFB/etc. files with the outlines.
  512.  
  513. Changes in this release:
  514.  
  515. * \cdot (and hence \cdots) spacing corrected (vastly decreased).
  516.  
  517. * Use dvips' new afm2tfm program.
  518.  
  519. * New version of psnfss.sup for using these fonts with NFSS.
  520.  
  521. The distribution includes the math fonts as a (more or less) drop-in
  522. replacement for Computer Modern.  I've worked some on the magic math
  523. font parameters, but no doubt improvements are possible.
  524.  
  525. I suggest using Tom Rokicki's dvips as your DVI-to-PostScript program.
  526. dvips is on labrea.stanford.edu:pub/dvips*.tar.Z, and my hacked version
  527. with the same path searching algorithm is on
  528. ftp.cs.umb.edu:pub/tex/dvipsk.tar.Z.  The afm2tfm program in those
  529. distributions is what I used to create the virtual fonts.
  530.  
  531. Thanks to Sebastian Rahtz, who did much of the initial work, and Chuck
  532. Bigelow and Kris Holmes, who designed the typefaces.
  533.  
  534. karl@cs.umb.edu
  535. Member of the League for Programming Freedom---write to lpf@uunet.uu.net.
  536.  
  537. ------------------------------
  538.  
  539. Date:    Wed, 11 Nov 92 15:12:30 -0500
  540. From:    Karl Berry <karl@claude.cs.umb.edu>
  541. Subject: eplain 2.2 available
  542.  
  543. I have released Eplain version 2.2.  It is available by ftp from
  544.  
  545.   ftp.cs.umb.edu [192.12.26.23]:pub/tex/{eplain/*,eplain.tar.Z}
  546.    ics.uci.edu [128.195.1.1]:TeX/eplain/eplain-2.2.tar.Z
  547.  
  548. You might also be able to get it by email from George Greenwade's file
  549. server if you cannot ftp: mail fileserv@shsu.edu with a body of
  550. something like `SENDME EPLAIN.EPLAIN_TEX'.
  551.  
  552. I'm making this release only because it's been over seven months since
  553. the last release, and a number of bug fixes have accumulated.  I haven't
  554. yet incorporated any of the good suggestions people have sent me
  555. (cross-referencing to figures and the like as well as pages and
  556. equations, figuring out the multi-column situation, generalizing toc
  557. files to other kinds of auxiliary files, indexing commands, etc., etc.).
  558. I hope to be able to do that soon.  (I hope to be able to release a lot
  559. of things soon, as always...funny how that never happens.)
  560.  
  561. Please send bug reports directly to me.
  562.  
  563. Here is a summary of the most significant changes (from the file NEWS in
  564. the distribution):
  565.  
  566. * New \toks register \everylist, expanded at the start of every list.
  567.  
  568. * \footnoterulewidth defined as 2in, not 2true in, thus allowing the use
  569.   of \mag after reading eplain.tex.  The `2true in' was Knuth's, but I
  570.   don't know why he did it.
  571.  
  572. * \obeywhitespace works inside a \vbox.
  573.  
  574. * \boxit is \long, and uses \ehrule and \evrule.
  575.  
  576. * \writenumberedtocentry expands the chapter number, so `\the
  577.   <register>' can be used.
  578.  
  579. * \verbatim doesn't begin and end with \par, so it can be used in the
  580.   middle of a paragraph.
  581.  
  582. * \pathafterhook added to \path in path.sty, so macros can execute
  583.   cleanup actions.
  584.  
  585. * The \path command and its friends are documented in the manual.
  586.  
  587.  
  588. For those of you who haven't heard of Eplain: it is a collection of
  589. macros intended to provide relatively low-level capabilities, regardless
  590. of how your document appears.  For example, it has macros to do symbolic
  591. cross-referencing, but not macros to produce a section heading.  It also
  592. has some definitions that make it easier to change the conventions of
  593. plain TeX's output.  For example, it lets you produce left-justified
  594. math displays by simply saying `\leftdisplays'.
  595.  
  596. karl@cs.umb.edu
  597. Member of the League for Programming Freedom---write to lpf@uunet.uu.net.
  598.  
  599. ------------------------------
  600.  
  601. Date:    Thu, 12 Nov 92 07:53:24 -0600
  602. From:    "George D. Greenwade" <bed_gdg@SHSU.edu>
  603. Subject: New version of SFPtoPK on FILESERV/Niord
  604.  
  605. Norm Walsh <walsh@cs.umass.edu> (who has my best wishes in his
  606. "study-for-comps" semester) forwarded me a new version of his popular
  607. SFPtoPK.  From Norm:
  608.  
  609.     SFPtoPK version 2.1(beta) fixes a small bug in SFPtoPK v2.00.
  610.     If you tried to convert a font that was _both_ small enough
  611.     to fit entirely in memory _and_ had a header shorter than 64
  612.     bytes, SFPtoPK v2.00 would miss the first character in the
  613.     font.  The only fonts that I have seen that have a header
  614.     smaller than 64 bytes are old LJ+ softfonts.  Unfortunately,
  615.     the PCX2FONT program creates this style of header.  My
  616.     apologies for the inconvienience.  If you have any trouble,
  617.     please let me know...
  618.  
  619. The files are available via e-mail as a 6 part UUENCODEd ZIP archive by
  620. including:
  621.  SENDME SPFONTWARE.SF2PK21B*
  622. in the body of a mail message to FILESERV@SHSU.BITNET (FILESERV@SHSU.edu).
  623. The file SF2PK21B.ZIP is available for anonymous ftp retrieval from
  624. Niord.SHSU.edu (192.92.115.8) in the directory [FILESERV.SPFONTWARE].  
  625.  
  626. The SPFONTWARE package and directory also includes the rest of Norm's
  627. convenient  utilities to convert Hewlett-Packard softfonts to *and* from
  628. TeX PK/TFM format.  For more information on the files via e-mail, include:
  629.  DIRECTORY SPFONTWARE
  630. in a mail message to FILESERV.  Users of anonymous ftp may retrieve the
  631. description file (SPFONTWARE.DESCRIPTION) from Niord in the directory
  632. [FILESERV].
  633.  
  634. Regards and best wishes to Norm,   George
  635.  
  636. George D. Greenwade, Ph.D.                            Bitnet:  BED_GDG@SHSU
  637. Department of Economics and Business Analysis         THEnet: SHSU::BED_GDG
  638. College of Business Administration                    Voice: (409) 294-1266
  639. P. O. Box 2118                                        FAX:   (409) 294-3612
  640. Sam Houston State University              Internet:        bed_gdg@SHSU.edu
  641. Huntsville, TX 77341                      bed_gdg%SHSU.decnet@relay.the.net
  642.  
  643. ------------------------------
  644.  
  645. The TeXhax digest is brought to you as a service of the TeX Users Group
  646. and UK TeX Users Group in cooperation with the UK TeX Archive group.
  647.  
  648. Please send contributions to: TeXhax@tex.ac.uk
  649.  
  650. Administration, subscription and unsubscription requests:
  651.   On Internet:
  652.     send a one line mail message to TeXhax-request@tex.ac.uk
  653.         SUBSCRIBE TEX-L <your real name>
  654.         UNSUBSCRIBE TEX-L
  655.   On BITNET:
  656.     send a similar one-line mail message to LISTSERV@xxx
  657.   On JANET:
  658.     send a similar one line mail message to TeXhax-request@uk.ac.tex
  659.  
  660. Back issues of the digest are available for anonymous ftp from
  661. the UK TeX Archive, tex.ac.uk (134.151.40.18)
  662. in [tex-archive.digests.texhax.YY]texhax.NN
  663. where YY = last two digits of year, NN = issue number
  664.  
  665. Keyword-in-context indexes are available in the UK TeX Archive
  666. in [tex-archive.digests.indexes]texhaxYY.idx
  667.  
  668. For further information about TeX Users Group services and publications
  669. mail TUG@math.ams.org or write to TUG at
  670.     TeX Users Group
  671.     PO Box 869
  672.     Santa Barbara, CA 93102
  673.     USA
  674.  
  675. \bye
  676.  
  677. End of TeXhax Digest [Volume 92 Issue 20]
  678. *****************************************
  679.