I am trying to have a cursively written l (L) with a subscript A. I tried this:
If A has a straight line $\matchcal{l\subscript{A}}$
But I'm getting undefined control sequence. Why is this?
|
|
You realize you're using But I suppose you're looking for Undefined control sequences occur when LaTeX encounters something it doesn't know, such as a typo. |
|||||||
|
|
Since only the letter is in mathcal mode, you want If you wanted an ell with a mathcal A subscript, it would be For both, you would want to specify the caligraphic font separately in the "body" and "subscript". Thus, for example, |
|||
|