From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53203 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbcGGSwU (ORCPT ); Thu, 7 Jul 2016 14:52:20 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u67InAao009028 for ; Thu, 7 Jul 2016 14:52:19 -0400 Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) by mx0a-001b2d01.pphosted.com with ESMTP id 2415xmqwsy-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 07 Jul 2016 14:52:19 -0400 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jul 2016 12:52:18 -0600 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 33C8E3E40062 for ; Thu, 7 Jul 2016 12:52:17 -0600 (MDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u67IqGWa62717978 for ; Thu, 7 Jul 2016 18:52:16 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u67IqGN0023795 for ; Thu, 7 Jul 2016 14:52:16 -0400 Date: Thu, 7 Jul 2016 11:52:28 -0700 From: "Paul E. McKenney" Subject: Re: [GIT PULL] Another round of qqz improvement Reply-To: paulmck@linux.vnet.ibm.com References: <20160707024557.GI4650@linux.vnet.ibm.com> <38f7bfb9-8532-02fc-524c-bfe0cd9115c6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38f7bfb9-8532-02fc-524c-bfe0cd9115c6@gmail.com> Message-Id: <20160707185228.GL4650@linux.vnet.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: Akira Yokosawa Cc: perfbook@vger.kernel.org On Thu, Jul 07, 2016 at 10:46:18PM +0900, Akira Yokosawa wrote: > On 2016/07/06 19:45:57 -0700, Paul E. McKenney wrote: > >On Thu, Jul 07, 2016 at 07:29:24AM +0900, Akira Yokosawa wrote: > >>Hi Paul, > >> > >>This is another round of qqz improvement. > >>1st and 3rd patch improve vertical spacings in Appendix D. > >>2nd patch modifies the target of back link at the end of QQA > >>to the end of QQ in the main text. > >>This makes it easier to continue reading after reading an Answer. > >>The white box at the end of QQA is added recently, and its change > >>in behavior will cause little confusion if any, I think. > > > >Hello, Akira, > > > >I applied the first and third, but skipped the second. I tried it, but > >couldn't help thinking that showing the quick quiz upon return might > >help with continuity. "What was I doing again? Oh, right, I just came > >back to the quick quiz on the page." > > I see. I respect your preference. > As a matter of fact, it took a few days for me to get used to the modified > behavior. When you expect the behavior, it would feel smoother especially > where a Quick Quiz is broken at the bottom of a left column in two column > format. > > Anyway, I agree with you that current behavior is suitable as a default. I do plan to do another release soon, and the release note will highlight Paolo's and your work on this. So let's see what the readers think! Thanx, Paul > >>--- > >>The following changes since commit 22af283e2a52cdf4a1c944fc97f00ce6a7a25ef8: > >> > >> Add diagnostics to route_rcu to reliably detect use-after-free (2016-07-05 15:52:16 -0700) > >> > >>are available in the git repository at: > >> > >> https://github.com/akiyks/perfbook.git qqz-use-vspace > >> > >>for you to fetch changes up to 746d78491c4dc47bcf72bfaf23724d568582d192: > >> > >> qqz: Give room for \parskip to suppress orphans (2016-07-07 07:07:17 +0900) > >> > >>---------------------------------------------------------------- > >>Akira Yokosawa (3): > >> qqz: Use \vspace{} for vertical spacing in Appendix D. > >> qqz: Modify back link target at end of QQA to end of QQ > >> qqz: Give room for \parskip to suppress orphans > >> > >> qqz.sty | 22 +++++++++++++++++----- > >> 1 file changed, 17 insertions(+), 5 deletions(-) > >> > > > > >