-
I'm having a problem using pandoc citeproc and the new chicago-notes-bibliography-17th-edition.csl. The notes have the first character of the author's name capitalized. Note, this is not the case in the bibliography. I don't see any statement such as Output
chicago-notes-bibliography-17th-edition.csl.txt |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 21 replies
-
Is this the culprit code in citeproc? (I don't know haskell, but that logic seems a bit different to what I'm seeing.)
What is the point of doing this first letter capitalization for a citation note in any case? Especially if it is specified as literal in the YAML biblio DB? Not only does this mangle lowercase usernames, it would mangle names like "bell hooks". |
Beta Was this translation helpful? Give feedback.
-
That only affects titles. For names, pandoc doesn't do anything. If you have the name lowercase in the bibliography, it will still be lowercase. However, there is a special rule governing citations in note styles. If you have a citation like Relevant code https://github.com/jgm/citeproc/blob/master/src/Citeproc/Eval.hs#L1198-L1204 I may be misunderstanding your issue, though. |
Beta Was this translation helpful? Give feedback.
Thanks @bpj, I did see that, and this issue has now been resolved #10983 .