From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:50558 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933322AbdCMBMI (ORCPT ); Sun, 12 Mar 2017 21:12:08 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v2D14GIW121379 for ; Sun, 12 Mar 2017 21:12:06 -0400 Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) by mx0b-001b2d01.pphosted.com with ESMTP id 2955msdgwk-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 12 Mar 2017 21:12:06 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 12 Mar 2017 21:12:06 -0400 Date: Sun, 12 Mar 2017 18:12:03 -0700 From: "Paul E. McKenney" Subject: Re: [PATCH 0/4] Add target for "Latin Modern Typewriter" font Reply-To: paulmck@linux.vnet.ibm.com References: <09b2c966-ea73-1ef9-cf84-2e2eefbf7517@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <09b2c966-ea73-1ef9-cf84-2e2eefbf7517@gmail.com> Message-Id: <20170313011203.GV30506@linux.vnet.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: Akira Yokosawa Cc: perfbook@vger.kernel.org On Mon, Mar 13, 2017 at 12:36:56AM +0900, Akira Yokosawa wrote: > >From 2f6614cdf5e1b0f7da9a5c05833dbc4a251eaa9c Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa > Date: Mon, 13 Mar 2017 00:10:31 +0900 > Subject: [PATCH 0/4] Add target for "Latin Modern Typewriter" font > > So, this is a patch set to add yet another target for alternative monospace font. > While preparing this set, I found a (not serious) bug in runlatex.sh. > In fixing it, I refactored the script so that redundant code can be removed. > > Latin Modern Typewriter font is based on "cmtt" (Computer Modern Typewrite) font. > I see that some of your articles cited in Bibliography use it as monospace font, > and they look quite good. cmtt is said to be not suited to Times Roman font > because of its short x-height, but as we are using scaled courier font, > it should not be a big deal. > > Please try the target "mslm" and let me know what you think. I do like the better display of error messages -- especially now with the list of undefined references being printed, much nicer than editing perfbook.log and searching for them! I very like the more narrow fixed-width font. I -think- I like the mslm variant even better, but let's see what others think. Thanx, Paul > Thanks, Akira > -- > Akira Yokosawa (4): > runlatex.sh: Refactor by defining functions > runlatex.sh: Fix typo in grep pattern > runlatex.sh: Add more lines of grep output around warning/error log > Add target 'mslm' for 'Latin Modern Typewriter' font > > Makefile | 11 ++++-- > perfbook.tex | 3 +- > utilities/runfirstlatex.sh | 3 +- > utilities/runlatex.sh | 87 +++++++++++++++++++++------------------------- > 4 files changed, 52 insertions(+), 52 deletions(-) > > -- > 2.7.4 >