home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pmcstex.zip / install / cmd.CS / csLaTeX.cmd < prev    next >
OS/2 REXX Batch file  |  1996-05-19  |  254b  |  9 lines

  1. @echo off
  2. rem ** Sem si zkopirujte bud latex209 ci latex2e command soubor -- podle toho, 
  3. rem ** co casteji pouzivate. 
  4. setlocal
  5. set texinput=%EMTEXDIR%\texinput\latex2e!;%EMTEXDIR%\texinput!
  6. tex386 ^&csLaTeX %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. endlocal
  8.  
  9.