General ⇒ Latex Error
Latex Error
\fbox{
\parbox{160mm}{Thus $X\sim \mbox{Bin}(n, p)$ if $X$ is the number
of successes out of $n$ independent trials, each of which has
probability $p$ of success.}}}
These are part of my LateX output but i have an error message telling me that :
X ! Undefined Control Sequence
1.1881{\writing...
i was just curious , what does that trying to tell?
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
Latex Error
darren wrote:{\writing
\fbox{
\parbox{160mm}{Thus $X\sim \mbox{Bin}(n, p)$ if $X$ is the number
of successes out of $n$ independent trials, each of which has
probability $p$ of success.}}}
These are part of my LateX output but i have an error message telling me that :
X ! Undefined Control Sequence
1.1881{\writing...
i was just curious , what does that trying to tell?
It's trying to tell you exactly what it's telling you! You are using a command (\writing, in this case) that has not been previously defined.