Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

How much net work could a network work, if a network could net work?


computers / comp.text.tex / CTAN update: glossaries

SubjectAuthor
o CTAN update: glossariesCTAN Announcements

1
CTAN update: glossaries

<mailman.4003.1632505415.2581.ctan-ann@ctan.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4184&group=comp.text.tex#4184

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mb-net.net!open-news-network.org!news.bgeserver.de!bgepartei.de!news2.open-news-network.org!.POSTED.comedy.dante.de!not-for-mail
From: ctan-ann@ctan.org (CTAN Announcements)
Newsgroups: comp.text.tex
Subject: CTAN update: glossaries
Date: Fri, 24 Sep 2021 19:43:22 +0200
Organization: news2.open-news-network.org
Lines: 129
Message-ID: <mailman.4003.1632505415.2581.ctan-ann@ctan.org>
Reply-To: ctan-ann@ctan.org
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: news2.open-news-network.org; posting-host="comedy.dante.de:2a01:488:67:1000:523:f93c:0:1";
logging-data="26854"; mail-complaints-to="abuse@bgeserver.de"
To: ctan-ann@ctan.org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ctan.org; s=201703;
t=1632505414; bh=MFnkGUi7jck8tE8u64jZHV2jy/VLbW+z8ie7Rk+Iy74=;
h=Date:From:To:Subject:From;
b=j2p1N1yyqvIorubLPKUSUG+o3uuxN+Dsnq0wr+6aotDeDTg1k4O4MudjO/em0snb6
Zo6o5rtRuL/VLXRh19/TtRfNlv+HZBt3xx7Vo/mMZAaoucIT3aXIKZ+1X1pbfc9p2y
LXJgDWF6H6j7Mja/NrgaT+3uFGfSa6P89x7GHhfQ=
Content-Disposition: inline
X-BeenThere: ctan-ann@ctan.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: CTAN Announcements <ctan-ann.ctan.org>
List-Unsubscribe: <https://lists.dante.de/mailman/options/ctan-ann>,
<mailto:ctan-ann-request@ctan.org?subject=unsubscribe>
List-Archive: <https://lists.dante.de/pipermail/ctan-ann/>
List-Help: <mailto:ctan-ann-request@ctan.org?subject=help>
List-Subscribe: <https://lists.dante.de/mailman/listinfo/ctan-ann>,
<mailto:ctan-ann-request@ctan.org?subject=subscribe>
 by: CTAN Announcements - Fri, 24 Sep 2021 17:43 UTC

Nicola Talbot submitted an update to the

glossaries

package.

Version: 4.47 2021-09-20
License: lppl1.3

Summary description: Create glossaries and lists of acronyms

Announcement text:
----------------------------------------------------------------------
* added new files containing dummy entries for testing:

- example-glossaries-longchild.tex
- example-glossaries-childmultipar.tex

* glossaries.sty:

- Rollback to v4.46 is available, if necessary:

\usepackage{glossaries}[=v4.46]

- bug fix #173 https://www.dickimaw-books.com/bugtracker.php?key=173
(.glsdefs not updated if entry definition modified)

This bug fix has also led to support for the use of the 'see' key
within the document environment.

** Delete your .glsdefs files on upgrading **

Note that this update slightly changes the format of the .glsdefs file.
If you have a system that parses this file (for example, to pick
up labels for autocompletion) it will need to be modified.

Old format:

\ifglsentryexists{<label>}{}%
{%
\gls@defglossaryentry{<label>}%
{%
<key value list>
}%
}%

New format:

\glsdefs@newdocentry{<label>}%
{%
<key value list>
}%

- bug fix #162 https://www.dickimaw-books.com/bugtracker.php?key=162
(\newacronym without \setacronymstyle but with
\glsnoexpandfields has incorrect plurals)

- bug fix #166 https://www.dickimaw-books.com/bugtracker.php?key=166
(\ also needs escaping with makeindex's quote character in the
event that the sort value contains commands like \| or \! with
sanitizesort=true)

- bug file #177 https://www.dickimaw-books.com/bugtracker.php?key=177
(spurious \glolist@ at the end of glslabels file with writeglslabels option)

- new package option 'writeglslabelnames'
(as writeglslabels but also writes the name)

- added warnings to deprecated acronym style package options
'description', 'footnote', 'smaller', 'smallcaps', 'dua'
and corresponding commands, such as \SetDescriptionFootnoteAcronymStyle.

(These package options and commands were deprecated in v4.02 2013-12-05
and have been labelled as deprecated in the manual since then.)
The warnings can be suppressed with the 'nowarn' package option
but it's better to use \setacronymstyle instead (or switch to
glossaries-extra's abbreviations).

- replaced some instances of \edef with \protected@edef when
defining control sequences that store labels or lists of
labels. Similarly for \xdef and \eappto. (Aiming towards
support for UTF-8 characters in labels with PDFLaTeX, but
may not be fully implemented so not yet documented.)

* makeglossaries-lite:

- added hybrid instructions if glossaries-extra record option detected but not
\makeglossaries

- bug fix #183 https://www.dickimaw-books.com/bugtracker.php?key=183
("bad argument #1 to 'gsub'" when \makeglossaries missing)

- Only add double-quotes if filename contains any spaces
(should address issue #129)

* makeglossaries:

- added hybrid instructions if glossaries-extra record option detected but not
\makeglossaries

- only add double-quotes to makeindex/xindy if space occurs in
the pathname. (Issue #129 for makeglossaries-lite will probably
also cause the same problem for makeglossaries since it relates
to the behaviour of certain versions of cmd.exe in Windows.)

* user manual:

- some sections have been rearranged.

----------------------------------------------------------------------

The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/glossaries

The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/glossaries/

------------------------------------------------------------------------

Thanks for the upload.

For the CTAN Team
Petra Rübe-Pugliese

------------------------------------------------------------------------

CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs


computers / comp.text.tex / CTAN update: glossaries

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor