Closed koppor closed 8 months ago
That is a problem caused by microtype
in connection with the used font. What fonts are loaded in your concrete example? Please attach the log file.
Complete log at https://github.com/gi-ev/LNI/actions/runs/8278733787/job/22652021047.
It is our lni-paper-example-de.tex
:
% !TeX encoding = UTF-8
% !TeX spellcheck = de_DE
\documentclass[biblatex]{lni}
\addbibresource{lni-paper-example-de.bib}
%% Schöne Tabellen mittels \toprule, \midrule, \bottomrule
\usepackage{booktabs}
%% Zu Demonstrationszwecken
\usepackage[]{blindtext}
\begin{document}
If I read the CLS correctly, it are following fonts:
\RequirePackage[defaultsups]{newtxtext}
\RequirePackage{newtxmath}
\RequirePackage[zerostyle=b,scaled=.9]{newtxtt}
Maybe, it is a packaging error of newtxtt
again and I should craft a minimal example?
Real strange. I get the same error on my local machine. So, there must be some kind of recently introduced problem with the font.
Options oldfonts
and nofonts
work.
There was an update of the font in TL just today.
Then let's wait until tomorrow until all changes propagate to all mirrors.
Well, I already had this version ...
Changes in version 1.059 Added some missing entries in newtxtt.map affecting option zerostyle=e and straight quotes. (Thanks, Andre David Tinoco Mendes and Oliver Kopp.)
Changes in version 1.058
Works after a clean install of Texlive packages. --> https://github.com/gi-ev/LNI/actions/runs/8280700847/job/22657858860
Sorry for the noise!
With pdflatex, we get following error
I think, a package is missing at https://github.com/gi-ev/LNI/blob/main/Texlivefile - but which one?