ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* extra space in footnotes (XML)
@ 2015-03-28 20:50 Pablo Rodriguez
  2015-03-28 21:41 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2015-03-28 20:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

the issue I described in a previous message with extra space with
footnote is related to XML handling:

\startbuffer[demo]
<doc>
     <p>Text
         <a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> and
         <a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a>
     </p>
     <div class="footnotes">
         <hr />
         <ol>
             <li id="fn1"><p>this is a footnote</p>
                <p>this is a footnote</p>
                <p>this is a footnote</p>
                <a class="footnoteBack" href="#fnref1">↩</a></li>
             <li id="fn2"><p>A second footnote.<a class="footnoteBack"
href="#fnref2">↩</a></p></li>
         </ol>
     </div>
</doc>
\stopbuffer

\starttext

\startxmlsetups xml:initialize
     \xmlsetsetup{#1}{doc|p}{xml:*}
    \xmlsetsetup{\xmldocument}{a[@class='footnoteRef']}{xml:footnote:ref}
    \xmlsetsetup{\xmldocument}{div[@class='footnotes']}{}
    \xmlsetsetup{\xmldocument}{a[@class='uri']}{xml:autolink}
    \xmlsetsetup{\xmldocument}{a[@class='footnoteBack']}{}
    \xmlsetsetup{\xmldocument}{a[text()='↩']}{}
\stopxmlsetups

\xmlregistersetup{xml:initialize}

\startxmlsetups xml:doc
     \setuppapersize[A8]
     \xmlflush{#1}
\stopxmlsetups

\startxmlsetups xml:p
    \xmldoifnotselfempty {#1} {
        \dontleavehmode
        \ignorespaces
        \xmlflush{#1}
        \removeunwantedspaces
    }
    \par
\stopxmlsetups
\startxmlsetups xml:footnote:set
     \startfootnote
         \xmlflush{#1}
     \stopfootnote
\stopxmlsetups

\startluacode
     local gsub = string.gsub
     function xml.expressions.idstring(str)
         return type(str) == "string" and gsub(str,"^#","") or ""
     end
\stopluacode

\startxmlsetups xml:footnote:ref

\xmlfilter{main}{div[@class='footnotes']/ol/li[@id=idstring('\xmlatt{#1}{href}')]/command(xml:footnote:set)}
\stopxmlsetups

\xmlprocessbuffer{main}{demo}{}

\stoptext

Beta from 2015.03.28 16:30 adds an unwanted empty paragraph after each
footnote. Previous beta from 2015.03.25 22:13 added no extra space.

Is this a bug or how should I change my definition of xml:p?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: extra space in footnotes (XML)
  2015-03-28 20:50 extra space in footnotes (XML) Pablo Rodriguez
@ 2015-03-28 21:41 ` Hans Hagen
  2015-03-29  6:26   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2015-03-28 21:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 3/28/2015 9:50 PM, Pablo Rodriguez wrote:
> Hi Hans,
>
> the issue I described in a previous message with extra space with
> footnote is related to XML handling:

more to the \par which also affected tex input .. fixed

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: extra space in footnotes (XML)
  2015-03-28 21:41 ` Hans Hagen
@ 2015-03-29  6:26   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2015-03-29  6:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/28/2015 10:41 PM, Hans Hagen wrote:
> On 3/28/2015 9:50 PM, Pablo Rodriguez wrote:
>> Hi Hans,
>>
>> the issue I described in a previous message with extra space with
>> footnote is related to XML handling:
> 
> more to the \par which also affected tex input .. fixed

Many thanks for the fast fix, Hans.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-29  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-28 20:50 extra space in footnotes (XML) Pablo Rodriguez
2015-03-28 21:41 ` Hans Hagen
2015-03-29  6:26   ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).