Bug Tracker
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 | 27🔗 |
---|---|
Date: | 2013-06-20 09:19:29 |
Status | Closed (Fixed) |
Category | glossaries |
Version | 3.04 |
Summary | Input of babel.sty in ltxdoc documentclass (.dtx) files |
Sign in to subscribe to notifications about this report.
Description
The joined MCE shows a strange behaviour: the begining of the babel.sty file is included in a ltxdoc documentclass (.dtx) file.Note that this bug doesn't arise if at least one of the following conditions is satisfied:
- if xindy option is removed,
- the following code is added in the preamble of the document:
\def\findrootlanguage{\def\rootlanguagename{\languagename}}
- glossaries v3.05 is used instead of v3.05.
MWE
Download (1.29K)
% \iffalse %<*driver> \ProvidesFile{cskeleton.dtx} % \documentclass[english]{ltxdoc} \RequirePackage{babel} \RequirePackage[xindy]{glossaries} \makeglossaries \newacronym{gpl}{gpl}{General Public License} \begin{document} \DocInput{\jobname.dtx} \end{document} %</driver> % \fi % % \CheckSum{0} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z % Digits \0\1\2\3\4\5\6\7\8\9 % Exclamation \! Double quote \" Hash (number) \# % Dollar \$ Percent \% Ampersand \& % Acute accent \' Left paren \( Right paren \) % Asterisk \* Plus \+ Comma \, % Minus \- Point \. Solidus \/ % Colon \: Semicolon \; Less than \< % Equals \= Greater than \> Question mark \? % Commercial at \@ Left bracket \[ Backslash \\ % Right bracket \] Circumflex \^ Underscore \_ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % % \GetFileInfo{cskeleton.dtx} % % \DoNotIndex{\newcommand,\newenvironment} % % \gls{gpl} % \printglossary % % \StopEventually{} % % \Finale \endinput
Evaluation
This bug should have been fixed in v3.06 (uploaded to CTAN on 2013-06-17).
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=27