<solutions>
The <solutions> element is a specialized division that gathers and
displays solutions from exercises in its scope. It can be placed inside
a local division or in <backmatter> to collect
solutions for a larger part of the document.
Use <solutions> when you want PreTeXt to assemble solutions
automatically instead of copying them by hand.
Syntax
Attributes
| Attribute | Required? | Values |
|---|---|---|
admit = "…" | optional | "all""odd""even" |
component = "…" | optional | string |
divisional = "…" | optional | string |
inline = "…" | optional | string |
label = "…" | optional | string |
project = "…" | optional | string |
xml:id = "…" | optional | string |
xml:lang = "…" | optional | string |
Children
The following may appear as children:<conclusion> <idx> <introduction> <plaintitle> <shorttitle> <title> Parents
This element may appear as an immediate child of the following elements:<appendix> <article> <backmatter> <chapter> <section> <subsection> <subsubsection>