perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH -perfbook] Stick to LaTeX2e glossaries packages
Date: Wed, 28 Dec 2022 21:12:30 +0900	[thread overview]
Message-ID: <97e4d950-10ce-1320-14e6-37e3c79a8870@gmail.com> (raw)

Commit 55c6bfdbfd44 ("Stick to mfirstuc v2.07") added a rollback
option to the mfirstuc package.

However, release note of glossaries-extra v1.49 [1] mentions related
releases:

    This release is part of a set of inter-connected releases all
    dated 2022-10-14: bib2gls v3.0, glossaries v4.50, mfirstuc v2.08
    and glossaries-extra v1.49. If you update glossaries-extra, make
    sure you update glossaries and mfirstuc as well (and bib2gls, if
    you also use that).

, which suggests that sole rollback of mfirstuc might break
in the future.

To be safe, let's rollback related packages all together.

The glossaries package needs to be loaded in front and needs
options to be consistent with the "acronym" option and the
(slightly different) default behavior of glossaries-extra.

Link: [1] https://www.ctan.org/ctan-ann/id/mailman.1406.1666295591.3715.ctan-ann@ctan.org
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 perfbook-lt.tex | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perfbook-lt.tex b/perfbook-lt.tex
index d5383f07c5a6..2c14114e246d 100644
--- a/perfbook-lt.tex
+++ b/perfbook-lt.tex
@@ -82,8 +82,11 @@
 \usepackage[all]{hypcap} % for going to the top of figure and table
 \usepackage{mfirstuc}[=v2.07] % v2.08 or later is not compatible with our
                               % indexing macros
-\usepackage[acronym]{glossaries-extra}[2020/02/13]
-\usepackage[longragged]{glossaries-extra-stylemods}
+% rollback glossaries related packages as well
+\usepackage[toc,nopostdot,acronym]{glossaries}[=v4.49]
+\usepackage{glossaries-extra}[=v1.48]
+\usepackage[longragged]{glossaries-extra-stylemods}[=v1.48]
+
 \usepackage{epigraph}[2020/01/02] % latest version prevents orphaned epigraph
 \setlength{\epigraphwidth}{2.6in}
 \usepackage[xspace]{ellipsis}

base-commit: e586ea257972bb2bb5b7e378fd4ddf6ffbfe8318
-- 
2.25.1


             reply	other threads:[~2022-12-28 12:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28 12:12 Akira Yokosawa [this message]
2022-12-29  5:02 ` [PATCH -perfbook] Stick to LaTeX2e glossaries packages Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97e4d950-10ce-1320-14e6-37e3c79a8870@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).