PgBiel
PgBiel
By the way, I believe this is very close to completion (the dir walker algorithm was already pushed, but I haven't tested it well yet) - I'll be picking this...
Ready for another look :smile: The dir walker has been implemented with symlink loop detection. I've switched other places using recursive search to use the dir walker. Try it out...
> I'd like to contribute to this PR, since I like Hayagriva and am currently working with it for my thesis. How could I help? We don't have a confirmation...
This is a Typst limitation, but you can use `kind: table` on your figure to force Typst to recognize it as a table (which should work). In the future, I...
> When wrapping it in #figure() my tablex seems to be forced onto a single page. All text is supposed to be black and not mostly grey and in the...
It is supposed to work in most cases, but sometimes it can break for no apparent reason. This will probably improve for v0.1.0.
> is there something I can _try_ to maybe make it work? Not sure. It tends to work better with smaller tables, or with less tables in the document. I...
Blocked by https://github.com/typst/typst/issues/147
@seldom-interpreted Typst uses the [hayagriva YAML format](https://github.com/typst/hayagriva/blob/main/docs/file-format.md), `.bib` files are simply converted to it. Can you confirm if this satisfies your requirements for an alternative standard, or are you looking...
Thanks for reporting. I'm afraid this is because the current implementation uses the difference in page numbers to determine when to place a header or not. Thus, indeed, this particular...