home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the maximum length of the list of documents
- # Change the number if you want; you may need to adapt the WimpSlot as well
- #
-
- LIST_SIZE:32
-
- #
- # Below are the commands for calling the various programs
- # The '%0' is replaced by the name of the document directory,
- # '%1' is replaced by the leafname
- # When you run e.g. LaTeX, all commands in this file with token RUN_LATEX*
- # will be executed, in order of appearance
- # You can edit this as desired
- #
-
- RUN_BIBTEX0:Dir %0.^
- RUN_BIBTEX1:TaskWindow "bibtex %0" -wimpslot 1048k -name BibTeX -display -quit
- RUN_DVIPS0:Dir %0.^
- RUN_DVIPS1:TaskWindow "dvips -o %0.ps %0" -wimpslot 896k -name dvips -display -quit
- RUN_LATEX0:Dir %0.^
- RUN_LATEX1:TaskWindow "LaTeX %0.%1" -wimpslot 896k -name LaTeX -display -quit
- RUN_TEX0:Dir %0.^
- RUN_TEX1:TaskWindow "TeX %0.%1" -wimpslot 896k -name TeX -display -quit
-
- #
- # Following list contains the files that are removed by 'Tidy Dir.'
- # Edit as desired.
- # Warning: adding "tex" here may have unwanted results ;-)
- #
-
- TIDY_EXT0:aux
- TIDY_EXT1:log
- TIDY_EXT2:blg
- TIDY_EXT3:toc
- TIDY_EXT4:ps
- TIDY_EXT5:_ps
-
- #
- # The copy options used for name conversion
- # Type 'Help Copy' on the command line for their meaning
- #
-
- COPT:A ~C ~D F N ~P ~Q ~R ~S ~T ~V
-
- #
- # Strings for interactive help
- #
-
- HLP_IBAR:\T%0 application.|MIt provides easy editing and processing of TeX/LaTeX documents.|M\Sopen the Control \w.
- HLP_CPANE0:\Sedit the selected document.
- HLP_CPANE1:\Srun the document through LaTeX.
- HLP_CPANE2:\Srun the document through TeX.
- HLP_CPANE3:\Srun the document through BibTeX.
- HLP_CPANE4:\Sopen the document directory.
- HLP_CPANE5:\Stidy the document directory.|MAuxiliary files, log files etc. are deleted.
- HLP_CPANE6:\Sload the processed document into a DVI-previewer.
- HLP_CPANE7:\Sconvert the processed document to a PostScript file.
- HLP_CTRL:Double-click \s to edit a document.
- HLP_CREATE:Drag the icon to a Filer window to create a new document directory.
- HLP_CONV:\T window for name conversion.
- HLP_CONV0:|MIt converts TeX names in DOS format (FILE/TEX) to RiscOS format (file.tex)|MDrag the files/directories to the window.
- HLP_CONV1:|MDrag the icon to a Filer window to start conversion
-
- #
- # Error messages etc.
- #
-
- TMFC:Can't convert more than %0 names at a time
- IVLS:Illegal value of LIST_SIZE in Messages file
- NDOC:newdoc
-