Bug 3374 - textcase.sty: \MakeTextUpper(Lower)case and not needed space
Summary: textcase.sty: \MakeTextUpper(Lower)case and not needed space
Status: CLOSED DUPLICATE of bug 3373
Alias: None
Product: Sisyphus
Classification: Development
Component: tetex (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 14:20 MSK by Denis G. Samsonenko
Modified: 2006-08-26 21:09 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis G. Samsonenko 2003-12-15 14:20:52 MSK
В файле textcase.sty следует вставить знак комментария (%) после строки       
\def\NoCaseChange##1{\noexpand\NoCaseChange{\noexpand##1}}, т.е. должно быть 
так:
\def\NoCaseChange##1{\noexpand\NoCaseChange{\noexpand##1}}%

Иначе при спользовании этого пакета макросы \MakeTextUppercase и \MakeLowercase 
вставляют пробел впереди текста, который обрабатывают, т.е. строка

bla-bla-bla-\MakeUppercase{bla-bla-bla-}bla-bla-bla

даст в результате

bla-bla-bla- BLA-BLA-BLA-bla-bla-bla

вместо 

bla-bla-bla-BLA-BLA-BLA-bla-bla-bla
Comment 1 Dmitry V. Levin 2003-12-16 18:40:56 MSK

*** This bug has been marked as a duplicate of 3373 ***
Comment 2 Denis G. Samsonenko 2006-08-26 21:09:57 MSD
дубль