Feature Tracker 
ID | 12🔗 |
---|---|
Date: | 2013-06-30 12:54:59 |
Status | Closed (Implemented) Sign in if you want to like this report. |
Category | glossaries |
Summary | 'glossaries' should honor 'openany' option |
Sign in to subscribe to notifications about this report.
Description
Lately, I wanted to add various glossaries to a LaTeX document that is two sided but uses the 'openany' option to save some empty pages. 'glossaries' ignores this option and always inserts empty pages such that each glossary will start on an uneven page. I'm not sure whether this is a bug or a feature, so I'll add this as a feature request.After some research I found a thread from 2008 (http://www.mrunix.de/forums/showthread.php?t=59525) that discusses this problem and offers the following solution:
--- start code --- \makeatletter \renewcommand{\gls@doclearpage}{% \ifthenelse{\equal{\@@glossarysec}{chapter}}{% \if@openright\cleardoublepage\else\clearpage\fi }{}% } \makeatother --- start code ---BTW: There's also some talk in said thread about contacting you about this problem. However, I could not find any entries in the feature requests or bugtracker so I decided to open one myself.
MWE
No mwe.tex
Evaluation
Okay, I'll get it fixed in the next version.
BTW: That's what the feature request and bug tracker are for :-) It makes it easier to fix problems. Thank you for your report.
Update: Fixed in v3.07.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/featuretracker.php?key=12