| | <?xml version="1.0" encoding="utf-8"?> |
---|
| | |
---|
| | <!-- |
---|
| | Control fonts and typefaces. |
---|
| | Font and typeface control. |
---|
| | --> |
---|
| | |
---|
| | <stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
---|
| | |
---|
| |
---|
| | </template> |
---|
| | |
---|
| | |
---|
| | <!-- |
---|
| | Font sizing, using relative font size elements borrowed from |
---|
| | LaTeX. Note that we use CSS relative font sizes (smaller and |
---|
| | larger), which means that we have to string a bunch of them |
---|
| | together to achieve the same effect as a single command in |
---|
| | LaTeX. We can't use absolute sizes in CSS as they would probably |
---|
| | look different on different machines. |
---|
| | Font sizing, using relative font size elements borrowed from LaTeX. Note that we use CSS relative font sizes (smaller and larger), which means that we have to string a bunch of them together to achieve the same effect as a single command in LaTeX. We can't use absolute sizes in CSS as they would probably look different on different machines. |
---|
| | --> |
---|
| | <template name="tiny" match="tiny"> |
---|
| | <common formats="/latex/xelatex/">{\tiny <xsl:apply-templates />}</common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| |
---|