We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSL has an option for short titles that is used, for example, in the chicago-note format:
chicago-note
... <text variable="title" text-case="title" form="short" font-style="italic" /> ...
Right now, Typst uses the BibTex title field for the CSL short title, but BibTex also has a field shorttitle that should be used instead. Ex.
title
shorttitle
@book{mchugo_syria_2015, title = {Syria: {{A History}} of the {{Last Hundred Years}}}, shorttitle = {Syria: {{A History}}}, author = {McHugo, John}, year = {2015}, publisher = {The New Press}, address = {New York}, urldate = {2023-01-09}, isbn = {978-1-62097-045-4}, langid = {english}, keywords = {syria} }
Thus, instead of looking like this: It would look like this:
This feature would be useful to users who use the chicago-note style or other CSL styles that use the short title.
The text was updated successfully, but these errors were encountered:
Closed in #174
Sorry, something went wrong.
No branches or pull requests
Description
CSL has an option for short titles that is used, for example, in the
chicago-note
format:Right now, Typst uses the BibTex
title
field for the CSL short title, but BibTex also has a fieldshorttitle
that should be used instead. Ex.Thus, instead of looking like this:
It would look like this:
Use Case
This feature would be useful to users who use the
chicago-note
style or other CSL styles that use the short title.The text was updated successfully, but these errors were encountered: