Joseph Wright

Results 1008 comments of Joseph Wright

> Without unicode-math lualatex is rather in a similar range as the other unicode engines when open type fonts are used. That's not in the table in the original post...

Ah, I thought that was just the raw data but for the same number of lines as for the table ...

> Well, there are two options really: > > 1. LaTeX does something differently in LuaLaTeX than in pdfLaTeX, and the LuaLaTeX version is slow. > > 2. LaTeX does...

My point being rally that LaTeX is extremely conservative in engine-specific code: the aim is as far as possible to keep things the same so that outputs are independent of...

The implementation of `\tablenum` is basically the same as the code for a cell in a table. This means that the fill used for alignment is 'just there' - nothing...

Last-unbraced expansion is meant to be very rare, so the idea here really is that any required cases are explicitly discussed and added manually.

@lvjr I think some examples are needed: in my experience, one can almost always find other ways.

I've wondered much the same: let's see what others feel

I'm thinking `\quark_new_conditional:Nn` and `\quark_new_recursion_conditionals:N` - does that sound OK?

> why plural and singular? `\quark_new_conditional:Nn` generates `\_quark_if_:n(TF)` or `\_quark_if_:N(TF)`, depending on the first argument. `\quark_new_recursion_conditionals:N` generates one of six possibles, at least at present. I wonder if it would...