blob: b119f75b178266c8303185a183787d20236356a4 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
# bibtex8 and bibtexu work but make errors, bibtex is the best
# the only problem it does not place Russian references first
# so please do it manually in *.bbl file (it is done here)
bibtex rubibtex-ex-x.aux
|