ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \date problem in current beta
@ 2011-04-12  6:54 Florian Wobbe
  2011-04-12 13:52 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Wobbe @ 2011-04-12  6:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

this used to work in beta 2011.04.03 22:32 but now it doesn't anymore:

\starttext
\date\par
\date[][year,--,mm,--,dd]\par
\date[][year,{--},mm,--,dd]
\stoptext

Florian

___________________________________________________________________________________
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: \date problem in current beta
  2011-04-12  6:54 \date problem in current beta Florian Wobbe
@ 2011-04-12 13:52 ` Wolfgang Schuster
  2011-04-13  8:36   ` Florian Wobbe
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-04-12 13:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 12.04.2011 um 08:54 schrieb Florian Wobbe:

> Hi,
> 
> this used to work in beta 2011.04.03 22:32 but now it doesn't anymore:
> 
> \starttext
> \date\par
> \date[][year,--,mm,--,dd]\par
> \date[][year,{--},mm,--,dd]
> \stoptext

core-con.mkiv

\def\dodate[#1][#2]%
  {\begingroup
   \iffirstargument
     \getparameters[\??da][d=\normalday,m=\normalmonth,y=\normalyear,#1]%
     \normalday  \@@dad\relax
     \normalmonth\@@dam\relax
     \normalyear \@@day\relax
   \fi
-  \docurrentdate{#2}%
+  \docurrentdate[#2]%
   \endgroup}

Wolfgang

___________________________________________________________________________________
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: \date problem in current beta
  2011-04-12 13:52 ` Wolfgang Schuster
@ 2011-04-13  8:36   ` Florian Wobbe
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Wobbe @ 2011-04-13  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> core-con.mkiv
> 
> \def\dodate[#1][#2]%
>  {\begingroup
>   \iffirstargument
>     \getparameters[\??da][d=\normalday,m=\normalmonth,y=\normalyear,#1]%
>     \normalday  \@@dad\relax
>     \normalmonth\@@dam\relax
>     \normalyear \@@day\relax
>   \fi
> -  \docurrentdate{#2}%
> +  \docurrentdate[#2]%
>   \endgroup}

Thanks!
Florian

___________________________________________________________________________________
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:[~2011-04-13  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-12  6:54 \date problem in current beta Florian Wobbe
2011-04-12 13:52 ` Wolfgang Schuster
2011-04-13  8:36   ` Florian Wobbe

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