Math & Science ⇒ Error Missing $ inserted for my formula
-
- Posts: 13
- Joined: Wed Sep 09, 2009 6:55 am
Re: Error Missing $ inserted for my formula
Now, about the coding. I am here attaching my first file manuscript.tex from where I start compiling and adding my test.tex file later of this post which contains the formula. If I compile with these two files still I get error. I don't have any other files. Thus, I guess I am not touching any code limit.
I am fine to provide more information. But I am bit confused what else to send you.
\chapter{testing}
\[
p(t|a, b) = \frac{1}{{b^a}\Gamma
(a)}{t^{a-1}}{\exp^{\frac{-t}{b}}}
\]
$\rho(t|d)$
- Attachments
-
- manuscript.tex
- (2.92 KiB) Downloaded 247 times
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
Error Missing $ inserted for my formula
Code: Select all
\chapter{testing}
\[
p(t|a, b) = \frac{1}{{b^a}\Gamma
(a)}{t^{a-1}}{\exp^{\frac{-t}{b}}}
\]
$\rho(t|d)$
It should be clear what we need: we need to be able to duplicate your error. You need to give us the minimal code that we can use to duplicate this error, and no more. But we still don't have it.
Error Missing $ inserted for my formula
-
- Posts: 13
- Joined: Wed Sep 09, 2009 6:55 am
Re: Error Missing $ inserted for my formula
I think, as you said, I must be having the problems in some other place. I am going to give it a try with trial-and-error basis. The error must be in those files that I am including at the beginning of my manuscript.tex file.
thanks again.