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

Bibtex containing unbalanced dollar symbol in url #53

Closed
1 task done
qres opened this issue Apr 12, 2024 · 0 comments · Fixed by #60
Closed
1 task done

Bibtex containing unbalanced dollar symbol in url #53

qres opened this issue Apr 12, 2024 · 0 comments · Fixed by #60
Labels
bug Something isn't working

Comments

@qres
Copy link

qres commented Apr 12, 2024

Description

When using a BibTex bibliography, unbalanced dollar symbols in the url field result in an error failed to parse BibLaTeX file (bibliography.bib:9: unexpected end of file).

Typst:

@key

#bibliography("bibliography.bib")

BibTex:

@article{key,
  author = {A. Name},
  journal = {Journal},
  number  = {1},
  title = {Title},
  volume = {2},
  year = {1234},
  comment = {3\$},
  url = {example.com?A=$B}
}

Escaping the dollar symbol with "$", which is possible in other fields like comment, would change the url.

typst --version
typst 0.11.0 (2bf9f95d)

Reproduction URL

No response

Operating system

Linux

Typst version

  • I am using the latest version of Typst
@qres qres added the bug Something isn't working label Apr 12, 2024
@laurmaedje laurmaedje transferred this issue from typst/typst Apr 13, 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

Successfully merging a pull request may close this issue.

1 participant