{subscripts} are smaller characters appearing set slightly below the normal line.
0
votes
4answers
492 views
How to prevent adding subscript from italicizing the text thereafter?
When I try to add subscript(I write O_L and O_R to denote left and right ) in my text all the text after that becomes italicized. Any ideas what might be causing this?
1
vote
1answer
937 views
The use of subindices with greek letters
I need to use subindices with greek letters. But I find that the result is sometimes decipherable.
Examples:
$\alpha_{H}$, $\gamma_{H}$
Do you have any suggestion in that regard? Of course, I do ...
3
votes
1answer
331 views
Left Aligning Subscripts
When using displayed (in contrast to inline) equations LaTeX center-aligns subscripts:
\Pr\limits_{{r \leftarrow_R \{0,1\}^n}} [ ... ]
However, I like them to be left aligned. This can be done by ...
5
votes
2answers
111 views
Colored sub and super-scripts are misaligned
The title basically describes the problem. Here is a minimal example:
\documentclass{article}
\usepackage{xcolor}
\begin{document}
$$X_{\color{red}{135}}^{\color{cyan}{345}}$$
\end{document}
...
1
vote
1answer
653 views
Alternatives to \sideset and \nolimits?
I'm trying to typeset
as $one \sideset{}{_{three}}\prod two$ in instiki (well, ok, it's the nLab [waves to Andrew Stacey]), but it doesn't work. Is there any other alternative to \sideset that I ...
4
votes
3answers
354 views
Redefine underscore to produce roman subscript without breaking file names
I've been using Hendrik Vogt's answer to my earlier question Redefine underscore to produce roman subscript, in which he explained how to make the underscore character active and assign a macro to it ...
9
votes
1answer
896 views
Text in subscript
For my text-in-mathmode needs in LaTeX, I use \mbox. However, it does not seem to behave well in subscripts. How can I write text that adjusts its height?
$ 3 \mbox{dB} = f_{ 3 \mbox{dB} } $
...
36
votes
5answers
7k views
Left and right subscript
I am trying to put two subscripts at the left and right of a character. For example, something like: _{t} p_{x} where p is in the middle. How do you do this?
5
votes
4answers
969 views
Problem adding subscripts and superscripts [duplicate]
Possible Duplicate:
Cursive text after _
I need to have some subscripted and superscripted text in my thesis document. But when I try to do it the way as H_{2O} or S^{2}. I get an error at ...
7
votes
4answers
421 views
is it possible to change the depth of subscripts?
I have the following formula:
$ F_{\!\bm{H}} F_{\overline{\!\!\bm{H}\!}} $
In this case both subscripts end at different depths (but start at the same height). I'd like them to end at the same ...
0
votes
1answer
183 views
Which one should be chosen for making a transposition of matrices: `fourIdx`, `leftidx`, `tensor`, `subsupscripts`, `mathtools`?
I want to get a transposition symbol of matrices like ^t(1 2 3), as title. I used the macro \prescript (in mathtools) at present.
There is no any problem occured, these packages' macros work well. I ...
2
votes
1answer
1k views
Textual subscript in math mode
I want to put some short words in certain subscripts when I am in math mode, for example:
\[W_{total} = \sum{W_i}\]
but I think LaTeX understands this as the product of t, o, t, a and l.
Is in ...
7
votes
2answers
747 views
Redefine underscore to produce roman subscript
I would like to redefine the underscore _ to automatically set subscripts in math mode in roman type, as I currently find myself almost always using _\mathrm{}. I can't find a way of redefining what _ ...
10
votes
3answers
11k views
Superscript and Subscript together
I would like to show both super and subscript together some text.
I tried this sometext\textsuperscript{1}\textsubscript{2}
But 2 does not show up right below 1.
Thanks for your help. Also ...
12
votes
3answers
5k views
Supremum of the infimum
Consider the following snippet:
$$\text{d}_{H}(A,B) = \max\left\{ \sup_{a\in A} \inf_{b\in B} \text{d}(a,b),\sup_{b\in B} \inf_{a\in A}\text{d}(a,b)\right\}$$
In the output, the text under the ...
1
vote
2answers
230 views
How to make contextual framed letters get proportional size automatically?
I am creating a question sheet using a method (I don't know the exact name, maybe bubble sheet format) as follows:
My question is how to improve the appearance such that the framed letters get ...
10
votes
1answer
3k views
How to make proportional subscript when using smaller font in math mode?
How to make proportional subscript when using \tiny (or smaller than normal font size) in math mode?
The following screenshot shows subscripts for \tiny, \scriptsize and normal font sizes.
...
4
votes
2answers
692 views
Underbrace and Subscripts
How do I place a underbrace in a subscript?
I_{2,(\underbrace{3,3,3,3,3}_5)}
does not typeset correctly (the 3's are not subscript sized)
10
votes
3answers
2k views
How to raise a subscript?
For some reason, I need to write a “minus” sign as a subscript on some symbols, but if I simply write $\Pi_{-}$ the result looks kind of odd. I've found that $\Pi{\scriptstyle -}$ looks reasonably ...
4
votes
2answers
558 views
Problem with \mathpalette and \mathchoice
When working on an additional answer to this question of mine, I stumbled across the following problem with \mathpalette. For simplicity I give an example where in practice it is ridiculous to use ...
14
votes
4answers
1k views
Subscripts for primed variables
When I add a subscript to a primed variable, the subscript is rendered lower than when it is a subscript to an unprimed variable.
For example, when I compile
$l_x l'_x l_x l'_x l_x l'_x$
I get
...
46
votes
7answers
28k views
How to typeset subscript in usual text mode?
It's easy to make subscripts in math mode: $a_i$.
How do I make a subscript outside math environment, likethis?
3
votes
2answers
199 views
Can super/sub-scripts bind more tightly than macro expansion?
By "bind more tightly" I refer to the order in which operations are carried out by default.
Experimenting shows that if \ab is ab and \cd is cd then \ab^\cd is ab^cd. I would like it to be ...
12
votes
1answer
215 views
Is there a way to stop the vertical spread of multiple super- and sub-scripts?
I'd like to be able to place multiple sub and superscripts (in maths mode) on an element without having them expand vertically. That is, so that in the output of ${x^2_4}^6_8$, the 2 and 6 were ...
23
votes
3answers
3k views
non-kludgey left subscripts
I was taught to make a left subscript as a right subscript to {}. For example, I would use
f: {}_RA \rightarrow {}_RB
to typeset this:
If you instead use
f: _RA \rightarrow _RB
the left ...