hseg

Results 90 comments of hseg

Am away from my dev box, so can only answer based on looking at manuals. Note that the `provide=*` option is equivalent to a `\babelprovide` command for the main language...

Ah, and I see you've provided the necessary clarification on ini vs ldf 😅.

The file I used is on my dev box, so no. Do recall offhand the cases I checked, though: - basic embedding (ie getting rtl1 rtl2 LTR4 LTR3 rtl5 rtl6)...

This exists as the `mapMaybe` method of `Filterable` in `witherable`. It seems the `WrappedFoldable` instance is the one wanted here (perhaps via `DerivingVia`?): ```haskell mapMaybe :: (Foldable f, Alterative f)...

By the GHC upstream ticket, the completions should be in the bindist -- however, installing the latest (9.8.1) release of GHC, I'm still not seeing the completions. The one I'm...

Hrm, OK. Any reason this isn't implemented as a tabular environment with the label getting the maximum width of all labels, and the citation itself getting whatever remains? Also, weird...

Unsure of the design goals of the citation rendering. If it's meant to integrate with LaTeX's native bibliography system, then I would expect `CSLReferences` to wrap `thebibliography` at least. In...

On Sun, Jan 14, 2024 at 01:45:15PM -0800, John MacFarlane wrote: > rapping `thebibliography` and using `bibitem` for the label is something I hadn't thought of, but it might be...

On Sun, Jan 14, 2024 at 01:49:04PM -0800, John MacFarlane wrote: > One issue with wrapping `thebibliography` is that (I believe) this environment generates its own label, which will interfere...

Ah, oops. Must've made a mistake in my investigations into `convert_field`'s behaviour. Probably the best solution here is to amend the package to require `mypy>=1.10` instead (we _could_ add an...