ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Denis Maier via ntg-context <ntg-context@ntg.nl>
To: <ntg-context@ntg.nl>
Cc: denis.maier@unibe.ch, mckaymeister@gmail.com
Subject: Re: Help with typesetting footnotes in an HTML document
Date: Tue, 11 Apr 2023 13:51:57 +0000	[thread overview]
Message-ID: <0b7052a56059472fb3d4ca65d1d46e13@unibe.ch> (raw)
In-Reply-To: <532167b7-0590-623b-a785-03dd0d64aeb0@gmail.com>

Hard to tell, if you don't show us what you've tried so far.
In one of my setups I use the lua based approach described on page 86/87. But again, we'll probably need more information to figure it out.

> -----Ursprüngliche Nachricht-----
> Von: ntg-context <ntg-context-bounces@ntg.nl> Im Auftrag von Keith
> McKay via ntg-context
> Gesendet: Montag, 10. April 2023 17:30
> An: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Cc: Keith McKay <mckaymeister@gmail.com>
> Betreff: [NTG-context] Help with typesetting footnotes in an HTML
> document
> 
> Hi,
> 
> I have been puzzling over how to typeset footnotes in a HTML document,
> most elements have been relatively easy to typeset but I'm stumped with
> footnotes.  I have been studying the the xml manual in particular Chapter  7.4
> Cross Referencing, but I'm still struggling to get xmlsetups which come
> anywhere near working. Any hints  to a solution would be greatly
> appreciated.
> 
> Best Wishes
> 
> Keith McKay
> 
> %%%%%%%%%%%%%%%%%%%
> 
> Here is a snippet of the HTML document with footnotes
> 
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
>    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head>
>    <title></title>
> </head>
> <body>
>    <p class="import-Normal">‘What is a weed? A plant whose virtues have
> not been discovered,’ wrote Ralph Waldo Emerson<span
> class="footnote"><span class="footnote-indirect"
> data-fnref="53-1"></span></span>. Those delicate crucifers with their
> manifold faces of four pink or lilac petals striated with veins of deeper
> lavender are the perfect introduction to flowers for children. So delicate and
> yet hardy.</p>
>    <p class="import-Normal">I spend some of April abroad, travelling by road
> from an unseasonably snowy Austria (‘dieses Wetter ist verrückt!’<span
> class="footnote"><span class="footnote-indirect"
> data-fnref="53-2"></span></span> as an elderly lady exclaimed to me) to
> northern France, and when I come home, it’s to a landscape responding to
> substantially increased light levels and temperatures.</p>
>    <p class="import-Normal">This was the early sixties. Like many thousands,
> we were rehoused from Maryhill in the heart of urban Glasgow to this
> peripheral housing scheme which completely changed the character of what
> had been a village. Within a decade those glasshouses were abandoned,
> glass broken in the frames, and a row of shops that included a chippy and a
> betting shop soon replaced them, betting ‘off’ licensed race-tracks having
> become legal in 1961.<span class="footnote"><span class="footnote-
> indirect" data-fnref="75-1"></span></span></p>
>    <div class="footnotes">
>      <hr/>
>      <div id='53-1'>
>        Emerson, R.W. (1878) <em>Fortune of the Republic</em>, p.3 quoted in
> <em>Oxford Dictionary of Quotations</em>, Rev Fourth Edition (1996).
>      </div>
>      <div id='53-2'>
>        ‘Crazy weather!’
>      </div>
>      <div id='75-1'>
>        <a class="rId10"
> href="http://www.independent.co.uk/sport/racing/our-national-love-affair-
> a-history-of-the-betting-shop-804966.html"
> data-url="http://www.independent.co.uk/sport/racing/our-national-love-
> affair-a-history-of-the-betting-shop-804966.html"><span
> class="import-Hyperlink">http://www.independent.co.uk/sport/racing/our-
> national-love-affair-a-history-of-the-betting-shop-804966.html</span></a>
> [accessed 11 Dec 2017]
>      </div>
>    </div>
> </body>
> </html>
> 
> %%%%%%%%%%%%%%%%%%
> 
> __________________________________________________________
> _________________________
> If your question is of interest to others as well, please add an entry to the
> Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-
> context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> __________________________________________________________
> _________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2023-04-11 13:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-10 15:30 Keith McKay via ntg-context
2023-04-11 13:51 ` Denis Maier via ntg-context [this message]
2023-04-11 15:52   ` Keith McKay via ntg-context
2023-04-12  8:05     ` Denis Maier via ntg-context
2023-04-12 10:21       ` [NTG-context] " Keith McKay via ntg-context
2023-04-12 10:33         ` Denis Maier via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0b7052a56059472fb3d4ca65d1d46e13@unibe.ch \
    --to=ntg-context@ntg.nl \
    --cc=denis.maier@unibe.ch \
    --cc=mckaymeister@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).