diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-07 03:46:24 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-07 03:46:24 +0000 |
commit | a2d357c3a402fe7b9b83d4ee391827d8b12482a7 (patch) | |
tree | fa9131d888bbc4de98e819d0d6268e06b38b6c4e /share/sgml/freebsd.dsl | |
parent | d80eda8fc7a1e4fafcd3a44783d9bb75a0470d0e (diff) |
Notes
Diffstat (limited to 'share/sgml/freebsd.dsl')
-rw-r--r-- | share/sgml/freebsd.dsl | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl index 3820091073..0de0175acf 100644 --- a/share/sgml/freebsd.dsl +++ b/share/sgml/freebsd.dsl @@ -434,7 +434,26 @@ (make sequence ($charseq$) (if %footnote-ulinks% - ($ss-seq$ + (literal (footnote-number (current-node)))) + (if (and (equal? (print-backend) 'tex) bop-footnotes) + (make sequence + ($ss-seq$ + (literal (footnote-number (current-node)))) + (make page-footnote + (make paragraph + font-size: (* %footnote-size-factor% %bf-size%) + font-posture: 'upright + quadding: %default-quadding% + line-spacing: (* (* %footnote-size-factor% %bf-size%) + %line-spacing-factor%) + space-before: %para-sep% + space-after: %para-sep% + start-indent: %footnote-field-width% + first-line-start-indent: (- %footnote-field-width%) + (make line-field + field-width: %footnote-field-width% + (literal (footnote-number (current-node)) + (gentext-label-title-sep (normalize "footnote")))) + (literal (attribute-string (normalize "url")))))) + ($ss-seq$ + (literal (footnote-number (current-node))))) (if (and %show-ulinks% (not (equal? (fix-url (attribute-string (normalize "url"))) (data-of (current-node))))) |