LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Content-type:
text/plain; charset=US-ASCII; format=flowed; delsp=yes
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
From:
"Axel E. Retif" <[log in to unmask]>
Date:
Fri, 20 Mar 2009 05:07:29 -0600
MIME-version:
1.0
Content-transfer-encoding:
7BIT
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments:
text/plain (39 lines)
Dear developers,

I think there is an aesthetic problem with the redefinition of  
fnsymbol in fixltx2e, as exemplified with the use the manyfoot  
package: say, with

\newcounter{footnoteS}
\newcommand{\footnoteS}{%
...
\renewcommand{\thefootnoteS}{\fnsymbol{footnoteS}}

you get, with fixltx2e active, \textsuperscript{\textasteriskcentered}  
for the first footnote mark, which looks unpleasant; but with fixltx2e  
commented out, you get \textsuperscript{$\ast$}, because then, as I  
see it, latex.ltx definition is taken:

\def\@fnsymbol#1{\ensuremath{\ifcase#1\or * ...

instead of the one in fixltx2e:

\def\@fnsymbol#1{%
    \ifcase#1\or \TextOrMath\textasteriskcentered * ...

Of course there is a quick and *very* dirty "solution" ---after  
calling fixltx2e:

\makeatletter
\def\@fnsymbol#1{%
%% \ifcase#1\or \TextOrMath\textasteriskcentered *\or% original line
    \ifcase#1\or $*$\or ...

With the other symbols there is no problem, of course, as  
\textsuperscript{\textdagger} and \textsuperscript{$\dagger$} produce  
the same result.

Thanks for your kind attention.

Axel

ATOM RSS1 RSS2