How to set the text-case
on a cs:text
to nothing?
My usecase:
I use pandoc to generate a docx file with this csl and this .bib file.
CSL: http://www.zotero.org/styles/ieee
Relevant .bib content:
@webpage{npzd61zu4xbm0y9b,
date = "",
title = "Hagers Enzyklopädie der Arzneistoffe und Drogen, 6. Auflage, 2007, Springer Verlag",
howpublished = "\url{}"
}
Output:
[128] “Hagers enzyklopädie der arzneistoffe und drogen, 6. Auflage, 2007, springer verlag.”
Expected output:
[128] "Hagers Enzyklopädie der Arzneistoffe und Drogen, 6. Auflage, 2007, Springer Verlag."
The capitalization is wrong.
I found the relevant line in the ieee.csl l. 120.
When setting text-case="uppercase"
it affects the title.
How can i set this to none or null?