home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / text / general / texify / readme < prev    next >
Text File  |  1991-02-15  |  5KB  |  131 lines

  1. Copyright 1990
  2. Wolf-Juergen Faust
  3. Am Dorfgarten 10
  4. W-6000 Frankfurt am Main 50
  5. Germany
  6. Tel: +(49) 69 5486556
  7. Fido 2:243/43.5 (Wolf Faust)
  8. UUCP: cbmvax.commodore.com!cbmehq!cbmger!venus!wfaust
  9.  
  10. This  bundle  of  programs must not be sold commercially.  You
  11. may feel free to copy it without any charge.  Both, readme and
  12. executables, must be included without modification in any copy.
  13. Inclusion in any public-domain or shareware software selection
  14. is not allowed without the written permission by the autor.
  15. Distribution is granted to Fred Fish
  16.  
  17. Sorry!   My  english  isn't good enough to translate the whole german
  18. document,  but  I  hope  everybody  can  understand  it  and does the
  19. installation  right.  Sorry, this document may not describe all those
  20. little features like the german "Liesmich".  In case of questions and
  21. hints e-mail to the above given address.
  22.  
  23.  
  24.  
  25.                          TeXify paket
  26.                          ============
  27.  
  28. Why  this paket??  Because it make's using AmigaTeX so simple.
  29. Everything  can  be  done  with  AmigaTeX  without leaving the
  30. CEDPro editor!!!! Tough, the paket isn't small but does nearly
  31. everything for you. Take the time to try it out!!!
  32.  
  33. A short overview of the programs and their tasks:
  34.  
  35. o     TeXify.ced  -  This  is  the main program.  This one starts
  36.    AmigaTeX  with  your given textfile.  In case of errors you'll
  37.    get a report.  In case of everything works fine, preview will show
  38.    up. For all those special feature see later...
  39.  
  40. o     TeXifyLookNext.ced - TeXify.ced only reports the first error
  41.    in  you  textfile.  For further error messages start this rexx
  42.    program and you'll get a fine error report for all thoe
  43.    outstanding error messages (cursor gets positioned at the
  44.    faulty place).
  45.  
  46. o     TeXPrint.ced - Start this one from CEDPro and you'll get
  47.    your .dvi text printed in backround...
  48.  
  49. o     TeXifySetMacro.ced - After starting this one you can give
  50.    in your wanted macropaket (plain, lplain...). Next time
  51.    your start TeXify.ced this pakage will be used.
  52.  
  53. o     TeXifyExit.ced - With this program you have the ability in
  54.    CEDPro to force TeX to exit
  55.  
  56.  
  57.                          Installation
  58.                          ============
  59.  
  60. Just copy all those programs in your rexx: drawer. You must
  61. adopt most of these programs to your environment. This is
  62. simple and should be no problem. Everything you need to know
  63. for this task is stated at the beginning of each program.
  64. (for further adjustment there are some default settings at the
  65. beginning of TeXify.ced... see the comments or the german
  66. "Liesmich" file for further description)
  67.  
  68. Assign every program to a CEDPro function key. If you wan't
  69. AmigaTeX to run asyncron you have to run rx (that means you
  70. should assign something like "Rexxc:rx Texify.ced").
  71. TeXify.ced is programed for running asyncorn. You may even
  72. exit CEDPro after the TeX shellwindow show's up. In case of an
  73. error in your textfile CEDPro will be loaded again.
  74.  
  75.  
  76.                     Using those features
  77.                     ====================
  78.  
  79. Simply type in your TeX source and press the TeXify.ced
  80. function key when finish. After a while a shellwindow will
  81. show up with TeX. TeX will stay resident until you exit it
  82. with the "TeXifyExit.ced" function key (so next time you start
  83. TeXify.ced it'll be fast !). In case you started TeXify.ced by
  84. using the rx command, you can continue editing after the
  85. shellwindow appears. To do this, press L-ALT L-SHIFT RETURN at
  86. the same time and the CEDPro screen will pop up again for more
  87. editing.  You may even exit CEDPro after starting TeXify.ced (ey,
  88. isn't that real multitasking??!!! Amiga lives!)
  89.  
  90. In case of an error you will get a Okay1 Requester with a
  91. description and your cursor will be positioned at the faulty
  92. point in your textfile. In case you textfile isn't loaded in
  93. CEDPro, TeXify will load it for you (yep! handles multiple
  94. TeX source files !!! great, isn't it?).
  95.  
  96. In case you got more than one error, you can go further with
  97. "debuging" by using the "TeXifyLookNext.ced" function key.
  98. This programs will show you all error beginning from the
  99. second.
  100.  
  101. In most times you wan't to stop TeX after a count of errors
  102. (only the first erors will make sense...).  For this purpose
  103. you can adjust the errorcount statement at the beginning of
  104. the TeXify,ced program.
  105.  
  106. Now you may use more then one makropackage (laplain, plain,
  107. glplain,...). For this purpose you can add the following
  108. statement at the very beginning of your TeX source:
  109.  
  110. % macropackage = lplain
  111.  
  112. The keyword "macropackage" can be easily changed (see the first
  113. statements in TeXify.ced) for compatibility with other shells
  114. (Stefan Lindner...). The keyword is case insensitive and the
  115. "=" char may be leave out. So all those following statements
  116. are the same:
  117.  
  118. % macropackage = glplain
  119. % MacROpackage plain
  120.  
  121.  
  122. When there is no more error caused by your source, it will
  123. show up in preview. In case everything is fine start TeXPrint.ced
  124. for a dump to your printer (there will be a window on your WB
  125. screen telling you how far in progress)
  126.  
  127.  
  128.  
  129. so... it's 5:30am and that's all I got to tell you now... in
  130. case of confuse: you know my e-mail address!
  131.