Brian Dunn
Brian Dunn
Was the problem the compile time or the overall size of the resulting sideTOC? I hope to come up with a way to create a collapsing sideTOC, and other improvements,...
On Fri, 10 Feb 2023 20:26:28 -0800 lvjr ***@***.***> wrote: > It seems Brian Dunn ***@***.***) doesn't use GitHub much. > The lwarp documentation gives the email address, which works...
On Mon, 13 Feb 2023 01:08:05 -0800 lvjr ***@***.***> wrote: > > The lwarp documentation gives the email address, which works fine. Brian > > Sorry for bothering you. You...
I may make the HTML version of the manual some day. Keep in mind that it's more than 500 packages, each of which probably would be its own HTML file....
Similar for chemmacros, chemformula, chemnum.
For chemmacros reactant: ``` \documentclass{article} \usepackage{chemmacros} \begin{document} \DeclareChemReactant{dichloropentane}{name={\iupac{2,4-di|chloro|pentane}}} \reactant{dichloropentane} \end{document} ``` For chemformula: ``` \documentclass{article} \usepackage{chemformula} \begin{document} test \end{document} ``` gives: ``` ! Undefined control sequence. l.481 \ProcessKeysPackageOptions ``` which...
Yes, the entire use of PRE for verse and listings and such can be a problem when things are formatted. It may be possible to use some other system for...
Well I don't see an attachment so here is the log: ``` This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex 2024.6.16) 25 JUN 2024 05:35 entering extended mode...
The first aid change label hook is adding an extra space: ``` \documentclass{article} \usepackage{cleveref} \begin{document} ab\UseHookWithArguments{label}{1}{yetmore}cd% no extra space \section{a section} ef\UseHookWithArguments{label}{1}{yetmore}gh% extra space \end{document} ```
This feature is missing in the MathJax physics extension. I'll add a patch in Lwarp. In the meantime you can add to the preamble after loading physics: ``` \begin{warpMathJax} \CustomizeMathJax{\newcommand{\LWRphystrig}[2]{\ifblank{#1}{\textrm{#2}}{\textrm{#2}^{#1}}}}...