On Tue, Mar 30, 2021 at 08:01:46PM +0900, Akira Yokosawa wrote: > These line breaks cause extra space at > > "... found in the final" > ^^ > > in -nq build and > > "... found in Appendix E" > ^^ > > in the other builds. > > Fix them by commenting line breaks within the macro. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Queued and pushed, thank you! Thanx, Paul > --- > howto/howto.tex | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/howto/howto.tex b/howto/howto.tex > index 8f06d3f3..ad63a586 100644 > --- a/howto/howto.tex > +++ b/howto/howto.tex > @@ -148,12 +148,12 @@ the next section. > > ``Quick quizzes'' appear throughout this book, and the answers may > be found in > -\IfQqzChpEnd{ > +\IfQqzChpEnd{% > the final section of each chapter.\footnote{ > In the official release/edition of this book, all the answers are > gathered in an Appendix. > } > -}{ > +}{% > \cref{chp:Answers to Quick Quizzes} starting on > \cpageref{chp:Answers to Quick Quizzes}. > } > -- > 2.17.1 >