LAURENS Jérôme
LAURENS Jérôme
Sometimes the overlay counter has weird behavior. Next document creates exactly 2 slides, but when the `\mathrlap` line is uncommented then 6 slides are created. This is due to the...
`\only{bla bla bla}` displays text from slide a to slide b The range is specified from the start to the end. The range could also be specified from its starting...
When using `lfs.link(foo, bar,true)` on windows, the answer reads ``` make_link is not supported on windows. Function not implemented. ```
## Brief outline of the enhancement Due to exclusiveness, there can't be 2 different callbacks for the `find_read_file` key. It would be great if we had the possibility to have...
## Brief outline of the enhancement For callbacks of type 'data', the input and the output may differ. When one callback is expecting some specific format, it may have problems...
## Brief outline of the enhancement It should be noticed in the `ltluatex` documentation that `\IfFileExists` also triggers an `open_read_file` callback which may not seem natural at all. As a...
Here is the unexpected and very annoying error ``` ! LaTeX3 Error: Variant form 'cV' deprecated for base form '\My:cn'. One (LaTeX3) should not change an argument from type 'c'...
When not at the top level, redefining globally a set of conditionals is possible with `\prg_new_conditional:...` but it must follow some \cs_undefine:N commands which is rather heavy. `\prg_gset_conditional:...` would be...
l3doc should not use `\fvset` at the top level because it overrides the default settings of `fancyvrb`. Instead, `fancyvrb` allows to create custom verbatim environments.
The documentation of `cs_generate_variant:Nn` reads ``` The \cs_generate_variant:Nn function can only be applied if the ⟨parent control sequence⟩ is already defined. ``` This is not true as shown by the...