Bug Tracker RSS feed

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

Return to Search Results

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:

  1. if xindy option is removed,
  2. the following code is added in the preamble of the document:
    \def\findrootlanguage{\def\rootlanguagename{\languagename}}
  3. glossaries v3.05 is used instead of v3.05.
(The extension of the joined file has been changed from .dtx to .tex, otherwise the file is not accepted.)

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

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. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

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=27

Return to Search Results