Hi Paul, So this in an improved "noqq" relative to qqz.2020.03.17a. It presents anchors to Appendix E in framed boxes. To display essential quizzes inline, I added additional macros to be used in the form of: \EQuickQuiz{ quiz part }\EQuickQuizAnswer{ answer part }\EQuickQuizEnd To improve the looks of consecutive quizzes, I further added macros to be used for sequence of Quick Quizzes in the form of: \QuickQuizSeries{% \QuickQuizB{ quiz part 1 }\QuickQuizAnswerB{ answer part 1 }\QuickQuizEndB % \QuickQuizM{ quiz part 2 }\QuickQuizAnswerM{ answer part 2 }\QuickQuizEndM % \QuickQuizE{ quiz part 3 }\QuickQuizAnswerE{ answer part 3 }\QuickQuizEndE } % end of \QuickQuizSeries As a PoC, I applied schemes above to count/count.tex. Does this amount of changes in .tex files look acceptable to you? If you think they are acceptable, I'll do the changes in other consecutive quick quizzes. Futher tuning of noqq's look can be done by tweaking qqz.sty. I think "noqq" looks OK, though. Any feedback is welcome! Thanks, Akira -- The following changes since commit 01dcc70d3f66a1224ba63dc50bbe8370d3711c1b: qqz.sty: Add background color to Quiz part of Quick Quizzes (2020-03-17 20:24:09 +0900) are available in the Git repository at: https://github.com/akiyks/perfbook.git tags/for-paul-2020.03.21a for you to fetch changes up to 77e161e26d37453b751429799fd3c8b49cf7e0c9: qqz.sty: Make noqq's Appendix E look same as that of 2cqq's (2020-03-21 10:53:16 +0900) ---------------------------------------------------------------- Akira Yokosawa (3): Add experimental target 'noqq' (sans inline Quick Quizzes) Permit consecutive QQs to appear in a framed box qqz.sty: Make noqq's Appendix E look same as that of 2cqq's Makefile | 5 +- count/count.tex | 270 ++++++++++++++++++++++++++---------------------- perfbook.tex | 3 + qqz.sty | 73 ++++++++++++- utilities/extractqqz.sh | 8 +- 5 files changed, 231 insertions(+), 128 deletions(-)