Bug Tracker RSS feed

I’m currently working on a major new version of the datatool package. This may take a while. Please be patient. (Experimental version available for testing.)

ID 87🔗
Date: 2015-04-25 14:49:18
Status Closed (Fixed)
Category glossaries
Version 4.07
Summary glossaries problem with running headings

Sign in to subscribe to notifications about this report.

Description

Hello,

using the glossaries package with the "book" document class and putting acronyms in \section commands yields problem in the running headings, see this MWE: Overleaf Link

\documentclass[a4paper]{book}
\usepackage{blindtext}

\usepackage[acronym]{glossaries}
	\newacronym{RS}{RS}{Reed--Solomon}

\title{Problem with glossaries and running headings}
\author{Joschi Brauchle}

\begin{document}
\maketitle

\frontmatter
	\tableofcontents 
\mainmatter

\chapter{Introduction}
	\blindtext[1]

\section{Get started with {\acrshort{RS}} codes}
	\blindtext[20]

\end{document}
The provided logs are from gloassaries 3.05, but the problem occurs also with 4.07.

MWE

Download (397B)

\documentclass[a4paper]{book}
\usepackage{blindtext}

\usepackage[acronym]{glossaries}
	\newacronym{RS}{RS}{Reed--Solomon}

\title{Problem with glossaries and running headings}
\author{Joschi Brauchle}

\begin{document}
\maketitle

\frontmatter
	\tableofcontents 
\mainmatter

\chapter{Introduction}
	\blindtext[1]

\section{Get started with {\acrshort{RS}} codes}
	\blindtext[20]

\end{document}

Evaluation

This works fine with version 4.15. This seems to be the issue Acronyms are displayed as "acronymfont" followed by the label in certain situations (such as page headers) described in the glossaries FAQ, but see also Why shouldn't I use commands like \gls in \section, \chapter, \caption etc?

Comments

0 comments.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=87