I wrote a book five years ago using the newtx package.
Now I want to make some corrections and recompile the document. However, this recompiled document is very different from the original. It seems that the letter spacing of all the fonts and the size of the sans serif fonts have increased considerably.
I looked in the manual, and there is text mentioning changes to spacing, but it's unclear when these changes were made. I also found reference to the option tighter, but this option makes the spacing smaller than the original.
Is there any way to restore the situation from five years ago or at least reduce the impact of the change?
MWE
\documentclass[11pt]{scrbook}
\usepackage[T1]{fontenc}
\setkomafont{subsection}{\fontsize{19pt}{19pt}\selectfont\normalfont\sffamily}
\usepackage[paperwidth=200mm,paperheight=240mm,top=30mm,bottom=20mm,inner=25mm,outer=45mm,marginparsep=7mm,marginparwidth=28mm,headsep=14mm,headheight=6mm]{geometry}
\usepackage{newtxtext}
\usepackage[cmintegrals,slantedGreek,varg]{newtxmath}
\makeatletter
\begin{document}
\subsection{Some short text that brakes differently now}
Plin koji je dovoljno rijedak da možemo zanemariti privlačne sile izmedu čestica plina (molekula, atoma) nazivamo \textbf{idealni plin}. Za idealni plin vrijedi \textbf{jednadžba idealnog plina}.
\end{document}



helvratio=0.9(the default has changed). But I'm afraid you won't get your Times clone back, because in the meantime the clone is no longer based on the TX fonts, but on TeX Gyre Termes. – egreg Feb 07 '24 at 23:30