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

Fix rendering of non-article references #56

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

goerz
Copy link
Member

@goerz goerz commented Oct 29, 2023

This brings the rendering of non-article entries in line with RevTeX. It significantly extends the support especially for @inproceedings, @incollection, @inbook. The Chapter, Volume, Number, Edition, Month, fields are now supported for several entry types.

Revises how the URL/DOI is linked in the references.

Adds the title_transform_case option to the internal formatting routines, for use by custom styles. In principle, this could be used to implement the sentence-case transformation that is common in BibTeX styles. Note that I don't condone this convention: The titles should appear as they do in the published material (which generally means title case, not sentence case). In any case, DocumenterCitations will continue to render titles as they appear in the .bib file, making braces to "protect" capitalized words unnecessary.

@goerz goerz added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 29, 2023
@goerz
Copy link
Member Author

goerz commented Oct 29, 2023

See the list of References, especially all the newly added "In: …" examples (@incollection, @inproceedings, @inbook). Also, the Gallery for the :authoryear style.

This brings the rendering of non-article entries in line with RevTeX. It
significantly extends the support especially for `@inproceedings`,
`@incollection`, `@inbook`. The `Chapter`, `Volume`, `Number`,
`Edition`, `Month`, fields are now supported for several entry types.

Revises how the URL/DOI is linked in the references.

Adds the `title_transform_case` option to the internal formatting
routines, for use by custom styles. In principle, this could be used to
implement the sentence-case transformation that is common in BibTeX
styles. Note that I don't condone this convention: The titles should
appear as they do in the published material (which generally means title
case, not sentence case). In any case, `DocumenterCitations` will
continue to render titles as they appear in the `.bib` file, making
braces to "protect" capitalized words unnecessary.
@goerz goerz force-pushed the mg/format-non-articles branch from 5ae3fe4 to 68ba692 Compare October 29, 2023 06:22
@goerz goerz merged commit 65d08d7 into master Oct 31, 2023
7 checks passed
@goerz goerz deleted the mg/format-non-articles branch October 31, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant