diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/malayalam/preproc/mltr.g')
-rw-r--r-- | Master/texmf-dist/source/fonts/malayalam/preproc/mltr.g | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/malayalam/preproc/mltr.g b/Master/texmf-dist/source/fonts/malayalam/preproc/mltr.g new file mode 100644 index 00000000000..84605cfea44 --- /dev/null +++ b/Master/texmf-dist/source/fonts/malayalam/preproc/mltr.g @@ -0,0 +1,6 @@ +echo process TeX file for Malayalam reformed and traditional script +patc -v -p d:\doc\malyalam\mmfont\preproc\mm.pat $1 mm.tmp +mm -v -t mmr.trs -s mmr.scr mm.tmp mm2.tmp +rm mm.tmp +mm -v -t mm -s mm mm2.tmp $2 +rm mm2.tmp |