ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with \date in beta 2011.01.31 16:59
@ 2011-01-31 20:11 Florian Wobbe
  2011-01-31 21:30 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Wobbe @ 2011-01-31 20:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

\date still used to work in beta 2011.01.26 11:02 now I get only "v!". What is wrong?

\starttext
\date, \date[][year,--,mm,--,dd]
\stoptext

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] 4+ messages in thread

* Re: problem with \date in beta 2011.01.31 16:59
  2011-01-31 20:11 problem with \date in beta 2011.01.31 16:59 Florian Wobbe
@ 2011-01-31 21:30 ` Hans Hagen
  2011-01-31 22:29   ` Florian Wobbe
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2011-01-31 21:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 31-1-2011 9:11, Florian Wobbe wrote:
> Hi,
>
> \date still used to work in beta 2011.01.26 11:02 now I get only "v!". What is wrong?
>
> \starttext
> \date, \date[][year,--,mm,--,dd]
> \stoptext

fixed .. side effect of cleaning up some code

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: problem with \date in beta 2011.01.31 16:59
  2011-01-31 21:30 ` Hans Hagen
@ 2011-01-31 22:29   ` Florian Wobbe
  2011-02-01  8:51     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Wobbe @ 2011-01-31 22:29 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

>> \date still used to work in beta 2011.01.26 11:02 now I get only "v!". What is wrong?
>> 
>> \starttext
>> \date, \date[][year,--,mm,--,dd]
>> \stoptext
> 
> fixed .. side effect of cleaning up some code

Thank you! I just noticed, that all numbers in front of the pdf bookmark entries have gone as well. Partitioned numbers of sections, subsections etc., have only the dot left.

\setupinteraction[state=start]
\placebookmarks[chapter,section,subsection]

\starttext
\chapter{A Chapter}
\section{A Section}
\subsection{The Subsection}
\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] 4+ messages in thread

* Re: problem with \date in beta 2011.01.31 16:59
  2011-01-31 22:29   ` Florian Wobbe
@ 2011-02-01  8:51     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2011-02-01  8:51 UTC (permalink / raw)
  To: Florian Wobbe; +Cc: mailing list for ConTeXt users

On 31-1-2011 11:29, Florian Wobbe wrote:
>>> \date still used to work in beta 2011.01.26 11:02 now I get only "v!". What is wrong?
>>>
>>> \starttext
>>> \date, \date[][year,--,mm,--,dd]
>>> \stoptext
>>
>> fixed .. side effect of cleaning up some code
>
> Thank you! I just noticed, that all numbers in front of the pdf bookmark entries have gone as well. Partitioned numbers of sections, subsections etc., have only the dot left.
>
> \setupinteraction[state=start]
> \placebookmarks[chapter,section,subsection]
>
> \starttext
> \chapter{A Chapter}
> \section{A Section}
> \subsection{The Subsection}
> \stoptext

line 551 in core-con.lua should be

             return n -- instead of context(n)

(i.e. the converters now return converted numbers and another function 
does the printing to tex)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-02-01  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31 20:11 problem with \date in beta 2011.01.31 16:59 Florian Wobbe
2011-01-31 21:30 ` Hans Hagen
2011-01-31 22:29   ` Florian Wobbe
2011-02-01  8:51     ` Hans Hagen

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