Joachim
Joachim
We found that lstinline has poor performance and triples compile time for our pdf compared to verb or simply a command containing \detokenize. The latter is also compatible with \DIFdel....
Also the basic tabular has this issue when using hline: old.tex ``` \documentclass{book} \begin{document} \chapter{chapter1} \begin{tabular}{l c r} 1 & 2 & 3 \\ \hline \end{tabular} \end{document} ``` new.tex ```...
Each task is created once. Therefore, each line is executed once. It is not possible to have a data race on the same instruction. The correct pairs are on c...
Was fixed by 8f8d9fb