Hi SeongJae, On Sun, 4 Apr 2021 12:05:00 +0200, SeongJae Park wrote: > This commit replaces 'Chapter~\ref' with '\cref' and '\Cref'. > > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> > --- > howto/howto.tex | 38 +++++++++++++++++++------------------- > 1 file changed, 19 insertions(+), 19 deletions(-) While we are here, could you please also replace "Appendix~\ref" and "Listing~\ref" with \cref/\Cref? I think those "clever" macros should work as you would expect. And changes in howto.tex won't conflict with my pending topic branch on indexing/acronyms. Thanks, Akira > > diff --git a/howto/howto.tex b/howto/howto.tex > index 7de1dbd9..627ae776 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. > [...]