[Tex/LaTex] Use .csl or .ccs for bibtex

bibtex

I am wanting to write my thesis with LaTeX. My problem is, that my university demands a certain citation style, which they provide as a .csl or .ccs file.

Is there some way to use that in LaTeX / BibTeX?

Best Answer

Pandoc can read and write texfiles and use csl files to generate citations and bibliography. So, you can try something like: pandoc File.tex --bibliography=Bibfile.bib --csl=Mycsl.csl -o FileWithBib.tex and then latex FileWithBib.tex.

If you use this, you must write the preamble in FileWithBib.tex