home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / acorn / 8203 next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.2 KB

  1. Path: sparky!uunet!mcsun!uknet!keele!nott-cs!unicorn.nott.ac.uk!rsxdp
  2. From: rsxdp@unicorn.nott.ac.uk (D.Pead)
  3. Newsgroups: comp.sys.acorn
  4. Subject: Re: impression->TEX
  5. Message-ID: <1992Aug12.130140.2375@cs.nott.ac.uk>
  6. Date: 12 Aug 92 13:01:40 GMT
  7. References: <1992Aug10.141557.8155@vax.oxford.ac.uk>
  8. Sender: news@cs.nott.ac.uk
  9. Organization: Shell Centre for Maths Education , University of Nottingham
  10. Lines: 20
  11.  
  12. In article <1992Aug10.141557.8155@vax.oxford.ac.uk> cstevens@vax.oxford.ac.uk writes:
  13. >    anyone out there know if CC's Impression can produce TEX output files?
  14. >does anyone have a module that'll convert from one to the other. I've been told
  15.  
  16. Impression "Document Description Format" looks a bit like this:
  17.  
  18. {Lots and lots of format data}
  19. Some plain text, with or with out linefeeds & returns as required
  20. {"Italic" on}A bit of text in Italics{"Italic" off} and without
  21. {"Wobbly" on}A bit of text in a user defined style{"Wobbly" off}
  22.  
  23. etc.
  24.  
  25. So you could probably write a utility to do the conversion (e.g. in
  26. one of the UN*X-type PD tools such as SED or as a MICROEMACS Macro).
  27.  
  28. ASCII input/output is a doddle.
  29.  
  30. Impression has a mechanism for bolt-on import/export modules, but I don't
  31. think anybody other than CC has produced any.
  32.