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 241 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.