David Carlisle
David Carlisle
>It does not work because '+(...)' has side effects. True but you can replace the second two + by . to avoid over-incrementing the counter, then I think it does...
I must admit I rarely use `save` (especially in repos that have large dependency setup). If check fails and I want to pass the diff, I don't regenerate, I simply...
@josephwright I think the problem depends on how you configure your source control. if git checks out local files with windows line endings you want to save tlg with windows...
@josephwright not sure either is "non standard" git (like svn and cvs before it) have a boolean option to translate or not line ends. Certainly here we configure source control...
@josephwright well yes it's come up before that some settings might want to be personal and set from lua outside the repo (upload emails etc) But an option that is...
Thanks for your understanding, sorry for the lack of notice about this change. The check was always supposed to be there the fact that it just got enabled on this...
Thanks, fixed in develop branch, I guess that's been wrong for 30 years:-)
Looks good to me too
The issue is really with the latex format rather than fontspec. The new l3keys based option handler processes the global document class keys when handling a package, for consistency with...
On Thu, 25 Jun 2020 at 08:22, Denis Bitouzé wrote: > But isn't \NewDocumentCommand {\myverb} { v } {#1}\myverb{--all} supposed > to behave as \verb|--all|? > > — > Not...