teatimeguest

Results 8 issues of teatimeguest

## Description When using LuaTeX, the `CharacterVariant` feature doesn't work for small font sizes such as `\scriptstyle` and `\footnotesize`. This problem doesn't occur with XeTeX. - ✗ Relevant for XeTeX...

This PR adds support for highlighting regular expression literals with 3 or more flags, including the `d` flag.

The [documentation][doc] says that `typesetsuppfiles` are copied into the `localdir`, but in fact they are copied into the `typesetdir`. This PR fixes this problem. [doc]: https://github.com/latex3/l3build/blob/87f00fcca1f8db39fefa1f482fb2f47f308db377/l3build.dtx#L513

This PR fixes a link in workarounds.md to match [this change](https://github.com/actions/cache/commit/471fb0c87e5d7210f339d8ea2e01505ddafd793d).

When installing the latest TL, one of the [CTAN mirrors](https://ctan.org/mirrors) is automatically selected and used, which can cause problems immediately after a new version of TL is released (see #248)....

enhancement

I found that sometimes notifications are not rendered correctly. Here is an example: ```lua local notify = require("notify") local title = "\u{1D4AF}\u{212F}\u{1D4C8}\u{1D4C9}" -- "𝒯ℯ𝓈𝓉" notify("Title not correctly highlighted", nil, {...

See #329. @muzimuzhi

enhancement