Search found 4 matches

by andreasam
Fri Aug 26, 2011 1:28 am
Forum: Math & Science
Topic: Calligraphic Symbols with Subscripts
Replies: 6
Views: 5863

Re: Calligraphic Symbols with Subscripts

Thank you.

Another solution is to change documentstyle to documentclass
by andreasam
Mon Aug 15, 2011 12:49 am
Forum: Math & Science
Topic: Calligraphic Symbols with Subscripts
Replies: 6
Views: 5863

Re: Calligraphic Symbols with Subscripts

Hi Stephan,

I have uploaded the file with this post.

There actually are no packages used in the file as I am building my final documents in sections. So currently it is a plain tex file.

Thanks for your help so far.

Andreasa
by andreasam
Sun Aug 14, 2011 2:31 am
Forum: Math & Science
Topic: Calligraphic Symbols with Subscripts
Replies: 6
Views: 5863

Calligraphic Symbols with Subscripts

I hear you that it is working for you but it is not working for me at all.
Could there be another reason why mine is not working?

I'm using MikTex 2.9.

And these are not working:-

Code: Select all

$\mathcal{F}_i$
$\mathcal{F}_{ni} $
$\mathcal{L} \subseteq \mathcal{F}_a $
Along with a few more very similar
by andreasam
Sun Aug 14, 2011 1:11 am
Forum: Math & Science
Topic: Calligraphic Symbols with Subscripts
Replies: 6
Views: 5863

Calligraphic Symbols with Subscripts

I'm trying to get curly letters using \mathcal
e.g. \mathcal{F}
this works perfectly well but If I am trying to add a subscript to F, i am getting a > as the subscript.

I've tried both \mathcal{F}_i and \mathcal{f_i}

Any help would be most welcomed, thank you