Results 287 comments of David Carlisle

On 27 March 2018 at 17:31, Joseph Wright wrote: > The arguments aren't test *files*, they are test *names*: I don't see how > tab completion is appropriate here. >...

It is a legal filename on unix but I think the model in l3build is that a string in lua tables such as `textfiles = textfiles or {"*.md", "*.txt"}` The...

I assume this would be by essentially doing l3build tag then git status or something to see what changed? Currently l3build ctan (and l3build generally) doesn't assume anything about about...

it has a potential to be abused to make system-specific test outputs, but for the particular example in the initial comment I think this could be useful, you often want...

@apoorvpotnis I did wonder about that, probably, yes.

@apoorvpotnis currently (after https://github.com/wspr/unicode-math/pull/597/commits/c4d204072818dacde03e5070a21a87b10d58c14b) All the fonts listed in the issue are listed (stealing some space from the margins) But clearly this design does not scale, if more fonts are...

You don't show how you are selecting bold italic. this works for me ``` \documentclass{article} \usepackage{unicode-math} \begin{document} $Aa\Gamma\gamma$ $\symbfit{A}\symbfit{a}\symbf{\Gamma}\symbf{\gamma}$ \end{document} ``` ![image](https://user-images.githubusercontent.com/1268738/190931604-4c1cd9f0-6ef3-4548-9f7c-9c25134dd366.png)

@lvjr may be able to fix that in the package, but a simple workaround is add `{}` `\bfseries{}中文 ` works fine, it is not `\bfseries` that is undefined but `\bfseries中文...