In LaTeX2e, one can write to the standard auxiliary file via the \@auxout file handle. Are there dedicated LaTeX3 functions (planned) that facilitate writing to \jobname.aux or is there an equivalent \@auxout file handle in LaTeX3 we can use with the functions from the l3file package?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
At present the answer here is 'no', as we do not have structures for the higher-level idea of 'an auxiliary file'. Clearly we will need to address this along with a number of other file-related areas (for example a native mechanism for loading files, akin to |
|||||||||||||||
|
|
This probably doesn't conform to the guidelines, but
For internal commands to be used in packages, one can think to
and similarly for the |
||||
