Horje
loop latex Code Example
loop latex
\foreach \n in {apples,burgers,cake}{Let's eat \n.\par}
loop latex
\foreach \n in {0,...,22}{do something}
loop latex
\newcounter{themenumber}
\newcounter{classnumber}
\newcounter{imagenumber}
\forloop{themenumber}{1}{\value{themenumber} < 24}{
    % \hline <-- Error here
    \arabic{themenumber}
    \forloop{classnumber}{0}{\value{classnumber} < 2}{
        \forloop{imagenumber}{1}{\value{imagenumber} < 6}{
            & \includegraphics[scale=2]{
                ../../results/\arabic{themenumber}/\arabic{classnumber}_\arabic{imagenumber}.eps
            }
        }
    }
    \\
    \hline
}




Whatever

Related
equivalent cubic-bezier function value Code Example equivalent cubic-bezier function value Code Example
how to use setx path Code Example how to use setx path Code Example
how to rerun failed test in testng Code Example how to rerun failed test in testng Code Example
Java Program to Find ASCII Value of a characte Code Example Java Program to Find ASCII Value of a characte Code Example
whTS Code Example whTS Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7