Falk Hanisch

Results 102 comments of Falk Hanisch

> I can reproduce the error. The tikz picture contains a reference and so tikz reschedules the compilation in the `enddocument/afteraux` hook: So, would using the `enddocument/end` hook instead be...

Considering `\Omega` is defined via `LGR` encoding, then `\mathrm` will also print an unexpected result: ```latex \documentclass{article} \DeclareFontEncoding{LGR}{}{} \DeclareSymbolFont{upgreek}{LGR}{opensans-TLF}{m}{n} \DeclareMathSymbol{\Omega}{\mathalpha}{upgreek}{87}% \usepackage{siunitx} \begin{document} $\Omega$ $\mathrm{\Omega}$ \unit{\ohm} \end{document} ```

@FrankMittelbach thanks a lot, this solves at least my issue ;)

As Frank correctly assumed, I was looking for a general solution to the problem. I had already implemented something in my classes, but originally used `\strut` incorrectly, which may have...

Why should the page numbering in oneside layout differ from the twoside layout? I think it would be better to fix the numbering in the oneside layout and continue with...

> So I keep this open as a task to add more examples to `lthooks` documentation. I just read in the documentation and stumbled over hook `??` which is used...

As there is currently some activity at https://github.com/latex3/latex2e/tree/lthooks-doc-updates I just wanted to mention, that `|??|` is used as well at least two times

Ah sorry, forgot to mention in the first comment that I'm taking about `lthooks.dtx`

If the command in question must be protected, what about `\AddToNoCaseChangeList{\thanks}`? In general, if I wanted to use `\AddToNoCaseChangeList` with a command either from the kernel or a third-party package,...

> \thanks is robust and it works: Sorry, my bad. I tested with my classes where I redefined `\thanks` locally. Nevertheless, it would be very convenient, if `AddToNoCaseChangeList` could be...