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

Bibliography Chicago Author-Date Period Error #146

Open
zea-ai opened this issue Mar 26, 2024 · 0 comments
Open

Bibliography Chicago Author-Date Period Error #146

zea-ai opened this issue Mar 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zea-ai
Copy link

zea-ai commented Mar 26, 2024

Description

When using "chicago-author-date" for a bibliography:

  1. Periods are being placed beyond the terminal quote mark for article titles; and,
  2. Articles without urls are not taking periods after page ranges.

main.typ

This is "a test" @test.

#bibliography("refs.yml",
style: "chicago-author-date"
)

refs.yml

test:
  type: article
  title: A Test of Tests
  author: McTesterson, Testy
  page-range: 1–34
  date: 2024
  parent:
    title: Journal of Tests
    volume: 1
    issue: 1

Generates
This is “a test” (McTesterson 2024).
Bibliography
McTesterson, Testy. 2024. “A Test of Tests”. Journal of Tests 1 (1): 1–34

Expected
This is “a test” (McTesterson 2024).
Bibliography
McTesterson, Testy. 2024. “A Test of Tests.” Journal of Tests 1 (1): 1–34.

For this journal article entry:

  • Period inside quote mark
  • Period at end of entry

Compiler Version: Latest (Typst 0.11.0)

Attempted Fix
Downloading the CSL file, uploading it to the Typst project, and deleting the period from ' worked, but then every bibliographic entry needed a period at the end their titles. Is there a better way?

Thank you for looking into this.

Reproduction URL

No response

Browsers

Chrome

OS

macOS

@zea-ai zea-ai added the bug Something isn't working label Mar 26, 2024
@laurmaedje laurmaedje transferred this issue from typst/webapp-issues Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant