From: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx> Make "git archive" in answer to Quick Quiz 1.3 more explicit, so that reader can easily know where "git archive" is. Zhouyi Zhou<zhouzhouyi@xxxxxxxxx> --- Hi Akira This is version 2 of my patch "make ref to git archive explicit". I fixed the problem of version 1 under your guidance. The idea is originally proposed by our Chinese version editor Yunjing Li, but she was too modest to be a patch author. Thanks again Zhouyi -- bib/syncrefs.bib | 8 ++++++++ howto/howto.tex | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib index 6ee50e3b..63a7a8bc 100644 --- a/bib/syncrefs.bib +++ b/bib/syncrefs.bib @@ -2025,3 +2025,11 @@ Parallel Server on UNIX", Month="September", Note="Linux Plumbers Conference \url{https://lpc.events/event/16/contributions/1226/}", } + +@unpublished{PaulmckPerfbookGit, + author="Paul E. McKenney", + title="Is Parallel Programming Hard, And, If So, What Can You Do About It? Git Archive", + year="2023", + note={\url{git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git}}, + lastchecked="December 27, 2023", +} diff --git a/howto/howto.tex b/howto/howto.tex index 55270cba..e7cd5f3c 100644 --- a/howto/howto.tex +++ b/howto/howto.tex @@ -226,7 +226,7 @@ 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~\cite{PaulmckPerfbookGit}. 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