Herbert Voß

Results 8 issues of Herbert Voß

## Description Setting of math-style=.. together with version=.. overwrites the global definition ## Add info or delete as appropriate: - Relevant for XeTeX - Relevant for LuaTeX - Issue tracker...

## Description Without loading unicode-math both macros (defined in LaTeX kernel) worked well With loading unicode-math wrong characters are used. The parts of the braces are also defined in LaTeX...

## Description The optional argument `math-style=upright` also depends to another font, here `XITS`. Is this the intended behaviour that the option is set global? ## Check/indicate - [x] Relevant for...

## Brief outline of the bug ## Minimal example showing the bug ```latex \RequirePackage{latexbug} %

With the current version you'll get an error with ` \MakeTextUppercase`. The packahe `textcase` shoudn't be loaded anymore. ``` \documentclass{tufte-book} %\usepackage{pstricks} \title{Test title} \begin{document} foo %\begin{pspicture*}(-1,-1)(2,1) %\psline[linewidth=1pt](0,0)(1,0) %\end{pspicture*} \end{document} ```...

## Brief outline of the bug I inserted by default a doubled `==` for the scaling and was wandering that I got an output with the correct image size but...

category graphics
stale

An abstract with a "=" character in the second or later line is parsed incorrectly. ``` voss>Rich:$ cat test.bib @article{Cade2006, abstract = {foo x = 1 bar}, author = {Cade,...

Wontfix

Wrong counter with latest long table: ``` \documentclass{article} %\usepackage{longtable-2020-01-07} \usepackage{longtable} \usepackage{xltabular} \begin{document} \begin{longtable}{ | l | p{5in} |}\hline Rev 1 & \begin{enumerate} %\setcounter{enumi}{1} \item 9/20/2024: AA \item 9/24/2024: BB \end{enumerate}...