Subversion Repositories wimsdev

Rev

Rev 10950 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10950 Rev 16315
Line 111... Line 111...
111
1
111
1
112
defines the numbers of the conditions useful for the exercise.
112
defines the numbers of the conditions useful for the exercise.
113
 
113
 
114
:latex
114
:latex
115
1
115
1
116
allows to write a latex version of the exercise using the variables defined in the exercise and downloadable in the printable version of the exercise (accessible only by developers or teachers of a class). It is advisable to put the statement in a predefined environment latex <span class="tt wims_code_words">\begin{statement} \end{statement}</span> and the solution in the environment <span class="tt wims_code_words">\begin{sol} ... \end{sol}</span>.
116
allows to write a latex version of the exercise using the variables defined in the exercise and downloadable in the printable version of the exercise (accessible only by developers or teachers of a class). It is advisable to put the statement in a predefined environment latex <span class="tt wims_code_words">\begin{statement} \end{statement}</span> and the solution in the environment <span class="tt wims_code_words">\begin{solution} ... \end{solution}</span>.