perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -perfbook v4] howto: make ref to git archive explicit
@ 2023-12-27  9:34 zhouzhouyi
  2023-12-27 10:34 ` Akira Yokosawa
  0 siblings, 1 reply; 3+ messages in thread
From: zhouzhouyi @ 2023-12-27  9:34 UTC (permalink / raw)
  To: paulmck, akiyks, perfbook; +Cc: Zhouyi Zhou

From: Zhouyi Zhou <zhouzhouyi@gmail.com>

Make "git archive" in answer to Quick Quiz 1.3 more explicit, so that reader can easily know where
"git archive" is.

Suggested-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Zhouyi Zhou<zhouzhouyi@gmail.com>
---
Hi Akira

Thank you for your valuable suggestions and guidances, I learned a lot
during this process ;-)

And I invoke make -j 20 in my ubuntu 22.04, everything works great!

Our editor Yunjing Li is still too modest to provide her email, sorry.

Thanks for your patient and hard work.

Thanks
Zhouyi
--
 howto/howto.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/howto/howto.tex b/howto/howto.tex
index 55270cba..8d678644 100644
--- a/howto/howto.tex
+++ b/howto/howto.tex
@@ -226,7 +226,9 @@ Here are a few possible strategies:
 	only a blank sheet of paper.
 \item	If you find the Quick Quizzes distracting but impossible
 	to ignore, you can always clone the \LaTeX{} source for
-	this book from the git archive.
+	this book from the git archive.\footnote{
+		See \cref{sec:howto:Whose Book Is This?}
+		for instructions to do this.}
 	You can then run the command \co{make nq}, which will
 	produce a \co{perfbook-nq.pdf}.
 	This PDF contains unobtrusive boxed tags where the Quick Quizzes
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -perfbook v4] howto: make ref to git archive explicit
  2023-12-27  9:34 [PATCH -perfbook v4] howto: make ref to git archive explicit zhouzhouyi
@ 2023-12-27 10:34 ` Akira Yokosawa
  2023-12-27 10:53   ` Zhouyi Zhou
  0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2023-12-27 10:34 UTC (permalink / raw)
  To: zhouzhouyi, paulmck; +Cc: perfbook, Akira Yokosawa

On Wed, 27 Dec 2023 17:34:25 +0800, zhouzhouyi@gmail.com wrote:
> From: Zhouyi Zhou <zhouzhouyi@gmail.com>
> 
> Make "git archive" in answer to Quick Quiz 1.3 more explicit, so that reader can easily know where
> "git archive" is.

Now that this patch adds just a footnote mentioning Section 1.5,
commit log can use some adjustments.

How about:

    Make "git archive" in answer to Quick Quiz 1.3 more explicit by
    adding a footnote, so that a first-time reader, who have never
    read Section 1.5, can easily know how to clone the Git repo and
    build PDFs.

That said, I'm beginning to wonder how many of first-time readers
would bother trying -nq builds without having got annoyed by those
lots of QQz's in perfbook. ;-)

> 
> Suggested-by: Akira Yokosawa <akiyks@gmail.com>
> Signed-off-by: Zhouyi Zhou<zhouzhouyi@gmail.com>

Reviewed-by: Akira Yokosawa <akiyks@gmail.com>

    Thanks, Akira

> ---
> Hi Akira
> 
> Thank you for your valuable suggestions and guidances, I learned a lot
> during this process ;-)
> 
> And I invoke make -j 20 in my ubuntu 22.04, everything works great!
> 
> Our editor Yunjing Li is still too modest to provide her email, sorry.
> 
> Thanks for your patient and hard work.
> 
> Thanks
> Zhouyi
> --
>  howto/howto.tex | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/howto/howto.tex b/howto/howto.tex
> index 55270cba..8d678644 100644
> --- a/howto/howto.tex
> +++ b/howto/howto.tex
> @@ -226,7 +226,9 @@ Here are a few possible strategies:
>  	only a blank sheet of paper.
>  \item	If you find the Quick Quizzes distracting but impossible
>  	to ignore, you can always clone the \LaTeX{} source for
> -	this book from the git archive.
> +	this book from the git archive.\footnote{
> +		See \cref{sec:howto:Whose Book Is This?}
> +		for instructions to do this.}
>  	You can then run the command \co{make nq}, which will
>  	produce a \co{perfbook-nq.pdf}.
>  	This PDF contains unobtrusive boxed tags where the Quick Quizzes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -perfbook v4] howto: make ref to git archive explicit
  2023-12-27 10:34 ` Akira Yokosawa
@ 2023-12-27 10:53   ` Zhouyi Zhou
  0 siblings, 0 replies; 3+ messages in thread
From: Zhouyi Zhou @ 2023-12-27 10:53 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: paulmck, perfbook

On Wed, Dec 27, 2023 at 6:34 PM Akira Yokosawa <akiyks@gmail.com> wrote:
>
> On Wed, 27 Dec 2023 17:34:25 +0800, zhouzhouyi@gmail.com wrote:
> > From: Zhouyi Zhou <zhouzhouyi@gmail.com>
> >
> > Make "git archive" in answer to Quick Quiz 1.3 more explicit, so that reader can easily know where
> > "git archive" is.
>
> Now that this patch adds just a footnote mentioning Section 1.5,
> commit log can use some adjustments.
>
> How about:
>
>     Make "git archive" in answer to Quick Quiz 1.3 more explicit by
>     adding a footnote, so that a first-time reader, who have never
>     read Section 1.5, can easily know how to clone the Git repo and
>     build PDFs.
>
The revised version makes the commit log more clear and elegant! I
will submit the 5th version.
Thank you for your beautiful work!
> That said, I'm beginning to wonder how many of first-time readers
> would bother trying -nq builds without having got annoyed by those
> lots of QQz's in perfbook. ;-)
Haha, that's a good point! It's indeed a challenge for first-timers to
dive into nq builds, especially with the complexities
in installing a latex environment and various fonts in Linux desktop
;-) It's quite a learning curve, and it's rewarding in the end.
>
> >
> > Suggested-by: Akira Yokosawa <akiyks@gmail.com>
> > Signed-off-by: Zhouyi Zhou<zhouzhouyi@gmail.com>
>
> Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
>
>     Thanks, Akira
Thanks, Zhouyi
>
> > ---
> > Hi Akira
> >
> > Thank you for your valuable suggestions and guidances, I learned a lot
> > during this process ;-)
> >
> > And I invoke make -j 20 in my ubuntu 22.04, everything works great!
> >
> > Our editor Yunjing Li is still too modest to provide her email, sorry.
> >
> > Thanks for your patient and hard work.
> >
> > Thanks
> > Zhouyi
> > --
> >  howto/howto.tex | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/howto/howto.tex b/howto/howto.tex
> > index 55270cba..8d678644 100644
> > --- a/howto/howto.tex
> > +++ b/howto/howto.tex
> > @@ -226,7 +226,9 @@ Here are a few possible strategies:
> >       only a blank sheet of paper.
> >  \item        If you find the Quick Quizzes distracting but impossible
> >       to ignore, you can always clone the \LaTeX{} source for
> > -     this book from the git archive.
> > +     this book from the git archive.\footnote{
> > +             See \cref{sec:howto:Whose Book Is This?}
> > +             for instructions to do this.}
> >       You can then run the command \co{make nq}, which will
> >       produce a \co{perfbook-nq.pdf}.
> >       This PDF contains unobtrusive boxed tags where the Quick Quizzes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-27 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  9:34 [PATCH -perfbook v4] howto: make ref to git archive explicit zhouzhouyi
2023-12-27 10:34 ` Akira Yokosawa
2023-12-27 10:53   ` Zhouyi Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).