summaryrefslogtreecommitdiff
path: root/Master/bin/win32/rubibtexx.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/rubibtexx.bat')
-rwxr-xr-xMaster/bin/win32/rubibtexx.bat9
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
+
+
+
+