summaryrefslogtreecommitdiff
path: root/fonts/redis/semitex.exec
blob: 44ee82084e874d251aa2466d3c2c1ee0120cc071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Driver for Hebrew Texing */
arg files '(' option option2
parse var files file1 file2 .
texfile = file2
if file2 = '' Then texfile = file1
'PRETEX' texfile||'.TEX'
runfile = 'IVRITEX'
if file2 ^= '' then runfile = file1 'IVRITEX'
'TEX' runfile
address command 'RENAME IVRITEX DVI A' texfile '=  ='
address command 'ERASE IVRIFILE AUX'
if option = 'PRINT' Then 'TEXPRT' texfile  option2
Exit