| bio | website | tex.stackexchange.com/users/… |
|---|---|---|
| location | British Columbia | |
| age | 37 | |
| visits | member for | 1 year |
| seen | 14 hours ago | |
| stats | profile views | 123 |
Hi, I'm Scott, pleasure to meet you.
|
16h |
comment |
Expl variable assignments not behaving as I expect @A.Ellett I don't feel slighted, all is good, I asked out of curiosity! Joseph, Sorry to clutter your question, I probably should have asked on chat or somewhere, but thanks for indulging me. |
|
1d |
comment |
Expl variable assignments not behaving as I expect The asker seems convinced that my answer is incorrect, if that's the case (aside from using the word string when I maybe shouldn't have etc.) I wouldn't mind knowing what I've misunderstood! |
|
1d |
revised |
Expl variable assignments not behaving as I expect expanded |
|
1d |
comment |
Expl variable assignments not behaving as I expect let us continue this discussion in chat |
|
1d |
comment |
Expl variable assignments not behaving as I expect That might not be necessary, check whether my edit works for you. |
|
1d |
revised |
Expl variable assignments not behaving as I expect added 38 characters in body |
|
1d |
comment |
Expl variable assignments not behaving as I expect Again, I'm not sure the issue is because -NoValue- is becoming stringified...it's because \controlsequence isn't being replaced by it's contents. I have a fix for you. |
|
1d |
comment |
Expl variable assignments not behaving as I expect Why not use \NewDocumentCommand{\makeversions}{ sO{;}mm }? |
|
1d |
comment |
Expl variable assignments not behaving as I expectn type arguments (for the most part) are passed as is, there's no expansion or replacement. So you're asking whether the sting \controlsequence is equal to -NoValue-. Can you use an optional with default value ;? |
|
1d |
revised |
phantom in environments code tags, removed tag |
|
1d |
comment |
Expl variable assignments not behaving as I expect Fair enough, I could be wrong. How do you interpret \cs_new_eq:NN \IfNoValueT \__xparse_if_no_value:nT? |
|
1d |
answered | Expl variable assignments not behaving as I expect |
|
1d |
comment |
Expl variable assignments not behaving as I expect In that case add \cs_generate_variant:Nn \seq_set_split:Nnn {NVV}
and use that in your set split with just the macro names, no braces (which works for me). |
|
1d |
comment |
Expl variable assignments not behaving as I expect Your IfNoValue code isn't executing. Probably (maybe), that code is written to taken an n type argument and can't deal with being passed a macro. |
|
2d |
comment |
Creating table as shown in the picture Oops, just saw that the answers in the question I linked were all TiKz, which you said you used...my bad. Good that Torbjorn had you covered. |
|
2d |
comment |
Creating table as shown in the picture See whether you can modify the solutions here for your table: tex.stackexchange.com/questions/17745/… |
|
2d |
revised |
btex and etex in luamplib labels fixed broken link |
|
2d |
comment |
OpenType fonts for Metapost Labels @morbusg Have you seen here:tex.stackexchange.com/questions/82675/… ? |
|
May 10 |
comment |
Recreating a Cathode Ray Tube Diagram in TikZ? Are you able to draw, say, just the grid? |
|
May 9 |
comment |
Lemma numbering by first instance of referencing Hmm, it seems tricky (i.e. beyond me) to do what you want, but maybe it's easier than I think. The wizards may be able to help. Good luck! |