LAURENS Jérôme
LAURENS Jérôme
Another potential problem with a MikTeX bare TeX installation. This has not been tested though. create document 1 to import `./Directory/variations.tex` with the help of `\l_file_search_path_seq`: ``` \documentclass{article} \begin{filecontents}{Directory/variations.tex} SUCCESS...
`\l_file_doc_search_path_seq` seems a good starting point as these files are related to the document domain.
@u-fischer Very good point. If my understanding of Kpathsea is correct, this `./` trick should **always** be used despite it is not user friendly, not only for the above mentioned...
Unfortunately debug mode is not available at document level
This should definitely be part of the documentation
I was thinking of something more permissive like "the only types that cannot be stored in `seq` or `plist` are `box`, `coffins`?, `intarray` and `fparray`." ## simple case The problem...
`keyval` appears many times in `l3prop`, mainly as part of the command sequences, which gives a hint about the argument. For example, what is called a `keyval` here cannot always...
I don't really understand what is exactly behind the scene. If this is some kind of error recovery, then it should be done on the unix side too, otherwise the...
Ah, I see. What puzzled me is that your tests are covering something very different like ``` some_variable = "../An\" Awkard \"Dir" other_variable = 'foo"bar"baz' ``` It does not seem...
If you have a problem with a builtin target, you ask the l3build team If you have a problem with your custom target, then it is yours and you should...