额外的 } 或忘记的 $

额外的 } 或忘记的 $

我在这个算法上遇到了几个错误。错误如“缺少 } 插入”和“多余 } 或忘记 $”。有人能告诉我这段代码有什么问题吗?

{\SetAlgoNoLine
\begin{algorithm}[h!]
  \If{notificheAttivate {\bf and} today \leq dataScadenza}{
    \If{today \geq dataInizioPreavviso}{
        \If{notificaTS == null {\bf or} (notificaTS == null {\bf and} frequenza == daily)}{sendNotification()}}
  }
\caption{Algoritmo di notifica con frequenza giornaliera}
\end{algorithm}}

相关内容