- Added TODO regarding complexity of links in (Xe)LaTeX.
1 parent 290db2e commit d42b8365077505f1a013e427b27f99a8e6654a3f
nstanger authored on 18 Jun 2012
Showing 1 changed file
View
3
■■
modules/paper-calendar.xml
Generate a link.
-->
<template match="link|assessment//link">
<common formats="/latex/xelatex/">
<!--
TODO: Links in (Xe)LaTeX are ... complicated, due to the possible presence of line breaks (\\) embedded within the cell. For now we'll just ignore them.
-->
<xsl:apply-templates />
</common>
<common formats="/html/xhtml/">
<a href="{@href}"><xsl:apply-templates /></a>