problem with \date in beta 2011.01.31 16:59
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
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 -----------------------------------------------------------------
\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
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 -----------------------------------------------------------------
participants (2)
-
Florian Wobbe
-
Hans Hagen