Skip to content

How to Remove the Punctuation Between title and titleaddon/subtitle in DOCX Output? #9725

Answered by jgm
TomBener asked this question in Q&A
Discussion options

You must be logged in to vote

You're using a bibtex or biblatex bibliography, I imagine? CSL itself doesn't have subtitle. So this has to do with pandoc's conversion from bibtex/biblatex to CSL references. The colon is hard coded; you can't change it. But you could convert your .bib file to csljson using pandoc (pandoc -f biblatex -t csljson) and use the json file as your bibliography; you'd be able to change the punctuation in it. Or you could convert the .bib to markdown pandoc -f biblatex -t markdown -s which would give you something a references section you could insert directly into your markdown file (and you could edit the title there).

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@TomBener
Comment options

@TomBener
Comment options

@jgm
Comment options

@TomBener
Comment options

Answer selected by TomBener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants