Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

space after \tnote?

20 views
Skip to first unread message

Richard Sperling

unread,
Jan 31, 2002, 9:27:49 AM1/31/02
to
One column in my table lists a variable name and the symbol for the
variable follows in parentheses, e.g., Production ($q$). I would like
to insert a footnote using

Production\tnote{a} ($q$)

rather than

Production ($q$)\tnote{a}.

However, the first way inserts no space between the note and the
symbol. I can make it work using \hspace. Is this behavior by design?
Thanks.

Richard

David Kastrup

unread,
Jan 31, 2002, 10:19:15 AM1/31/02
to
Richard Sperling <rspe...@boo.net> writes:

Use just \ instead of \hspace. And you failed to mention who defined
\tnote, how and why.

--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: David....@t-online.de

Donald Arseneau

unread,
Jan 31, 2002, 5:02:42 PM1/31/02
to
Richard Sperling <rspe...@boo.net> writes:


\tnote comes from threeparttable.sty, and is the equivalent
of \rlap{$^{a}$}. This is deliberate to facilitate right-alignment:
the note tag hangs out past the column. It does not have the
"smarts" to work in a wide variety of positions. Probably it is
best to just add an extra space with

Production\tnote{a}~~($q$)

I think I may be able to make it "smarter".

Donald Arseneau as...@triumf.ca

Richard Sperling

unread,
Feb 1, 2002, 9:04:15 AM2/1/02
to
On 31 Jan 2002 16:19:15 +0100, David Kastrup
<David....@t-online.de> wrote:

>Richard Sperling <rspe...@boo.net> writes:
>
>> One column in my table lists a variable name and the symbol for the
>> variable follows in parentheses, e.g., Production ($q$). I would like
>> to insert a footnote using
>>
>> Production\tnote{a} ($q$)
>>
>> rather than
>>
>> Production ($q$)\tnote{a}.
>>
>> However, the first way inserts no space between the note and the
>> symbol. I can make it work using \hspace. Is this behavior by design?
>
>Use just \ instead of \hspace. And you failed to mention who defined
>\tnote, how and why.

I did try \ , but it didn't work. Sorry about the ommission. The
\tnote command is part of threeparttable written by Donald Arseneau.
In a follow-up to this thread, he suggested using

\tnote{a}~~($q$)

and that works.

0 new messages