From 81a82573dc78a8cbf2f86100043f74f1305f4c56 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 18 Mar 2019 16:09:13 -0700 Subject: expose bibtex and citeproc; revert /unstable/ prefixes --- python/fatcat_tools/transforms/csl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_tools') diff --git a/python/fatcat_tools/transforms/csl.py b/python/fatcat_tools/transforms/csl.py index 3509f350..7bc026ed 100644 --- a/python/fatcat_tools/transforms/csl.py +++ b/python/fatcat_tools/transforms/csl.py @@ -208,7 +208,7 @@ def citeproc_csl(csl_json, style, html=False): bib.register(Citation([CitationItem(csl_json['id'])])) lines = bib.bibliography()[0] if style == "bibtex": - out = "\n" + out = "" for l in lines: if l.startswith(" @"): out += "@" -- cgit v1.2.3