home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / semtex / !SemTeX / Messages < prev    next >
Text File  |  1994-12-17  |  2KB  |  72 lines

  1. #
  2. # This is the maximum length of the list of documents
  3. # Change the number if you want; you may need to adapt the WimpSlot as well
  4. #
  5.  
  6. LIST_SIZE:32
  7.  
  8. #
  9. # Below are the commands for calling the various programs
  10. # The '%0' is replaced by the name of the document directory,
  11. #     '%1' is replaced by the leafname
  12. # When you run e.g. LaTeX, all commands in this file with token RUN_LATEX*
  13. # will be executed, in order of appearance
  14. # You can edit this as desired
  15. #
  16.  
  17. RUN_BIBTEX0:Dir %0.^
  18. RUN_BIBTEX1:TaskWindow "bibtex %0" -wimpslot 1048k -name BibTeX -display -quit
  19. RUN_DVIPS0:Dir %0.^
  20. RUN_DVIPS1:TaskWindow "dvips -o %0.ps %0" -wimpslot 896k -name dvips -display -quit
  21. RUN_LATEX0:Dir %0.^
  22. RUN_LATEX1:TaskWindow "LaTeX %0.%1" -wimpslot 896k -name LaTeX -display -quit
  23. RUN_TEX0:Dir %0.^
  24. RUN_TEX1:TaskWindow "TeX %0.%1" -wimpslot 896k -name TeX -display -quit
  25.  
  26. #
  27. # Following list contains the files that are removed by 'Tidy Dir.'
  28. # Edit as desired.
  29. # Warning: adding "tex" here may have unwanted results ;-)
  30. #
  31.  
  32. TIDY_EXT0:aux
  33. TIDY_EXT1:log
  34. TIDY_EXT2:blg
  35. TIDY_EXT3:toc
  36. TIDY_EXT4:ps
  37. TIDY_EXT5:_ps
  38.  
  39. #
  40. # The copy options used for name conversion
  41. # Type 'Help Copy' on the command line for their meaning
  42. #
  43.  
  44. COPT:A ~C ~D F N ~P ~Q ~R ~S ~T ~V
  45.  
  46. #
  47. # Strings for interactive help
  48. #
  49.  
  50. HLP_IBAR:\T%0 application.|MIt provides easy editing and processing of TeX/LaTeX documents.|M\Sopen the Control \w.
  51. HLP_CPANE0:\Sedit the selected document.
  52. HLP_CPANE1:\Srun the document through LaTeX.
  53. HLP_CPANE2:\Srun the document through TeX.
  54. HLP_CPANE3:\Srun the document through BibTeX.
  55. HLP_CPANE4:\Sopen the document directory.
  56. HLP_CPANE5:\Stidy the document directory.|MAuxiliary files, log files etc. are deleted.
  57. HLP_CPANE6:\Sload the processed document into a DVI-previewer.
  58. HLP_CPANE7:\Sconvert the processed document to a PostScript file.
  59. HLP_CTRL:Double-click \s to edit a document.
  60. HLP_CREATE:Drag the icon to a Filer window to create a new document directory.
  61. HLP_CONV:\T window for name conversion.
  62. HLP_CONV0:|MIt converts TeX names in DOS format (FILE/TEX) to RiscOS format (file.tex)|MDrag the files/directories to the window.
  63. HLP_CONV1:|MDrag the icon to a Filer window to start conversion
  64.  
  65. #
  66. # Error messages etc.
  67. #
  68.  
  69. TMFC:Can't convert more than %0 names at a time
  70. IVLS:Illegal value of LIST_SIZE in Messages file
  71. NDOC:newdoc
  72.