Porism 18.0.2.
This is a short little ditty that follows immediately from the previous proof.
<algorithm>
s, but you need another theorem-like tag whose name you would like to have rendered as “Porism”. To do this, you need to add a <rename>
element to the <docinfo>
element of your code. For our example, the necessary code would be <rename element="algorithm">Porism</rename>
. A <rename>
element generates a global change; it is not possible to rename a single instance of an element or to define your own tags (without writing your own XSLT code.<rename>
code in this guide’s <docinfo>
, and as such, we can do the following.<exercise>
s.<exercise>
element with different names displayed (such as “Checkpoint” for an inline exercise), one cannot simply use @element
with value exercise
in a <rename>
element. The value of @element
to rename an <exercise>
is as follows:divisionalexercise
for an <exercise>
inside <exercises>
, <subexercises>
, or <exercisegroup>
with default “Exercise”inlineexercise
for an inline exerise with default “Checkpoint”worksheetexercise
for an <exercise>
contained in a <worksheet>
with default “Worksheet Exercise”readingquestion
for an <exercise>
contained in a <reading-questions>
with default “Reading Question”