The "helvratio" option of "newtxtext" package specifies size of sans-serif font relative to that of serif font. newtx version 1.7 changed its default value from 0.90 to 0.94. Add an explicit option with the old default value of 0.9 to keep the same behavior across old and new newtx versions. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook-lt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfbook-lt.tex b/perfbook-lt.tex index 563e586d..98899d80 100644 --- a/perfbook-lt.tex +++ b/perfbook-lt.tex @@ -14,7 +14,7 @@ % A more pleasant font \usepackage{lmodern} \usepackage[T1]{fontenc} % use postscript type 1 fonts -\usepackage[defaultsups]{newtxtext} % use nice, standard fonts for roman +\usepackage[defaultsups,helvratio=0.9]{newtxtext} % use nice, standard fonts for roman \usepackage{textcomp} % use symbols in TS1 encoding % Improves the text layout -- 2.17.1