Math & Science ⇒ Calligraphic Symbols with Subscripts
Calligraphic Symbols with Subscripts
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Calligraphic Symbols with Subscripts
$\mathcal{F}_i$ works well for me. The unexpected > appears only with $\mathcal{F_i}$.
Stefan
Calligraphic Symbols with Subscripts
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 $
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Calligraphic Symbols with Subscripts
Yes, of course. It could be a package in your document preamble which is not compatible, or your math font. You could post your preamble here. The best would be if you would post a complete small document which shows the problem. The we can test that to find the cause, and we don't need to guess.andreasam wrote:Could there be another reason why mine is not working?
Stefan
Re: Calligraphic Symbols with Subscripts
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
- Attachments
-
- test.tex
- (3.39 KiB) Downloaded 387 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Calligraphic Symbols with Subscripts
Code: Select all
\documentstyle[11pt]{article}
\begin{document}
$ L ={\mathcal{F}}_i$
\end{document}
Re: Calligraphic Symbols with Subscripts
Another solution is to change documentstyle to documentclass