home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14463 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  11.5 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!warwick!nott-cs!usenet
  2. From: UKTeX-Request@tex.ac.uk
  3. Subject: UKTeX Digest V92 #48
  4. Reply-To: UKTeX@tex.ac.uk
  5. Distribution: world
  6. Date: Thu, 24 Dec 92 10:45:01 GMT
  7. Message-ID: <13115.725193901@mips.nott.ac.uk>
  8. Sender: cczdao@mips.ccc.nottingham.ac.uk
  9. Newsgroups: comp.text.tex
  10. Lines: 291
  11.  
  12. UKTeX Digest    Thursday, 24 Dec 1992    Volume 92 : Issue 48
  13.  
  14.                     UKTeX Digest, Christmas Number
  15.     On behalf of the UK TeX Archivists and the UK TeX Users Group,
  16.      we wish all our readers a very happy Christmas and New Year
  17.  
  18.  
  19. Today's Topics:
  20.  {Q&A}:
  21.                             RE: Unhyphenable hyphens
  22.                             RE: Unhyphenable hyphens
  23.                        Inclusion of CGM files into LaTeX
  24.                      Re: Inclusion of CGM files into LaTeX
  25.  {Archive News}:
  26.                      APLWEB and Literate Programming in APL
  27.  
  28.  
  29. Administrivia:
  30.     Moderators:     Peter Abbott (Aston University) and
  31.                     David Osborne (University of Nottingham)
  32.     Contributions:  UKTeX@uk.ac.tex
  33.     Administration, subscription and unsubscription requests:
  34.                     UKTeX-request@uk.ac.tex
  35.  
  36. ------------------------------------------------------------
  37.  
  38. Date:    Sat, 19 Dec 92 16:32:25 +0100
  39. From:    Frank Jensen <fj%dk.auc.iesd@uk.ac.nsfnet-relay>
  40. Subject: RE: Unhyphenable hyphens
  41.  
  42. > \font \mainfont = ps-nbr
  43. > \font \partfont = ps-nbr
  44. > \hyphenchar \partfont = -1
  45. > \def \partno #1{{\partfont #1}}
  46.  
  47. This code will not work as most users expect.  TeX only stores one
  48. copy of a font internally.  The \hyphenchar assignment will affect
  49. both \mainfont and \partfont.  Try \showthe\hyphenchar\mainfont.
  50.  
  51. - ---
  52. Frank Jensen,   fj@iesd.auc.dk
  53. Department of Mathematics and Computer Science
  54. Aalborg University
  55. DENMARK
  56.  
  57. ------------------------------
  58.  
  59. Date:    Mon, 21 Dec 92 19:02:53 +0000
  60. From:    Philip Taylor (RHBNC) <P.Taylor@uk.ac.rhbnc.vax>
  61. Subject: RE: Unhyphenable hyphens
  62.  
  63. > \font \mainfont = ps-nbr
  64. > \font \partfont = ps-nbr
  65. > \hyphenchar \partfont = -1
  66. > \def \partno #1{{\partfont #1}}
  67.  
  68. >> This code will not work as most users expect.  TeX only stores one
  69. >> copy of a font internally.  The \hyphenchar assignment will affect
  70. >> both \mainfont and \partfont.  Try \showthe\hyphenchar\mainfont.
  71.  
  72. My thanks to Frank Jensen for pointing this out; I had worried when I made
  73. the suggestion that this might be the case, but as my esteemed colleagues
  74. in UKTEX-REVIEWERS allowed it to pass without comment, I hoped I was on safe
  75. ground.  An experiment confirms that Frank is quite correct in his assertion,
  76. and I therefore offer the following as a work-around (one is usally 
  77. recommended to take a renamed copy of the font in circumstances such as
  78. these, but I believe there is a simpler, albeit slightly kludgy, solution):
  79.  
  80. \font \mainfont = ps-nbr at 655360 sp
  81. \font \partfont = ps-nbr at 655361 sp
  82. \hyphenchar \partfont = -1
  83. \def \partno #1{{\partfont #1}}
  84.  
  85.                                         Philip Taylor, RHBNC.
  86.  
  87. ------------------------------
  88.  
  89. Date:    Mon, 21 Dec 92 12:20:00 +0000
  90. From:    XRASIMMIE%ie.ucg.bodkin@uk.ac.earn-relay
  91. Subject: Inclusion of CGM files into LaTeX
  92.  
  93. Is there a way to include CGM files into LaTeX?
  94. In the same way that one can include encapsulated Postscript via
  95. \BoxedEPSF{} say?
  96.  
  97. John Simmie: Chemistry Department: University College Galway: Ireland
  98.  
  99. ------------------------------
  100.  
  101. Date:    Tue, 22 Dec 92 08:11:46 +0000
  102. From:    Malcolm Clark <malcolmc@uk.ac.westminster>
  103. Subject: Re: Inclusion of CGM files into LaTeX
  104.  
  105. i recall an article in tugboat by andrews (tb 10(2), 1989)
  106. which described this on a clutch of mainframes, but i
  107. can't recall if it were specifically for latex.
  108.  
  109. the short answer is 'not exactly'.
  110.  
  111. anyone got a cgm2ps? it can't be all that difficult.
  112. cgm is not a language in the same sense, although
  113. i recall it does have a fair suite of primitive shapes.
  114.  
  115. malcolm
  116.  
  117. ------------------------------
  118.  
  119. Date:    22 Dec 92 12:02:22 +0000
  120. From:    spqr@uk.ac.york.minster
  121. Subject: (archive availability) APLWEB and Literate Programming in APL
  122.  
  123. I have put the software described below in the UK TeX
  124. (Internet/Daughter) archive in pub/archive/web/aplweb
  125.  
  126. sebastian rahtz
  127.  
  128.                         Literate programming in APL
  129.                                 and APLWEB
  130.  
  131.         A few years ago, Donald Knuth introduced WEB, a system for
  132.         presenting source code and documentation in a single document.
  133.         His scheme allows an author to give extended and copious notes
  134.         about the intention of the code, along with the code itself, in
  135.         a single document.
  136.  
  137.         Most readers will have heard about TeX, the most famous example
  138.         of a successful product done this way, and I am sure that there
  139.         must be other programming products done with WEB, but I can not
  140.         name any others.  Now, from the University of Bielefeld comes
  141.         APLWEB, a method for presenting APL code in a literate way.
  142.         With APLWEB exposition and code may be blended into a single
  143.         source document.  Two tools, TANGLE and WEAVE, are provided,
  144.         which extract the APL executable code and produce TeX source,
  145.         respectively.
  146.  
  147.         APLWEB is a means by which one may write an article or book,
  148.         and include along with it, in one place, the APL source for the
  149.         immediate execution lines and APL functions that accompany it.
  150.  
  151.         The developer of APLWEB is Dr. Christoph von Basum, e-mail
  152.         <CvB@erasmus.hrz.uni-bielefeld.de>, who has written his Ph.D.
  153.         thesis about literate programming in APL.  He is the author
  154.         of all the C-code and TeX-macros. The ccapl-font was designed
  155.         by students at the University of Bielefeld.
  156.  
  157.         This work was communicated to us by Bernhard Strohmeier, whose
  158.         e-mail address is <bstrohmeier@erasmus.hrz.uni-bielefeld.de>.
  159.         Mr. Strohmeier is a Ph.D. student at the University of
  160.         Bielefeld, working under the supervision of Professor Peter
  161.         Naeve and Dr. Peter Wolf.  Mr.  Strohmeier is using APLWEB as a
  162.         tool to aid in the writing of his doctoral thesis about causal
  163.         networks.
  164.  
  165.         The first English language release of this work works with IBM
  166.         APL2 and STSC APL. It is designed to run on IBM personal
  167.         computers.
  168.  
  169.         Lee Dickey
  170.         1992-12-07
  171.  
  172. - - -- 
  173. Prof. Leroy J. Dickey, Faculty of Mathematics, U of Waterloo, Canada  N2L 3G1
  174.    Internet:      ljdickey@math.UWaterloo.ca
  175.                   ljdickey@math.waterloo.edu
  176.    UUCP:          ljdickey@watmath.UUCP
  177.  
  178.  
  179.  
  180. ------------------------------
  181.                                         
  182.                        UK TeX ARCHIVE at ASTON UNIVERSITY
  183.                               >>>  UK.AC.TEX  <<<
  184.                                         
  185.                   *** Interactive and file transfer access ***
  186.            JANET: Host: uk.ac.tex, Username: public, Password: public
  187.                               (DTE 000020120091)
  188.                     Internet: host tex.ac.uk [134.151.40.18]
  189.                For telnet access, login: public, password: public
  190.       For anonymous ftp, login: anonymous, password: <your-e-mail-address>
  191.                                         
  192.                               *** Mail server ***
  193.                     Send mail to TeXserver@uk.ac.tex (JANET)
  194.                    or TeXserver@tex.ac.uk (rest of the world)
  195.                    with message body containing the word HELP
  196.                                         
  197. \section FILES OF INTEREST
  198.  
  199.     [tex-archive]00readme.txt
  200.     [tex-archive]00directory.list        [tex-archive]00directory.size
  201.     [tex-archive]00directory_dates.list  [tex-archive]00last30days.files
  202.     [tex-archive.doc]TeX-FAQ.txt    (Frequently Asked Questions list)
  203.     [tex-archive.doc]FAQ-Supplement-*.txt    (FAQ supplement)
  204.  
  205. \section DIGESTS
  206.  
  207.     This year's UKTeX back issues are stored in the archive in directory
  208.       [tex-archive.digests.uktex.92]
  209.     This year's TeXhax back issues are stored in the archive in directory
  210.       [tex-archive.digests.texhax.92]
  211.       Latest TeXhax: V92 #22
  212.     TeXMaG back issues are stored in the archive in directory
  213.       [tex-archive.digests.tex-mag]
  214.       Latest TeXMaG: V5N3
  215.  
  216. \section MEDIA DISTRIBUTIONS
  217.     Postal addresses are given below.
  218.  
  219. \subsection Washington Unix TeX distribution tape
  220.     Latest copy of May/June 1991 contains:
  221.     TeX 3.14, LaTeX 2.09, Metafont 2.7, plus many utilities
  222.     suitable for Unix 4.2/4.3BSD & System V
  223.     tar format, 1600bpi, blockfactor 20, 1 file (36Mb)
  224.  
  225.     Copies available on:
  226.        One 2400ft 0.5" tape sent to Aston with return labels AND return postage
  227.    OR
  228.        One Quarter-Inch Cartridge, QIC-120 or QIC-150 format (DC600A or DC6150)
  229.        sent with envelope AND stamps for return postage to Nottingham
  230.          (Due to currency exchange, this service is offered only within the UK)
  231.  
  232. \subsection VMS tapes
  233.     VMS backup of the archive requires three 2400ft tapes at 6250bpi.
  234.     VMS backup of TeX 2.991 plus PSprint requires one 2400ft tape.
  235.  
  236. \subsection Exabyte 8mm tapes
  237.     Same contents available as 0.5" tapes.
  238.     Following tape types available: SONY Video 8 cassette P5 90MP,
  239.     MAXELL Video 8 cassette P5-90, TDK Video 8 cassette P5-90MPB
  240.  
  241. \section TeX IMPLEMENTATIONS FOR SMALL COMPUTERS
  242.  
  243. \subsection OzTeX V1.4 (for Macintosh)
  244.     Send 7 UNFORMATTED 800K disks to Aston with return postage.
  245.  
  246. \subsection emTeX (for OS/2, PC-DOS and MS-DOS)
  247.     The complete package (3.5" High density disk format ONLY)
  248.     is available from Aston at a cost of 15 pounds sterling,
  249.     including documentation, disks, post and packing (DO NOT SEND DISKS):
  250.       specify Set A.
  251.     Additional utilities including DVIPS, 5 pounds sterling:  specify Set B.
  252.     FLI files for FX, 5 pounds sterling:  specify Set C.
  253.     FLI files for P6M, 5 pounds sterling:  specify Set D.
  254.  
  255.     For general enquiries, and a free catalogue detailing other disk 
  256.     formats, precompiled fonts and lots of other goodies, contact:
  257.     Eigen PD Software, P.O. Box 722, Swindon SN2 6YB  (tel: 0793-611270)
  258.     (JANET e-mail address: kellett@uk.ac.cran.rmcs)
  259.  
  260. \subsection TeX for the Atari ST
  261.     All enquiries for disks etc. should be directed to:
  262.     The South West Software Library, P.O. Box 562, Wimborne, Dorset BH21 2YD
  263.     (JANET e-mail address: mdryden@uk.co.compulink.cix)
  264.  
  265. \section POSTAGE RATES
  266.     All prices in Pounds Sterling.
  267.     For Aston orders, make cheques payable to Aston University.
  268.  
  269.     0.5" tapes: UK: 2.50 (one tape),  5.00 (two tapes).
  270.             Europe: 5.00 (one tape),  9.00 (two tapes).
  271.             Outside Europe please enquire.
  272.     8mm tapes:
  273.             UK: 1.00,  Europe: 2.00.
  274.     Quarter-inch cartridges:
  275.             UK: 1.00,  Europe: 2.00.
  276.     Diskettes:
  277.     Quantity/Size   Europe   World    UK 1st   UK 2nd
  278.       18/3.5"        3.10     5.10     1.40     1.10
  279.       11/3.5"        1.80     2.90     0.80     0.65
  280.       18/5.25"       1.20     2.00     0.60     0.50
  281.       11/5.25"       0.80     1.30     0.50     0.35
  282.  
  283. \section POSTAL ADDRESSES
  284.     Please include SELF-ADDRESSED ADHESIVE LABELS for return postage.
  285.  
  286.     Peter Abbott
  287.     Information Systems, Aston University, Aston Triangle, Birmingham B4 7ET
  288.  
  289.     David Osborne
  290.     Cripps Computing Centre, University of Nottingham, Nottingham NG7 2RD
  291.     (for Quarter-inch cartridges ONLY -- must include stamps for return postage)
  292.  
  293. \section UK TeX USERS GROUP
  294.  
  295.     For details, contact:
  296.     David Penfold, Edgerton Publishing Services,
  297.     30 Edgerton Road, Edgerton, Huddersfield HD3 3AD (tel: 0484 519462)
  298.  or E McNeil-Sinclair, fax: 0272 236169
  299. \bye
  300.  
  301. End of UKTeX Digest [Volume 92 Issue 48]
  302. ****************************************
  303.