I wonder if you could help me. I am using the enumerate package and the environment "
enumerate
", which is suposed to deal with up to 4 levels. However, I found the errors described below at the line of the command "\begin{enumerate}
" of the third (and last) level:Missing number, treated as zero \item
Illegal unit of measure (pt inserted) \item
What should I have been doing wrong? My code is:
Code: Select all
\begin{enumerate}[label=\bfseries Step 1:]
\item Calibration of the first 2D-BF (that one applied to LL sub-band) through the VSASP method:
\begin{enumerate}[a.]
\item The DWT is performed to find the wavelet coefficients of LL, HL, LH and HH sub-bands;
\item For every $(\sigma_d, R)$ of this first 2D-BF, with $\sigma_d=0.5:0.5:5$
and $R= 0.5:0.5:10$, do:
\begin{enumerate}[i.]
\item Use the 2D-BF to operate the LL coefficients;
\item Synthetize the denoised image with the IDWT;
\item Calculate the chosen metric (usually PSNR or MSSIM).
\end{enumerate}
\item Finally, the $(\sigma_d, R)$ that optimizes the chosen metric is determined and maintained
unchanged through the following stages.
\end{enumerate}
\end{enumerate}