Search found 2 matches

by czeidler
Thu Jan 31, 2013 3:01 am
Forum: Math & Science
Topic: Centered Indices (left, top, right, bottom)
Replies: 2
Views: 5550

Re: Centered Indices (left, top, right, bottom)

awesome! thanks for the example! works very nice and I even understand the code :-)
by czeidler
Thu Jan 31, 2013 12:31 am
Forum: Math & Science
Topic: Centered Indices (left, top, right, bottom)
Replies: 2
Views: 5550

Centered Indices (left, top, right, bottom)

Hi,

for my project I'm using a special notation for some layout items. For example, to display the connections of an item A I write:
$$\prescript{t}{l}{A}^b_r$$

However, while left (l) and right (r) are on the left and right of A the top (t) and bottom (b) are both upper indices.

What I'm ...