Re: [NTG-context] \date problem in current beta

2011-04-13 Thread Florian Wobbe
 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
___


[NTG-context] \date problem in current beta

2011-04-12 Thread 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

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
___


Re: [NTG-context] \date problem in current beta

2011-04-12 Thread Wolfgang Schuster

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
___