Martin Haug
Martin Haug
An ARM64 macOS build would be great as well!
Should this also work for single quotes? The `ChunkKind` could track the "doubleness" with a boolean.
If I'm reading your code correctly, BibTeX' normal chunks will continue to yield regular quotes. I think that we should parse BibTeX normal chunks to also emit the quote chunk...
Ultimately, smart quotes are a heuristic. Typst implements it here: https://github.com/typst/typst/blob/c20b6ec6e157b753e90aa60ccd5b50f6f31cb7f6/crates/typst/src/text/smartquote.rs#L91. This handles something like quotes between numbers (e.g. for measurements in inches). It could be worthwhile to extract this...
> So far, I have tried using Better Bibtex, but this has been causing more problems in other areas (e.g. backslashes and latex instead of unicode in the text) than...
@CGMossa nicely outlined the two available alternatives. I'll close this as completed for now.
You can now use the new [`form` attribute](https://typst.app/docs/reference/meta/cite/#parameters-form) to get citations for use in text with the values `"author"`, `"year"`, and `"prose"`.
huh, shit It does not seem to like the transformation of the R's path. This is related to #9. I'll look into it but unfortunately do not have a lot...
I'm sorry about having closed the issue, the text in PR #19 triggered the auto-close.
Due to the way PDF implements videos, these cannot interact with many layout features (rotations, overlapping containers etc.) and must always be rendered as rectangles on top of all other...