ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Hans Hagen <pragma@wxs.nl>
Subject: Re: \date problem in current beta
Date: Tue, 12 Apr 2011 15:52:34 +0200	[thread overview]
Message-ID: <F5B433D5-03C3-42D0-B324-0AA7478B934F@googlemail.com> (raw)
In-Reply-To: <4BA576B8-F97A-444C-BC19-C12B3978A51D@awi.de>


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
___________________________________________________________________________________


  reply	other threads:[~2011-04-12 13:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-12  6:54 Florian Wobbe
2011-04-12 13:52 ` Wolfgang Schuster [this message]
2011-04-13  8:36   ` Florian Wobbe

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=F5B433D5-03C3-42D0-B324-0AA7478B934F@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.nl \
    /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).