>From 052b26ecc718edba3cc32d611111b1e43c5a23af Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 9 Oct 2016 18:25:21 +0900 Subject: [PATCH 2/6] Adjust scale of sans serif font In the documentation[1] of "psnfss2e" package, it is stated that the sans serif font "helvet" should be scaled by 0.92 to match the size of Times font. This commit adds the option to do so. [1] http://mirrors.ctan.org/macros/latex/required/psnfss/psnfss2e.pdf Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfbook.tex b/perfbook.tex index 87d5b53..f808c7f 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -6,7 +6,7 @@ \usepackage[T1]{fontenc} % use postscript type 1 fonts \usepackage{textcomp} % use symbols in TS1 encoding \usepackage{mathptmx} % use nice, standard fonts for roman, -\usepackage{helvet} % sans serif, +\usepackage[scaled=.92]{helvet} % sans serif, \usepackage{courier} % and monospace respectively % Improves the text layout -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html