Search found 2 matches

by FernandoRAJ
Thu Sep 11, 2014 12:51 am
Forum: Others
Topic: How to resolve the error: “Missing { inserted” in WriteLatex
Replies: 4
Views: 115163

Re: How to resolve the error: “Missing { inserted” in WriteL

Thank you, very much, for answers! It works!!
I would like to apologize for my mistake, but I will not do (crosspost) again.
by FernandoRAJ
Wed Sep 10, 2014 11:49 pm
Forum: Others
Topic: How to resolve the error: “Missing { inserted” in WriteLatex
Replies: 4
Views: 115163

How to resolve the error: “Missing { inserted” in WriteLatex

When I use ShareLatex or MikTex to compile the following Latex code:

\begin{algorithm}
\uIf{$|F_d(D'(C_{\hat{i}})) - F_d(D(C_{\hat{i}}))| > \sigma$ OR numSeqNoise > $\mu$}{
SplitCluster($C_j$)\;
}
\uElseIf{$|F_d(D'(C_{\hat{i}})) - F_d(D(C_{\hat{i}}))| > \tau$}{
numSeqNoise++\;
}
\uElseIf ...