How do I move checkpoint (aka individual exercise) solutions and answers to the back matter?

13 views
Skip to first unread message

Roc...@wcsu.edu

unread,
Jun 22, 2018, 1:28:36 PM6/22/18
to MathBook XML Support

I would like to move all answers and solutions to the back matter for the PDF version of my text.  Currently I set the following parameters when I compile to a *.tex file:



<!-- Set parameters for exersices in the backmatter -->
<xsl:param name="exercise.backmatter.statement" select="'no'" />
<xsl:param name="exercise.backmatter.hint" select="'no'" />
<xsl:param name="exercise.backmatter.solution" select="'yes'" />
<xsl:param name="exercise.backmatter.answer" select="'yes'" />

<!-- Set parameters for inline exersices -->
<xsl:param name="exercise.inline.solution" select="'no'" />
<xsl:param name="exercise.inline.answer" select="'no'" />

<!-- Set parameters for divisional exersices -->
<xsl:param name="exercise.divisional.solution" select="'no'" />
<xsl:param name="exercise.divisional.answer" select="'no'" />


This moves the solutions and answers from an exercise group to the back fine, but not the inline material.  Is there a parameter I am missing?

Thanks,
Chuck
Reply all
Reply to author
Forward
0 new messages