summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/gost/doc/examples/utf8/make-examples-on-win-utf8.cmd
blob: 9fdd52b7417a291b7d4a3524f2fcd4d6bd7c212c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@echo ⮢ 䠩 ਬ஢ 
@echo ==========================

@echo ᪠  ਬ஢

for %%f in (ugost200*.tex) do pdflatex %%f 

@echo ᪠ ࠡ⪠ bibtex8 *.aux,  ⮣ '㤠  㤥'

for %%f in (ugost*.aux) do bibtex8 -B -c utf8cyrillic.csf %%f 

@echo ᪠  ਬ஢ (室 ᫥ bibtex8)

for %%f in (ugost200*.tex) do pdflatex %%f 
pdflatex ugost2008n.tex
pdflatex ugost2008ns.tex
pdflatex ugost2008s.tex

@echo ⪠   㦭 䠩

@del *.aux *.out *.toc *.brf .pdf
@del *.bbl 
@del *.blg 
@del *.log
@echo =======