\mathbb{stuff} isn't working

  • Thread starter flyingpig
  • Start date
I will try that. In summary, I couldn't enter $\mathbb{R}$ on MikTeX and got a statement that says undefined control sequence.f
  • #1
2,580
1

Homework Statement




On MikTeX, can't enter $\mathbb{R}$

Gives me a statement that says

Code:
! Undefined control sequence.
<recently read> \mathbb 
                        
l.14 $\mathbb
             {F}$
?

No idea what that means?
 
  • #2
\mathbb is defined in one of the AMS packages, so you probably have to include amssymb or amsfonts or something like that.
 
  • #3
I am a novice in this, how do I introduce that package?
 
  • #4
Following should work:

Code:
\documentclass{article}
\usepackage{amsfonts}
\begin{document}
$\mathbb{R}$
\end{document}
 

Attachments

  • amsfont.jpg
    amsfont.jpg
    1.5 KB · Views: 850
  • #5
Following should work:

Code:
\documentclass{article}
\usepackage{amsfonts}
\begin{document}
$\mathbb{R}$
\end{document}

That worked, but am I restricted to only one package? Again novice here.

I tried adding \userpackage{amsmath}, but amsmath doesn't exist. I am trying to add an array here.

thanks
 
  • #6
That worked, but am I restricted to only one package? Again novice here.

I tried adding \userpackage{amsmath}, but amsmath doesn't exist. I am trying to add an array here.

thanks

I'm not aware of any limitation on how many packages can be used. Whenever I include a reference to a new package MiTek automatically finds and installs it. Btw, I noticed a typo in your last post. It should be \usepackage not \userpackage.

Suggestion: the userguides you can find on the web are quite helpful. Just do a Google search and you'll find a number of them.

There is also a Google Latex user group that can be quite helpful:

http://groups.google.com/group/latexusersgroup
 
Last edited:
  • #7
I'm not aware of any limitation on how many packages can be used. Whenever I include a reference to a new package MiTek automatically finds and installs it. Btw, I noticed a typo in your last post. It should be \usepackage not \userpackage.

Suggestion: the userguides you can find on the web are quite helpful. Just do a Google search and you'll find a number of them.

There is also a Google Latex user group that can be quite helpful:

http://groups.google.com/group/latexusersgroup

Yes you are right, I added an "r". I also have looked online, but I thought there was something wrong with it because it didn't work initially and it was the "r" and I thought the package doesn't even exist.

Thanks
 

Suggested for: \mathbb{stuff} isn't working

Replies
3
Views
775
Replies
12
Views
781
Replies
17
Views
891
Replies
1
Views
406
Replies
10
Views
1K
Replies
2
Views
653
Replies
21
Views
2K
Replies
10
Views
2K
Back
Top