From: Hans Hagen <j.hagen@xs4all.nl>
To: "Peter Münster" <pm@a16n.net>,
"mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: [NTG-context] Re: usage of conversion in \date
Date: Wed, 29 Nov 2023 09:50:16 +0100 [thread overview]
Message-ID: <3b03400b-0342-4e68-9155-9681b3095891@xs4all.nl> (raw)
In-Reply-To: <87edg9dct7.fsf@a16n.net>
On 11/28/2023 6:09 PM, Peter Münster wrote:
> Hi,
>
> When printing a date in French, I would like to convert the "1" to
> "1\ier", but it does not work as I expect:
>
> --8<---------------cut here---------------start------------->8---
> \startluacode
> -- from https://wiki.contextgarden.net/Command/defineconversion:
> interfaces.implement {
> name = "FRdate",
> public = true,
> arguments = "string",
> actions =
> function(s)
> local n = tonumber(s)
> if n == 1 then
> context"1\\ier"
> else
> context(s)
> end
> end
> }
> \stopluacode
> \def\ier{\highordinalstr{er}}
> \mainlanguage[fr]
> \defineconversion[frd][\FRdate]
> \setuplanguage[fr][date={day:frd,\ ,month,\ ,year}]
> \starttext
> Conversion: \convertnumber{frd}{1}, \convertnumber{frd}{2} (OK)\\
> Dates: \date[d=1], \date[d=2] (not OK)
> \stoptext
> --8<---------------cut here---------------end--------------->8---
>
> How could I get "1\ier\ novembre 2023" please?
\mainlanguage[fr]
\setuplanguage[fr][date={day:++,\ ,month,\ ,year}]
\starttext
Dates: \date[d=1], \date[d=2] (not OK)
\stoptext
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | 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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
next prev parent reply other threads:[~2023-11-29 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 17:09 [NTG-context] " Peter Münster
2023-11-29 8:50 ` Hans Hagen [this message]
2023-11-29 9:40 ` [NTG-context] " Peter Münster
2023-12-18 14:38 ` Peter Münster
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=3b03400b-0342-4e68-9155-9681b3095891@xs4all.nl \
--to=j.hagen@xs4all.nl \
--cc=ntg-context@ntg.nl \
--cc=pm@a16n.net \
/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).