Enrico Gregorio
Enrico Gregorio
@bastien-roucaries @blefloch I'd not forget integers in hexadecimal or octal format. And ``` -`a ``` is an integer too.
The value you pass to `log-functions` is completely ignored, so specifying one of ``` \usepackage[log-functions]{expl3} \usepackage[log-functions=true]{expl3} \usepackage[log-functions=false]{expl3} \usepackage[log-functions=whatever]{expl3} ``` has exactly the same effect. Indeed the documentation doesn't mention possible...
@PhelypeOleinik I'm not sure; nowadays, `expl3` is only loaded if debug options are needed, so its options are “on” whenever specified. With the exception of `backend` that takes the driver...
> On 3 Nov 2018, at 21:43 , Bruno Le Floch wrote: > > It seems we have no function to extract the main/stretch/shrink components of a skip or the...
I think you could have a look at https://tex.stackexchange.com/a/409671/4427, with a modification I now realize is necessary, namely to add `\cramped` ``` \cs_new_protected:Nn \__multiadjustlimits_print:NNn { \mathop { \vphantom{\l__multiadjustlimits_operator_tl} \mathopen{} #1...
This would need some refinement, but it should give the idea ```latex \documentclass{article} \usepackage{amsmath} \NewDocumentCommand{\prescript}{mmme{^_}}{% \vphantom{#3}% the base ^{\prescriptalign{{#1}{#4}{#2}{#5}}}% the superscript _{\prescriptalign{{#2}{#5}{#1}{#4}}}% the subscript \kern-\scriptspace #3% the base ^{\IfValueT{#4}{#4}\vphantom{#1}}% the...
The `steinmetz` package was written in order to implement a representation of complex numbers that's common in engineering fields, so I guess it would be good to allow using it...
@Rmano Would you please add a few printed examples?
In pdflatex the missing composites are ``` \v{i} \~{i} \u{i} \={i} ``` which also correspond to Unicode points. For `j` basically all are missing, but Unicode only has J WITH...
I can confirm the issue, but I also get another interesting bit. ``` /usr/local/texlive/2024/texmf-dist/scripts/pythontex/pythontex3.py:549: SyntaxWarning: invalid escape sequence '\s' msg = ''' /usr/local/texlive/2024/texmf-dist/scripts/pythontex/pythontex3.py:1810: SyntaxWarning: invalid escape sequence '\s' errgobble =...