You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I quite often see, and myself create, exercises which consist of multiple subexercises or parts, like this:
# Exercise 1
Two cars are traveling in opposite directions.
They are 2.7km apart, driving 50km/h and 65km/h, respectively.
a) Write the equations of motion for the two cars.
b) Find the time t at which the two cars will meet.
c) Find the distance traveled by the cars when they meet.
As far as I can see, this is not a feature directly provided by the xsim package. Any recommendations on how to achieve this by other means?
A solution with the enumerate or itemize environment works, but maybe there are other ways.
\begin{exercise}
Two cars travel ....
\begin{enumerate}
\item Write the equations ...
\item Find the time ...
\item Find the distance ...
\end{enumerate}
\end{exercise}
The text was updated successfully, but these errors were encountered:
This is an interesting problem and definitely something worth being implemented. This will have to wait, though, as I have way too less time for package development lately…
I quite often see, and myself create, exercises which consist of multiple subexercises or parts, like this:
As far as I can see, this is not a feature directly provided by the
xsim
package. Any recommendations on how to achieve this by other means?A solution with the
enumerate
oritemize
environment works, but maybe there are other ways.The text was updated successfully, but these errors were encountered: