Yann Salmon
Yann Salmon
OK ; I misunderstood your intent as "have a prompt that lets user load the sqlite file as a DB instead" (ie. directly by clicking OK, without having to go...
From a teaching point of view, I think this is one step too much, because this allows people to use the software without ever actually using the proper menu/icon to...
I went to report this, only to remember that I had already ! The interface to specify a style, besides being undocumented, is very counter-intuitive. One tends to try ``\usepackage[]{menukeys}``...
I am not so sure because this would only work for the default available styles. In fact, everything would make more sense if the ``\renewmenumacro`` command was called ``\setmenustyle`` or...
I am not complaining ;-) It is always good to document code — but that is another story, because the user of some software or package is not concerned with...
Yes of course ; but the fact that setting a style involves changing macros internally is not a concern for the user : semantically, this is not the same concept...
Yes, this would be similar but not quite, because the kernel does \cs_set_eq:NN \par before the hook code is appended. The idea of the present RFE is to apply this...
Thanks you for looking into the feasibility of this. I think I was the author of the other issue you are referring to : indeed, hooking into ``\par`` is tempting...
Thank you, I got to what I wanted with like ``\exp_args:No\tl_if_novalue:nF {#1} {\refstepcounter{#1}}`` and seems to work in all my cases, because expanding ``#1`` here is not a problem. I...
I am not sure I understand. I infer from (what I understand from) expl3 naming convention that ``\c_novalue_tl`` is a token list, and from usual conventions that it should be...