Added hyperlinks
1 parent e36aa2e commit bf406d98261ad8ab4805531eeede51d24fa59a76
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
23
quick-reference.markdown
| | | `[rows=`*`<integer>`*`]` | **`calendar/@lectures-per-week`**
 
## Miscellaneous
 
### Hyperlinks (`hyperlinks.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| hyperlink | `hyperlink` | `[url=`*`<url>`*`]` | excluding anchor (i.e., after “#”)
| | | `[label=`*`<string>`*`]` | HTML: anchor; LaTeX: label
| | | `[target=`*`<string>`*`]` | HTML only (e.g., _blank”)
| URL | `e-mail` | |
| | `e-mail-address` | |
| | `email` | |
| | `email-address` | |
| | `uri` | |
| | `url` | |
 
### Document build date (`build-date.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| | | `[width=`*`<decimal>`*`]` | between `0` and **`1`**
| column | `column` | `[align=center|`**`left`**`|right]` |
| | | `[width=`*`<decimal>`*`]` | between `0` and `1`
modules/hyperlinks.xml: <template name="hyperlink-label" match="hyperlink[@label and node()]">
modules/hyperlinks.xml: <template name="hyperlink-url" match="hyperlink[@url and node()]">
modules/hyperlinks.xml: <template name="empty-hyperlink-url" match="hyperlink[@url and not( node() )]">
modules/hyperlinks.xml: <template name="empty-hyperlink-label" match="hyperlink[@label and not( node() )]">
modules/hyperlinks.xml: <template name="hyperlink-bogus" match="hyperlink[@url and @label]" priority="2">
modules/hyperlinks.xml: <template name="hyperlink-internal" match="hyperlink" mode="hyperlink-internal">
modules/hyperlinks.xml: <template name="empty-hyperlink-url-internal" match="hyperlink" mode="empty-hyperlink-internal">
modules/hyperlinks.xml: <template name="url" match="url|uri|email|e-mail|email-address|e-mail-address">