On Sun, Apr 04, 2021 at 08:29:18PM +0900, Akira Yokosawa wrote: > On Sun, 4 Apr 2021 13:10:41 +0200, SeongJae Park wrote: > > This commit replaces 'Chapter~\ref', 'Listing~\ref', and 'Appendix~\ref' > > with smart alternatives, '\cref' and '\Cref'. > > > > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> > > --- > > howto/howto.tex | 52 ++++++++++++++++++++++++------------------------- > > 1 file changed, 26 insertions(+), 26 deletions(-) > > > > Looks good to me! > > Acked-by: Akira Yokosawa <akiyks@xxxxxxxxx> Queued and pushed, thank you both! I also queued and pushed the other three patches, in one case with minor wordsmithing. Again, thank you! Thanx, Paul > Thanks, Akira > > > diff --git a/howto/howto.tex b/howto/howto.tex > > index 7de1dbd9..b60e3a9a 100644 > > --- a/howto/howto.tex > > +++ b/howto/howto.tex > > @@ -56,22 +56,22 @@ that it has brought to us! > > This book is a handbook of widely applicable and heavily > > used design techniques, rather than > > a collection of optimal algorithms with tiny areas of applicability. > > -You are currently reading Chapter~\ref{chp:How To Use This Book}, but > > +You are currently reading \cref{chp:How To Use This Book}, but > > you knew that already. > > -Chapter~\ref{chp:Introduction} gives a high-level overview of parallel > > +\Cref{chp:Introduction} gives a high-level overview of parallel > > programming. > > > > [...]