ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Failure to compile with new date code
@ 2021-10-25 14:45 Rik Kabel via ntg-context
  2021-10-25 14:59 ` Wolfgang Schuster via ntg-context
  2021-10-25 17:54 ` Pablo Rodriguez via ntg-context
  0 siblings, 2 replies; 7+ messages in thread
From: Rik Kabel via ntg-context @ 2021-10-25 14:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Rik Kabel


[-- Attachment #1.1: Type: text/plain, Size: 457 bytes --]

Hello all,

The example below continues to work with MkIV, but now fails with the 
most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:

    \define\DraftOf   {Draft of \date}
    \setupinteraction [date={\DraftOf}]
    \starttext
    Fail with LMTX, works with MkIV.
    \stoptext

If the answer is "don't do that" I can find another way to accomplish 
what this does -- not a big problem. But I do want to point out the 
difference in behavior.

-- 
Rik

[-- Attachment #1.2: Type: text/html, Size: 781 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 14:45 Failure to compile with new date code Rik Kabel via ntg-context
@ 2021-10-25 14:59 ` Wolfgang Schuster via ntg-context
  2021-10-25 17:54 ` Pablo Rodriguez via ntg-context
  1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2021-10-25 14:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel via ntg-context
  Cc: Wolfgang Schuster


[-- Attachment #1.1: Type: text/plain, Size: 742 bytes --]

Rik Kabel via ntg-context schrieb am 25.10.2021 um 16:45:
>
> Hello all,
>
> The example below continues to work with MkIV, but now fails with the 
> most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:
>
>     \define\DraftOf   {Draft of \date}
>     \setupinteraction [date={\DraftOf}]
>     \starttext
>     Fail with LMTX, works with MkIV.
>     \stoptext
>
> If the answer is "don't do that" I can find another way to accomplish 
> what this does -- not a big problem. But I do want to point out the 
> difference in behavior.
>

The date-key expects its argument in a certain format but you pass 
garbage values.

See the following thread for more information: 
https://mailman.ntg.nl/pipermail/ntg-context/2021/103884.html

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1386 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 14:45 Failure to compile with new date code Rik Kabel via ntg-context
  2021-10-25 14:59 ` Wolfgang Schuster via ntg-context
@ 2021-10-25 17:54 ` Pablo Rodriguez via ntg-context
  2021-10-25 19:54   ` Hans Hagen via ntg-context
  1 sibling, 1 reply; 7+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2021-10-25 17:54 UTC (permalink / raw)
  To: Rik Kabel via ntg-context; +Cc: Pablo Rodriguez

On 10/25/21 4:45 PM, Rik Kabel via ntg-context wrote:
> Hello all,
>
> The example below continues to work with MkIV, but now fails with the
> most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:
>
>     \define\DraftOf   {Draft of \date}
>     \setupinteraction [date={\DraftOf}]

Hi Rik,

\setupinteraction[date=***] only accepts a date as input.

Would it be possible that it was subtitle or title any of the options
you used?

Just in case it helps,

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 17:54 ` Pablo Rodriguez via ntg-context
@ 2021-10-25 19:54   ` Hans Hagen via ntg-context
  2021-10-25 20:31     ` Rik Kabel via ntg-context
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-25 19:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Pablo Rodriguez

On 10/25/2021 7:54 PM, Pablo Rodriguez via ntg-context wrote:
> On 10/25/21 4:45 PM, Rik Kabel via ntg-context wrote:
>> Hello all,
>>
>> The example below continues to work with MkIV, but now fails with the
>> most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:
>>
>>      \define\DraftOf   {Draft of \date}
>>      \setupinteraction [date={\DraftOf}]
> 
> Hi Rik,
> 
> \setupinteraction[date=***] only accepts a date as input.
> 
> Would it be possible that it was subtitle or title any of the options
> you used?

we can of course accept anything but because these dates end up in 
different spots it gets hairy ... also it can invalidate a pdf

Hans


-----------------------------------------------------------------
                                           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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 19:54   ` Hans Hagen via ntg-context
@ 2021-10-25 20:31     ` Rik Kabel via ntg-context
  2021-10-25 21:18       ` Hans Hagen via ntg-context
  2021-10-25 21:22       ` Hans Hagen via ntg-context
  0 siblings, 2 replies; 7+ messages in thread
From: Rik Kabel via ntg-context @ 2021-10-25 20:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Rik Kabel, Pablo Rodriguez

[-- Attachment #1: Type: text/html, Size: 2579 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 20:31     ` Rik Kabel via ntg-context
@ 2021-10-25 21:18       ` Hans Hagen via ntg-context
  2021-10-25 21:22       ` Hans Hagen via ntg-context
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-25 21:18 UTC (permalink / raw)
  To: Rik Kabel, mailing list for ConTeXt users; +Cc: Hans Hagen, Pablo Rodriguez

On 10/25/2021 10:31 PM, Rik Kabel wrote:
> This has been part of my setup interaction for a couple of years. 
> Documents all pass verapdf pdf3a testing.

the date only ended up in some places but now we try to be consistent on 
all places

> On Oct 25, 2021 15:54, Hans Hagen via ntg-context <ntg-context@ntg.nl> 
> wrote:
> 
>     On 10/25/2021 7:54 PM, Pablo Rodriguez via ntg-context wrote:
>      > On 10/25/21 4:45 PM, Rik Kabel via ntg-context wrote:
>      >> Hello all,
>      >>
>      >> The example below continues to work with MkIV, but now fails
>     with the
>      >> most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:
>      >>
>      >>      \define\DraftOf   {Draft of \date}
>      >>      \setupinteraction [date={\DraftOf}]
>      >
>      > Hi Rik,
>      >
>      > \setupinteraction[date=***] only accepts a date as input.
>      >
>      > Would it be possible that it was subtitle or title any of the options
>      > you used?
> 
>     we can of course accept anything but because these dates end up in
>     different spots it gets hairy ... also it can invalidate a pdf
> 
>     Hans
> 
>     -----------------------------------------------------------------
>                                                 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 /
>     http://www.ntg.nl/mailman/listinfo/ntg-context
>     webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>     archive  : https://bitbucket.org/phg/context-mirror/commits/
>     wiki     : http://contextgarden.net
>     ___________________________________________________________________________________
> 
> 


-- 

-----------------------------------------------------------------
                                           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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Failure to compile with new date code
  2021-10-25 20:31     ` Rik Kabel via ntg-context
  2021-10-25 21:18       ` Hans Hagen via ntg-context
@ 2021-10-25 21:22       ` Hans Hagen via ntg-context
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-25 21:22 UTC (permalink / raw)
  To: Rik Kabel, mailing list for ConTeXt users; +Cc: Hans Hagen, Pablo Rodriguez

On 10/25/2021 10:31 PM, Rik Kabel wrote:
> This has been part of my setup interaction for a couple of years. 
> Documents all pass verapdf pdf3a testing.
> 
> On Oct 25, 2021 15:54, Hans Hagen via ntg-context <ntg-context@ntg.nl> 
> wrote:
> 
>     On 10/25/2021 7:54 PM, Pablo Rodriguez via ntg-context wrote:
>      > On 10/25/21 4:45 PM, Rik Kabel via ntg-context wrote:
>      >> Hello all,
>      >>
>      >> The example below continues to work with MkIV, but now fails
>     with the
>      >> most recent (ConTeXt  ver: 2021.10.24 21:45) LMTX:
>      >>
>      >>      \define\DraftOf   {Draft of \date}
>      >>      \setupinteraction [date={\DraftOf}]
>      >
>      > Hi Rik,
>      >
>      > \setupinteraction[date=***] only accepts a date as input.
>      >
>      > Would it be possible that it was subtitle or title any of the options
>      > you used?
> 
>     we can of course accept anything but because these dates end up in
>     different spots it gets hairy ... also it can invalidate a pdf

next upload:

system          > invalid time specification 'Draft of October 25, 2021'
  -----------------------------------------------------------------
                                           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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2021-10-25 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 14:45 Failure to compile with new date code Rik Kabel via ntg-context
2021-10-25 14:59 ` Wolfgang Schuster via ntg-context
2021-10-25 17:54 ` Pablo Rodriguez via ntg-context
2021-10-25 19:54   ` Hans Hagen via ntg-context
2021-10-25 20:31     ` Rik Kabel via ntg-context
2021-10-25 21:18       ` Hans Hagen via ntg-context
2021-10-25 21:22       ` Hans Hagen via ntg-context

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).