From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:42498 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751862AbcGGCpu (ORCPT ); Wed, 6 Jul 2016 22:45:50 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u672hOZe126566 for ; Wed, 6 Jul 2016 22:45:49 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0a-001b2d01.pphosted.com with ESMTP id 2415xkg5cm-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 06 Jul 2016 22:45:49 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Jul 2016 20:45:49 -0600 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 0C07819D8026 for ; Wed, 6 Jul 2016 20:45:23 -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 u672jkQ865404998 for ; Thu, 7 Jul 2016 02:45:46 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 u672jkTo006323 for ; Wed, 6 Jul 2016 22:45:46 -0400 Date: Wed, 6 Jul 2016 19:45:57 -0700 From: "Paul E. McKenney" Subject: Re: [GIT PULL] Another round of qqz improvement Reply-To: paulmck@linux.vnet.ibm.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-Id: <20160707024557.GI4650@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 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." Thanx, Paul > Thanks, Akira > > --- > 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(-) >