From 1a3821fd882cd18e1a5f159943d0c477519fee38 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 2 Dec 2014 11:03:26 -0500 Subject: [PATCH] Fix XHTML export for new "in title" footnotes. Builds on a patch by JMarc. --- lib/layouts/stdinsets.inc | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index eb14595f12..383da773cc 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -84,8 +84,31 @@ InsetLayout Foot:InTitle NeedProtect true Counter thanks MultiPar false - # FIXME: this is probably not correct - HTMLLabel \arabic{thanks} + HTMLLabel \fnsymbol{thanks} + HTMLInnerTag span + HTMLStyle + span.foot_intitle_label { + vertical-align: super; + font-size: smaller; + font-weight: bold; + text-decoration: underline; + } + span.foot_intitle { + display: inline; + font-size: small; + font-weight: medium; + font-family: serif; + font-variant: normal; + font-style: normal; + } + span.foot_intitle_inner { display: none; } + span.foot_intitle:hover span.foot_intitle_inner { + display: block; + border: 1px double black; + margin: 0em 1em; + padding: 1em; + } + EndHTMLStyle End InsetLayout Note:Comment -- 2.39.2