typst / biblatex

A Rust crate for parsing and writing BibTeX and BibLaTeX files.
Apache License 2.0
120 stars 15 forks source link

Supporting or at least removing hyphenation marks #50

Closed wrenger closed 4 months ago

wrenger commented 4 months ago

BibLaTeX supports defining hyphenation with \-. I don't know if this library should really support custom hyphenation, but these marks could be at least removed from the output.

Here is an example:

image

@inproceedings{hyphenation,
  author = {Some One},
  title = {Strange Words like Win\-dows or Wash\-ing\-ton},
}
Just showing @hyphenation.

#bibliography("./broken.bib")
wrenger commented 4 months ago

Thanks a lot :D