home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14790 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.1 KB

  1. Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!ucsvc.ucs.unimelb.edu.au!lugb!gt
  2. Newsgroups: comp.text.tex
  3. Subject: mfpic 0.2 patch g1 : fractional scales allowed.
  4. Message-ID: <1993Jan9.091332.27140@lugb.latrobe.edu.au>
  5. From: gt@ee.latrobe.edu.au (Geoff Tobin)
  6. Date: Sat, 9 Jan 1993 09:13:32 GMT
  7. Sender: news@lugb.latrobe.edu.au (USENET News System)
  8. Organization: Department of Electronic Engineering, La Trobe University
  9. Lines: 28
  10.  
  11. Here is a patch to "mfpic.tex" from mfpic version 0.2, as held at
  12. Niord.SHSU.edu.
  13.  
  14. The purpose of this patch is to allow \picture to accept fractional
  15. xscale and yscale values.
  16.  
  17. %--------------------------------->%----------------------------------
  18. 8c8
  19. < {mfpic version 0.2 - with TFM patch of 23:40 GMT Tue 13 Oct 92}
  20. ---
  21. > {mfpic version 0.2 g1 : fractional scales 06:17 GMT Sat 9 Jan 93}
  22. 91c91
  23. < \global\multiply\@graphwd by#1
  24. ---
  25. > \global\@graphwd=#1\@graphwd
  26. 215c215
  27. < \global\multiply##1 by #1}
  28. ---
  29. > \global ##1= #1##1}
  30. 218c218
  31. < \global\multiply##1 by -#2}
  32. ---
  33. > \global ##1= -#2##1}
  34. %---------------------------------%<----------------------------------
  35.  
  36. Geoffrey Tobin
  37. ecsgrt@luxor.latrobe.edu.au
  38. gt@ee.latrobe.edu.au
  39.