TomBener / custom-csl-title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSL Style Customization

Goal

How to remove the punctuation between title and titleaddon/subtitle? E.g. removing the period . or colon : between title and titleaddon/subtitle in the following example:

Solution

jgm/pandoc#9725

Step 1: Convert BibLaTeX to CSL JSON

pandoc -f biblatex bib.bib -t csljson -o bib.json

Step 2: Modify CSL JSON by Removing the Punctuation

Step 3: Use the Modified CSL JSON as the Bibliography File

Step 4: Generate DOCX

pandoc -C test.md -o test.docx

About


Languages

Language:TeX 100.0%