based on https://github.com/Darxor/CSL-GOST +some uncompatible fixes https://github.com/Darxor/CSL-GOST/commit/f1f334a9f4eb840322d9fdbb83a7f4ee6cda9720
- in_file in %1
- bib_file in %2
- set custom style in %3 or default be used
usage: texbib2docx.py [-h] [-b BATNAMETEMPLATE] [-d DOCXNAMETEMPLATE] [-q]
[-s CSL] [-m]
TeX_file
parse TeX to create pandoc convert bat with citeproc
positional arguments:
TeX_file tex file to process
optional arguments:
-h, --help show this help message and exit
-b BATNAMETEMPLATE, --batNameTemplate BATNAMETEMPLATE
template of out bat where `%s` is name of src TeX file
(`` for not create)
-d DOCXNAMETEMPLATE, --docxNameTemplate DOCXNAMETEMPLATE
template of out DOCX where `%s` is name of src TeX
file
-q, --doNotStart_rez_bat
do not start result bat
-s CSL, --csl CSL absolute or relative to THIS SCRIPT pathname of CSL
style file
-m, --disableViaODTMode
disable default `convert via ODT` mode
thanks to: