Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • Note that if you have label=foo,5 as an argument, 5 would be a key, not a value. So, you would need to take care that you only pass keys to \@doitem if they consist of digits only. Commented Apr 16 at 20:39
  • 1
    The problem with \keys_set_groups:nnn is that (citing the l3keys manual) "[u]nknown keys are not assigned to any group and are thus never set". I assume that the assignment to a group does not work for the unknown key. Maybe use different branches rather than groups. Commented Apr 16 at 20:53
  • 1
    is there any reason you can't do all the option processing up front and just save the stuff you aren't ready to use yet? Commented Apr 16 at 20:54
  • 1
    @JasperHabicht: I think I asked an XY problem and your citation proves the answer to X is no. Thank you. Commented Apr 16 at 21:04
  • 1
    or just save it to a variable and then use the value of that variable to create the label later? Commented Apr 16 at 23:44