diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/ec-plain/ec-plfmt.bat |
Initial commit
Diffstat (limited to 'macros/ec-plain/ec-plfmt.bat')
-rw-r--r-- | macros/ec-plain/ec-plfmt.bat | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/ec-plain/ec-plfmt.bat b/macros/ec-plain/ec-plfmt.bat new file mode 100644 index 0000000000..dc7b25e39d --- /dev/null +++ b/macros/ec-plain/ec-plfmt.bat @@ -0,0 +1,46 @@ +echo on +echo fmt.bat for 5 languages +del *.bak +del *.log +del *.tex +del *.sty +del *.ch +del *.mf +del *.tfm +del *.min +del *.doc +del *.dat +del *.zip +del *.tmp + +rem copy d:\emtex\texinput\etc\plain.tex + +copy d:\emtex\texinput\acmacros.sty +copy d:\emtex\texinput\hyconfig.ptx +copy d:\emtex\texinput\dcacceur.tex hyacceur.tex +copy d:\emtex\texinput\enhyph.tex +copy d:\emtex\texinput\enhyphex.tex +copy d:\emtex\texinput\f8hyph.tex +rem copy d:\emtex\texinput\french\f8hyphex.tex +rem copy d:\emtex\texinput\french\frhyphex.tex +copy d:\emtex\texinput\ithyph.tex +copy d:\emtex\texinput\eshyph.tex +copy d:\emtex\texinput\ghyph31.tex +copy d:\emtex\texinput\ec-plain.tex +copy d:\emtex\texinput\ec-plain.doc 00readme.doc +copy d:\emtex\mfinput\ec\exmi*.mf +del exmib*.mf +copy d:\emtex\mfinput\ec\ecbxmath.mf +copy d:\emtex\mfinput\ec\ecmathit.mf +copy d:\emtex\mfinput\misc\dy*.mf +copy d:\emtex\mfinput\misc\ofgree*.mf +copy d:\emtex\tfm\ec\exmi*.tfm +del exmib*.tfm +del dymib*.mf + +echo french-english-german-italian-spanish plain +copy d:\emtex\texinput\language.eur language.dat +initex ec-plain \dump +if errorlevel 1 goto error + +:error |