| |
---|
| | Identify and highlight to-do items that are not yet completed. |
---|
| | --> |
---|
| | <template name="todo" match="todo|to-do|incomplete|check"> |
---|
| | <common formats="/latex/xelatex/"> |
---|
| | <xsl:text>\fbox{\textbf{!!</xsl:text> |
---|
| | <xsl:text>\textbf{[!!TODO!! </xsl:text> |
---|
| | <xsl:apply-templates /> |
---|
| | <xsl:text>!!}}</xsl:text> |
---|
| | <xsl:text> !!]}</xsl:text> |
---|
| | </common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <strong style="border: 1px solid black;">!!<xsl:apply-templates />!!</strong> |
---|
| | <strong>[!!TODO <xsl:apply-templates /> !!]</strong> |
---|
| | </common> |
---|
| | </template> |
---|
| | |
---|
| | |
---|