home *** CD-ROM | disk | FTP | other *** search
- /* SetTeXFormat1.dme V2.00 18.12.1989 SB */
- res=GetEnv('texformat')
- IF res='' THEN res='lplain'
- res=Request(50,50,'Enter name of the TeX formatfile',res,,'CANCEL')
- IF res='' THEN RETURN 0
- CALL SetEnv 'texformat',res
- IF SHOWLIST('Ports','AmigaTeX')~=0 THEN
- DO
- ADDRESS 'AmigaTeX' 'Exit'
- StartTeX
- IF RC=10 THEN RETURN 10
- END
- RETURN 0
-