Fehler in der Matheumgebung Thema ist als GELÖST markiert

Formelsatz für Mathematik, Naturwissenschaften und Technik


Nicola

Fehler in der Matheumgebung

Beitrag von Nicola »

Hallo,
mein Latex Dokument gibt mir 11 Fehler in einer Zeile aus. Die Fehler beziehen sich alle auf einen Frame. Möglich dass ich nur eine Klammer vergessen habe und das seit zwei Tagen nicht sehe.
Ich poste euch einmal den Code und die Fehlermeldungen :
Danke für eure Hilfe!
Grüße Nicola

\frame{
%Seite 9
Wir definieren \[\mathbb P_N(\cdot)=\int{\mu^N(\partial\underline\omega)\mathbb P^\underline \omega _N(L_N \in \cdot)},\]
welches das Wahrscheinlichkeitsgesetz von $L_N$ unter der gemeinsamen Verteilung von Prozess und Medium ist.\newline
\par \pause
Sei außerdem $P^{\omega,Q}$ das Wahrscheinlichkeitsgesetz der eindeutigen, starken Lösung folgender stochastischer Differentialgleichung: \\
\[
dx(t)=\beta^{\omega,\pi_t Q}(x(t))dt+db(t), x \in \mathbb R \]
\[ x(0) \mbox{ hat die Verteilung \lambda}\]
mit \( \beta^{\omega,\pi_t Q}= -\int{\pi_t Q(dy,d\pi)f'(y-x;\omega;\pi)-g'(x,\omega)}\)
} (Line 120, hier ! 10 Fehler)

! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.

! Extra }, or forgotten $.
\mbox #1->\leavevmode \hbox {#1}

l.120 }

I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Missing } inserted.
<inserted text>
}
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Display math should end with $$.
<to be read again>
\endgroup
l.120 }

The `$' that I just saw supposedly matches a previous `$$'.
So I shall assume that you typed `$$' both times.

[9

]
! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.

! Extra }, or forgotten $.
\mbox #1->\leavevmode \hbox {#1}

l.120 }

I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Missing } inserted.
<inserted text>
}
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Missing $ inserted.
<inserted text>
$
l.120 }

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.

! Display math should end with $$.
<to be read again>
\endgroup
l.120 }

The `$' that I just saw supposedly matches a previous `$$'.
So I shall assume that you typed `$$' both times.

[10

]

Benutzeravatar
bloodworks
Moderator
Moderator
Beiträge: 1425
Registriert: Mo 19. Jan 2009, 10:52
Wohnort: /dev/null

Beitrag von bloodworks »

MOrgen. Vll kannst du nächstes mal den Code in die Code Umgebung setzten, das macht es leichter. Das machts leichter such für dich.


Ok das war doof -> s.u.
(würds ja gern durchstreichen aber naja)

mit \( \beta^{\omega,\pi_t Q}= -\int{\pi_t Q(dy,d\pi)f'(y-x;\omega;\pi)-g'(x,\omega)}\)
Siehst du den fehler? Genau keine Mathe Umgebung! Dass sagt dir Übrings auch dein Log File![/size]
Zuletzt geändert von bloodworks am Mo 28. Dez 2009, 12:34, insgesamt 1-mal geändert.

phi
Moderator
Moderator
Beiträge: 420
Registriert: Fr 6. Feb 2009, 21:28

Beitrag von phi »

bloodworks hat geschrieben:
mit \( \beta^{\omega,\pi_t Q}= -\int{\pi_t Q(dy,d\pi)f'(y-x;\omega;\pi)-g'(x,\omega)}\)
Siehst du den fehler? Genau keine Mathe Umgebung!
Doch, \(…\) entspricht $…$. Der Fehler liegt hier:
\[	x(0) \mbox{ hat die Verteilung \lambda}\] 


Antworten