-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APA Capitalization Issues #91
Comments
It is impossible to convert to sentence case automatically - think e.g. proper names. Therefore, all sentence case styles in CSL leave the title as is - it's recommended to keep/convert titles to sentence case in your database. edit: there is a text-case="sentence" option in CSL, we just don't use it - if you really want to you can apply it to customize styles, but, as I say, automating sentence case just isn't possible. Zotero has a one-click option to convert titles to pseudo-sentence case, which makes manual editing much faster - I don't know about other CSL implementations. |
I understand that, but rather than making one have to either keep two databases or change the database when switching, why not at least do initial letter, letter following colon as caps and all other letters as lowercase, which would be significantly less work correcting... ie. significantly MORE correct than it is now while still working fine for other title case formats? I understand proper nouns, but throwing out all the other rules that presumably can be addressed doesn't seem optimal. |
Also, mla.csl doesn't appear to be doing title case either. To wit, I get entries like this: Which is also incorrect, reflecting the case as I had to input it for the APA citation... |
"why not at least do initial letter, letter following colon as caps and all other letters as lowercase" "Also, mla.csl doesn't appear to be doing title case either." |
If mla.csl does its job, then it's not a problem. I guess I somehow miraculously grabbed the file during the "short time" that this feature was removed. Of course, knowing that you had a flawed version for which there are no obvious notes would have made this whole thing significantly easier. |
The "short time" was, admittedly, a month or so. The style was completely re-written and improved and title-casing got nixed. |
I apologize for being snippy. This has been an incredibly frustrating issue today and I let that frustration color my tone. I have grabbed the most recent version--I think I had already done so, but just to be sure--and it appears to be a problem with my tool chain (Pandoc + citeproc-hs) and I am pursuing a fix there. Again, my apologies. |
APA style requires that journal article titles have only the initial letter and the first letter following a colon capitalized, all the rest lower-case. The apa.csl file here doesn't seem to output in that format (unless, of course, I enter the article title in that way to begin with). As I regularly switch between APA and MLA, this is problematic. Can the CSL file specify the proper capitalization?
The text was updated successfully, but these errors were encountered: