Skip to content
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

Title Case for non English titles, some more function words #165

Open
3 tasks done
glorieux-f opened this issue Aug 12, 2023 · 0 comments
Open
3 tasks done

Title Case for non English titles, some more function words #165

glorieux-f opened this issue Aug 12, 2023 · 0 comments

Comments

@glorieux-f
Copy link
Contributor

glorieux-f commented Aug 12, 2023

  • I read the README and followed the instructions.
  • I am sure that the used CSL metadata follows the CSL schema.
  • I use a valid CSL stylesheet

Bug reports:

Non English journals may publish articles in English. Language should be set to "en". If the non English title of journal is desired in title case, then the processor should know some prepositions or articles to keep in lower case.

  • [citeproc-php] Doe, J. (n.d.). Article in English. Bibliothèque Nationale De France, Revue.
  • [zotero] Doe, J. (n.d.). English article in a French journal. Bibliothèque Nationale de France, Revue.

Used CSL stylesheet:

apa.csl

Used CSL metadata

Please replace these lines with your used metadata, for instance:

[
{
	"id": "id0",
	"type": "article-journal",
	"container-title": "Bibliothèque nationale de France, revue",
	"language": "en",
	"title": "Article in English",
	"author": [
		{
			"family": "Doe",
			"given": "John"
		}
	]
}
]
@glorieux-f glorieux-f changed the title TitleCase for non english titles, some more prepositions or articles TitleCase for non english titles, some more function words Aug 12, 2023
@glorieux-f glorieux-f changed the title TitleCase for non english titles, some more function words Title Case for non English titles, some more function words Aug 12, 2023
glorieux-f added a commit to glorieux-f/citeproc-php that referenced this issue Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant