On 2016/10/19 6:59, Akira Yokosawa wrote: >>From 0cfe68cfd9e7c5413c26f25408ea3cb78f1a334c Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Sun, 9 Oct 2016 17:59:03 +0900 > Subject: [PATCH 1/6] Separate font package declarations > > This is a preparation of font-choice tweaks to follow. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > --- > perfbook.tex | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/perfbook.tex b/perfbook.tex > index 66c93fe..87d5b53 100644 > --- a/perfbook.tex > +++ b/perfbook.tex > @@ -5,7 +5,9 @@ > % A more pleasant font > \usepackage[T1]{fontenc} % use postscript type 1 fonts > \usepackage{textcomp} % use symbols in TS1 encoding > -\usepackage{mathptmx,helvet,courier} % use nice, standard fonts for roman, sans and monospace respectively > +\usepackage{mathptmx} % use nice, standard fonts for roman, > +\usepackage{helvet} % sans serif, > +\usepackage{courier} % and monospace respectively > > % Improves the text layout > \usepackage{microtype} > Sorry, I failed to put a correct subject to this mail. The one in the mail body is what was intended. Thanks, Akira -- 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