diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-10 00:27:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-10 00:27:31 +0000 |
commit | 614bb5959706e51f05a0401e6c18627ba87134f0 (patch) | |
tree | 5fb0c6d27dda2c8da6434a2ac3ce3a2b5ec69acc /Master/bin/win32/rubibtexx.bat | |
parent | 11ac15c4cffc0e2fc7483cbfb12df95486027c39 (diff) |
xecyr 1.0 (8mar08)
git-svn-id: svn://tug.org/texlive/trunk@6925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/rubibtexx.bat')
-rwxr-xr-x | Master/bin/win32/rubibtexx.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/bin/win32/rubibtexx.bat b/Master/bin/win32/rubibtexx.bat new file mode 100755 index 00000000000..90702a721b0 --- /dev/null +++ b/Master/bin/win32/rubibtexx.bat @@ -0,0 +1,9 @@ +@echo off
+bibtex8 -B -c cp1251.csf %1.aux
+iconv -f CP1251 -t UTF-8 %1.bbl > tmp.tmp
+copy /b tmp.tmp %1.bbl
+del tmp.tmp
+
+
+
+
|