ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* New beta has issues with maths…
@ 2015-12-18 11:24 Otared Kavian
  0 siblings, 0 replies; 2+ messages in thread
From: Otared Kavian @ 2015-12-18 11:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

Hi Hans,

I just installed the new beta for testing purposes. In math mode the exponennts, indices, and punctuations do not work properly as you may see in the attached files.



[-- Attachment #2: basic-test.pdf --]
[-- Type: application/pdf, Size: 39878 bytes --]

[-- Attachment #3: Type: text/plain, Size: 1 bytes --]



[-- Attachment #4: basic-test.tex --]
[-- Type: application/octet-stream, Size: 83931 bytes --]

% ctxfile=preferences-ok

%\enabledirectives[system.synctex]
%\usetypescript[xits]
%\setupbodyfont[xits,12pt]
%\setupbodyfont[palatino]
%\setupbodyfont[libertine,12pt]
%\setupbodyfont[termes]
%\setupbodyfont[times,12pt]
%\setupbodyfont[cambria,12pt]
%\setupbodyfont[cambria,cambria-m,12pt]
%\setupbodyfont[bonum]
%\setupbodyfont[lucida]

% - If you are adventurous you can add the following to cont-new.mkiv
%     \enablemode[*nofonts]
%\setuplayout[marking=on]

% To reload fonts do in Terminal:
% mtxrun --script font --reload --force

\setupinteraction[state=start,interaction=list]
\setupformulas[spaceafter=medium]
\doifmode{mkii}{\let\imply\Longrightarrow %
\setupcolors[state=start]}

%\doifmode{mkiv}{\enablemode[lmmath]}
% In order to remove the small triangle for some footnotes
\doifmode{mkiv}{\setupnote[symbolcommand=\gobbleoneargument]}

\setupmathematics[integral=nolimits]
%\setupmathematics[integral=limits]
%\setupmathematics[integral=displaylimits]

\starttext

\chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}}



%\mainlanguage[fr]

%\currentdate

This file has been typeset 
on \currentdate{} 
at \currenttime, 
with 
\doifmodeelse{mkiv}
	{mkiv, 
	LuaTeX version \the\luatexversion,
	LuaTeX revision \luatexrevision,
	(LuaTeX date stamp \luatexdatestamp),
	using the command: \crlf
	\type{context basic-test.tex}\crlf}
	{mkii, 
	using the command: \crlf
	\type{texexec basic-test.tex} \crlf}
	ConTeXt version \contextversion.


\section[Sec:1]{Testing a section\footnote[note:test]{Actually for testing footnotes in a section header\dots}}

An elementary identity: $(a + b)^2 = a^2 + 2ab + b^2$. And a well-known identity due to \reference[Euler]{}Leonhard Euler  in which the five most important numbers appear:
\placeformula[eq:Euler]
\startformula
{\rm e}^{{\rm i}\pi} + 1 = 0, \qquad \mbox{where}\; {\rm i} := \sqrt{-1}.
\stopformula
By the way, $\int_{0}^{2\pi} \sin(x)dx = 0 \in {\Bbb N}$, while
\startformula
\pi \sim \ctxlua{tex.print(math.pi)} ,\qquad
\int_{0}^{2\pi} \sin^2(x)dx = \pi \not\in {\Bbb Q},\qquad \sum_{n=1}^\infty {1\over n^2 } = {\pi^2\over 6}.
\stopformula


\startformula
\log(2) \sim \ctxlua{tex.print(math.log(2))}
\stopformula
Remember also that if $F$ and $u : {\Bbb R} \longrightarrow {\Bbb R}$ are two functions  such that $F(u(x))={\rm e}^{x/n}$ then $x\mapsto u(x)$ satisfies
\startformula
\int \! {\rm e}^x = F(u)^n.
\stopformula
(Recall that ${\rm e}\notin {\Bbb Q}$). We denote by $A\setminus B$ the set
\startformula
A\setminus B := A \cap B^c
\stopformula
The function $\exp: {\Bbb R} \longrightarrow {\Bbb R}$ is defined as the unique solution of
\startformula
u'(x) = u(x),\qquad u(0) = 1.
\stopformula
We denote by ${\widetilde V}$ the potential ${\widetilde v}$ multiplied by $|x|^\alpha1_{[|x|\leq 1]}$. Denote also
\startformula
\sum_{n\in {\Bbb Z}}{\vphantom \sum}' u_{n} := \sum_{n\neq 0}u_{n}
\stopformula
\startformula
{\rm i}\hbar \partial_{t} u + \Delta u = 0 \imply {\widehat u}(t,\xi) = {\rm e}^{{\rm i}t\hbar^{-1}|\xi|^2} {\widehat u}_{0}(\xi).
\stopformula
The following is mid-aligned

\startalignment[middle]
We use here \type{\startalignment[middle]}
\stopalignment

We could have used also

\midaligned{Centered material \type{\midaligned{Centered material}}}


\startitemize[r]

\item Testing items and footnotes\footnote{This is a silly remark\dots}

\item\footnote[note:Test2]{This is a silly remark, inside an item\dots} testing items and footnotes

\stopitemize


And a final test\footnote{This is another silly remark but outside items\dots}  of a footnote. 

\page Don't forget to read thoroughly the \in{footnote}[note:test] to see whether interaction with footnotes in chapter titles work or not. See also \in{equation}[eq:Euler]. 

\startitemize[a]

\startitem Test with \type{\startitem...\stopitem}. \input knuth.tex \stopitem

\startitem Test with \type{\startitem...\stopitem} \stopitem

\startitem Test with \type{\startitem...\stopitem}

See \in{footnote}[note:Test2] to check whether the interaction works.
\stopitem
\stopitemize

Click on this \in{section}[Sec:1] to see whether the link is active.

Click on this \in{link}[Euler] to see whether the link gets you to Euler.
\stoptext

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 6, 2008 at 06:43, with mkiv, LuaTeX 
revision 3, (LuaTeX date stamp 2008112812), using the command: context ba- 
sic-test.tex, ConTeXt version 2008.11.10 21:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 15, 2008 at 23:36, with mkiv, LuaTeX 
revision 3, (LuaTeX date stamp 2008112812), using the command: context ba- 
sic-test.tex, ConTeXt version 2008.11.10 21:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 30, 2008 at 20:43, with mkiv, LuaTeX 
revision 3, (LuaTeX date stamp 2008112812), using the command: 
context basic-test.tex 
ConTeXt version 2008.11.10 21:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 5, 2009 at 11:25, with mkiv, LuaTeX revision 
3, (LuaTeX date stamp 2008122919), using the command: 
context basic-test.tex 
ConTeXt version 2008.11.10 21:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 8, 2009 at 08:59, with mkiv, LuaTeX revision 
0, (LuaTeX date stamp 2009010808), using the command: 
context basic-test.tex 
ConTeXt version 2008.11.10 21:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 14, 2009 at 04:27, with mkiv, LuaTeX revision 
3, (LuaTeX date stamp 2008122919), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.13 18:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 19, 2009 at 17:03, with mkiv, LuaTeX version 
31, LuaTeX revision 3, (LuaTeX date stamp 2008122919), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.14 11:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 19, 2009 at 17:08, with mkiv, LuaTeX version 
32, LuaTeX revision 0, (LuaTeX date stamp 2009011916), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.14 11:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 25, 2009 at 17:46, with mkiv, LuaTeX version 
31, LuaTeX revision 3, (LuaTeX date stamp 2008122919), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.18 14:39. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 25, 2009 at 17:52, with mkiv, LuaTeX version 
33, LuaTeX revision 0, (LuaTeX date stamp 2009012517), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.18 14:39.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 27, 2009 at 09:08, with mkiv, LuaTeX version 
33, LuaTeX revision 0, (LuaTeX date stamp 2009012709), using the command: 
context basic-test.tex 
ConTeXt version 2009.01.18 14:39.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 10, 2009 at 00:10, with mkiv, LuaTeX version 
33, LuaTeX revision 1, (LuaTeX date stamp 2009020810), using the command: 
context basic-test.tex 
ConTeXt version 2009.02.09 21:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 18, 2009 at 19:30, with mkiv, LuaTeX version 
33, LuaTeX revision 1, (LuaTeX date stamp 2009021819), using the command: 
context basic-test.tex 
ConTeXt version 2009.02.17 18:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 25, 2009 at 18:41, with mkiv, LuaTeX version 
35, LuaTeX revision 0, (LuaTeX date stamp 2009022515), using the command: 
context basic-test.tex 
ConTeXt version 2009.02.25 14:43. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 3, 2009 at 09:33, with mkiv, LuaTeX version 
35, LuaTeX revision 0, (LuaTeX date stamp 2009022515), using the command: 
context basic-test.tex 
ConTeXt version 2009.03.02 23:26. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 3, 2009 at 17:19, with mkiv, LuaTeX version 
35, LuaTeX revision 0, (LuaTeX date stamp 2009022515), using the command: 
context basic-test.tex 
ConTeXt version 2009.03.03 10:51. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 28, 2009 at 10:15, with mkiv, LuaTeX version 
35, LuaTeX revision 0, (LuaTeX date stamp 2009022515), using the command: 
context basic-test.tex 
ConTeXt version 2009.03.27 08:00. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 31, 2009 at 08:15, with mkiv, LuaTeX version 
36, LuaTeX revision 0, (LuaTeX date stamp 2009033011), using the command: 
context basic-test.tex 
ConTeXt version 2009.03.30 18:28. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 7, 2009 at 13:31, with mkiv, LuaTeX version 37, 
LuaTeX revision 0, (LuaTeX date stamp 2009033116), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.06 21:42. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 11, 2009 at 13:26, with mkiv, LuaTeX version 
38, LuaTeX revision 0, (LuaTeX date stamp 2009041013), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.10 18:02. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 15, 2009 at 17:09, with mkiv, LuaTeX version 
38, LuaTeX revision 0, (LuaTeX date stamp 2009041013), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.15 12:15. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 17, 2009 at 07:57, with mkiv, LuaTeX version 
38, LuaTeX revision 0, (LuaTeX date stamp 2009041013), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.16 22:27. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 17, 2009 at 13:25, with mkiv, LuaTeX version 
39, LuaTeX revision 0, (LuaTeX date stamp 2009041623), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.16 22:27. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 17, 2009 at 21:55, with mkiv, LuaTeX version 
39, LuaTeX revision 0, (LuaTeX date stamp 2009041623), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.17 19:32.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 23, 2009 at 07:57, with mkiv, LuaTeX version 
40, LuaTeX revision 0, (LuaTeX date stamp 2009042219), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.21 16:11.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 25, 2009 at 23:05, with mkiv, LuaTeX version 
40, LuaTeX revision 0, (LuaTeX date stamp 2009042219), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.21 16:11. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 29, 2009 at 19:40, with mkiv, LuaTeX version 
40, LuaTeX revision 0, (LuaTeX date stamp 2009042219), using the command: 
context basic-test.tex 
ConTeXt version 2009.04.28 08:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 3, 2009 at 19:35, with mkiv, LuaTeX version 40,
LuaTeX revision 0, (LuaTeX date stamp 2009042219), using the command:
context basic-test.tex
ConTeXt version 2009.04.29 20:23

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 5, 2009 at 22:00, with mkiv, LuaTeX version 40, 
LuaTeX revision 0, (LuaTeX date stamp 2009050515), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.04 11:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 8, 2009 at 07:40, with mkiv, LuaTeX version 40, 
LuaTeX revision 0, (LuaTeX date stamp 2009050515), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.07 23:12. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 8, 2009 at 14:41, with mkiv, LuaTeX version 40, 
LuaTeX revision 0, (LuaTeX date stamp 2009050515), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.08 09:21. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 9, 2009 at 15:01, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.08 21:48. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 11, 2009 at 13:04, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.11 12:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 14, 2009 at 11:17, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.12 22:35. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 14, 2009 at 11:18, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.12 22:35. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 18, 2009 at 11:37, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.14 16:44. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 20, 2009 at 07:16, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.20 00:02.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 23, 2009 at 11:17, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.22 09:27. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 27, 2009 at 14:15, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.27 11:27.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 27, 2009 at 18:55, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.27 16:26. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 27, 2009 at 22:04, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.27 18:38.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 28, 2009 at 13:55, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.28 11:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 29, 2009 at 18:07, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.29 15:44.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 30, 2009 at 05:55, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.05.29 23:34. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 2, 2009 at 14:12, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.02 09:30.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 2, 2009 at 23:44, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.02 22:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 4, 2009 at 10:23, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.03 11:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 4, 2009 at 23:43, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.04 22:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 7, 2009 at 23:04, with mkiv, LuaTeX version 40, 
LuaTeX revision 1, (LuaTeX date stamp 2009050813), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.07 14:02. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 12, 2009 at 18:58, with mkiv, LuaTeX version 40, 
LuaTeX revision 5, (LuaTeX date stamp 2009061123), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.11 13:24. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 14, 2009 at 17:29, with mkiv, LuaTeX version 40, 
LuaTeX revision 5, (LuaTeX date stamp 2009061123), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.14 14:54. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 16, 2009 at 18:39, with mkiv, LuaTeX version 40, 
LuaTeX revision 5, (LuaTeX date stamp 2009061123), using the command: 
context basic-test.tex 
ConTeXt version 2009.06.14 21:01.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 19, 2009 at 14:21, with mkiv, LuaTeX version 42, 
LuaTeX revision 0, (LuaTeX date stamp 2009071723), using the command: 
context basic-test.tex 
ConTeXt version 2009.07.17 17:23. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 22, 2009 at 11:39, with mkiv, LuaTeX version 42,
LuaTeX revision 0, (LuaTeX date stamp 2009071723), using the command:
context basic-test.tex
ConTeXt version 2009.07.20 19:44.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 23, 2009 at 22:49, with mkiv, LuaTeX version 42, 
LuaTeX revision 0, (LuaTeX date stamp 2009071723), using the command: 
context basic-test.tex 
ConTeXt version 2009.07.23 20:11.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 9, 2009 at 22:42, with mkiv, LuaTeX version 
42, LuaTeX revision 0, (LuaTeX date stamp 2009071723), using the command: 
context basic-test.tex 
ConTeXt version 2009.08.07 11:22. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 17, 2009 at 17:12, with mkiv, LuaTeX version 
42, LuaTeX revision 0, (LuaTeX date stamp 2009071723), using the command: 
context basic-test.tex 
ConTeXt version 2009.08.17 10:43. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 24, 2009 at 10:39, with mkiv, LuaTeX version 
43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.08.22 18:35. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 26, 2009 at 16:23, with mkiv, LuaTeX version 
43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.08.26 01:43.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 4, 2009 at 21:50, with mkiv, LuaTeX version 
43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.08.30 12:25.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 10, 2009 at 08:54, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.09 14:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 11, 2009 at 23:48, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.11 18:14. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 15, 2009 at 14:01, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.15 12:27.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 16, 2009 at 10:33, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.16 00:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 16, 2009 at 12:15, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.16 10:54. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 18, 2009 at 14:13, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.16 20:07. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 22, 2009 at 14:27, with mkiv, LuaTeX ver- 
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.21 17:39. 

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 29, 2009 at 00:03, with mkiv, LuaTeX ver-
sion 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: 
context basic-test.tex 
ConTeXt version 2009.09.28 09:02.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 4, 2009 at 08:55, with mkiv, LuaTeX version 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: context basic-test.tex ConTeXt version 2009.10.02 13:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 16, 2009 at 23:29, with mkiv, LuaTeX version 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: context basic-test.tex ConTeXt version 2009.10.16 16:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 26, 2009 at 09:27, with mkiv, LuaTeX version 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: context basic-test.tex ConTeXt version 2009.10.25 17:28.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 27, 2009 at 21:28, with mkiv, LuaTeX version 43, LuaTeX revision 0, (LuaTeX date stamp 2009081911), using the command: context basic-test.tex ConTeXt version 2009.10.27 16:35.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 31, 2009 at 06:21, with mkiv, LuaTeX version 44, LuaTeX revision 0, (LuaTeX date stamp 2009103007), using the command: context basic-test.tex ConTeXt version 2009.10.30 16:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 31, 2009 at 06:22, with mkiv, LuaTeX version 44, LuaTeX revision 0, (LuaTeX date stamp 2009103007), using the command: context basic-test.tex ConTeXt version 2009.10.30 16:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 4, 2009 at 05:04, with mkiv, LuaTeX version 44, LuaTeX revision 0, (LuaTeX date stamp 2009103007), using the command: context basic-test.tex ConTeXt version 2009.11.02 21:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 22, 2009 at 23:51, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.21 11:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 23, 2009 at 17:51, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.23 11:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 24, 2009 at 15:08, with mkiv, LuaTeX version 44, LuaTeX revision 0, (LuaTeX date stamp 2009103007), using the command: context basic-test.tex ConTeXt version 2009.11.13 12:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 24, 2009 at 15:17, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.24 10:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 24, 2009 at 16:03, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.24 10:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 24, 2009 at 18:02, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.24 10:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 27, 2009 at 07:59, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.26 16:28.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 28, 2009 at 09:51, with mkiv, LuaTeX version 45, LuaTeX revision 0, (LuaTeX date stamp 2009111904), using the command: context basic-test.tex ConTeXt version 2009.11.27 21:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 30, 2009 at 23:17, with mkiv, LuaTeX version 46, LuaTeX revision 0, (LuaTeX date stamp 2009112909), using the command: context basic-test.tex ConTeXt version 2009.11.30 22:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 3, 2009 at 12:51, with mkiv, LuaTeX version 46, LuaTeX revision 0, (LuaTeX date stamp 2009112909), using the command: context basic-test.tex ConTeXt version 2009.12.03 00:41

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 19, 2009 at 16:05, with mkiv, LuaTeX version 47, LuaTeX revision 0, (LuaTeX date stamp 2009121822), using the command: context basic-test.tex ConTeXt version 2009.12.18 11:12.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 26, 2009 at 16:50, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2009.12.26 14:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 31, 2009 at 06:56, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2009.12.30 23:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 7, 2010 at 14:47, with mkiv, LuaTeX version 50, LuaTeX revision 0,

 (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.05 16:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 9, 2010 at 19:37, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.08 23:58.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 12, 2010 at 00:13, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.11 14:57

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 18, 2010 at 20:18, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.18 14:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 19, 2010 at 14:24, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.18 22:43.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 19, 2010 at 14:24, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.18 22:43.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 26, 2010 at 22:27, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.01.26 18:39.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 1, 2010 at 23:15, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.02.01 11:19.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 3, 2010 at 23:42, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.02.03 19:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 10, 2010 at 13:24, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.02.09 18:22.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 13, 2010 at 14:12, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.02.12 10:22.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 28, 2010 at 13:12, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.02.25 19:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 2, 2010 at 10:40, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.03.01 23:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 4, 2010 at 23:22, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.03.02 12:34.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 11, 2010 at 13:09, with mkiv, LuaTeX version 50, LuaTeX revision 0, (LuaTeX date stamp 2009122423), using the command: context basic-test.tex ConTeXt version 2010.03.10 23:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 13, 2010 at 17:53, with mkiv, LuaTeX version 51, LuaTeX revision 0, (LuaTeX date stamp 2010031216), using the command: context basic-test.tex ConTeXt version 2010.03.12 19:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 18, 2010 at 22:55, with mkiv, LuaTeX version 51, LuaTeX revision 0, (LuaTeX date stamp 2010031216), using the command: context basic-test.tex ConTeXt version 2010.03.18 14:42.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 18, 2010 at 22:55, with mkiv, LuaTeX version 51, LuaTeX revision 0, (LuaTeX date stamp 2010031216), using the command: context basic-test.tex ConTeXt version 2010.03.18 14:42.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 23, 2010 at 08:42, with mkiv, LuaTeX version 52, LuaTeX revision 0, (LuaTeX date stamp 2010031913), using the command: context basic-test.tex ConTeXt version 2010.03.20 22:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 26, 2010 at 05:27, with mkiv, LuaTeX version 52, LuaTeX revision 0, (LuaTeX date stamp 2010031913), using the command: context basic-test.tex ConTeXt version 2010.03.25 23:12.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 30, 2010 at 21:43, with mkiv, LuaTeX version 52, LuaTeX revision 0, (LuaTeX date stamp 2010031913), using the command: context basic-test.tex ConTeXt version 2010.03.30 18:56.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 6, 2010 at 23:49, with mkiv, LuaTeX version 60, LuaTeX revision 0, (LuaTeX date stamp 2010040422), using the command: context basic-test.tex ConTeXt version 2010.03.30 18:56.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 10, 2010 at 11:36, with mkiv, LuaTeX version 60, LuaTeX revision 0, (LuaTeX date stamp 2010040422), using the command: context basic-test.tex ConTeXt version 2010.04.09 11:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 13, 2010 at 18:04, with mkiv, LuaTeX version 60, LuaTeX revision 0, (LuaTeX date stamp 2010040422), using the command: context basic-test.tex ConTeXt version 2010.04.13 16:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 16, 2010 at 23:35, with mkiv, LuaTeX version 60, LuaTeX revision 0, (LuaTeX date stamp 2010040422), using the command: context basic-test.tex ConTeXt version 2010.04.16 21:08.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 23, 2010 at 17:12, with mkiv, LuaTeX version 60, LuaTeX revision 0, (LuaTeX date stamp 2010040422), using the command: context basic-test.tex ConTeXt version 2010.04.16 21:08.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 2, 2010 at 17:11, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.04.29 22:30.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 6, 2010 at 17:59, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.06 16:38.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 9, 2010 at 22:23, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.08 13:33.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 14, 2010 at 17:44, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.13 12:15.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 24, 2010 at 07:17, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.24 00:36.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 25, 2010 at 19:40, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.24 13:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 27, 2010 at 15:01, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.05.27 13:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 3, 2010 at 17:10, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.03 09:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 7, 2010 at 23:53, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.06 23:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 9, 2010 at 16:38, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.09 13:01.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 11, 2010 at 23:47, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.11 15:53.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 13, 2010 at 23:45, with mkii, using the command:
texexec basic-test.tex
ConTeXt version 2010.06.13 22:53.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 14, 2010 at 18:38, with mkii, using the command:
texexec basic-test.tex
ConTeXt version 2010.06.14 18:07.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 14, 2010 at 18:41, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.14 18:07.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 16, 2010 at 01:13, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.15 17:06.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 17, 2010 at 23:38, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.17 12:01.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 19, 2010 at 08:44, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.18 11:26.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 20, 2010 at 18:15, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.20 00:01.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 24, 2010 at 09:47, with mkiv, LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810), using the command: context basic-test.tex ConTeXt version 2010.06.23 12:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 15, 2010 at 13:52, with mkiv, LuaTeX version 60, LuaTeX revision 2, (LuaTeX date stamp 2010070117), using the command: context basic-test.tex ConTeXt version 2010.06.23 12:45

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 23, 2010 at 06:05, with mkiv, LuaTeX version 60, Lua- TeX revision 2, (LuaTeX date stamp 2010070117), using the command: context basic-test.tex ConTeXt version 2010.07.22 21:12.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 28, 2010 at 07:00, with mkiv, LuaTeX version 60, Lua- TeX revision 2, (LuaTeX date stamp 2010070117), using the command: context basic-test.tex ConTeXt version 2010.07.27 16:30.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 29, 2010 at 16:23, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.07.27 16:30.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 3, 2010 at 19:39, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.03 13:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 3, 2010 at 21:45, with mkiv, LuaTeX version 62, LuaTeX revision 0, (LuaTeX date stamp 2010080319), using the command: context basic-test.tex ConTeXt version 2010.08.03 13:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 5, 2010 at 13:35, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.04 18:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 6, 2010 at 22:38, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.06 18:28.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 9, 2010 at 13:26, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.08 22:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 10, 2010 at 22:50, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.10 17:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 21, 2010 at 15:41, with mkiv, LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), using the command: context basic-test.tex ConTeXt version 2010.08.20 00:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 7, 2010 at 08:29, with mkiv, LuaTeX version 62, LuaTeX revision 0, (LuaTeX date stamp 2010082314), using the command: context basic-test.tex ConTeXt version 2010.09.05 13:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 13, 2010 at 06:49, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.09.09 23:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 26, 2010 at 19:18, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.09.24 11:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 1, 2010 at 21:44, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.09.29 23:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 3, 2010 at 00:20, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.01 23:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 11, 2010 at 23:16, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.11 16:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 12, 2010 at 18:05, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.12 17:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 14, 2010 at 17:25, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.14 13:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 19, 2010 at 12:01, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.14 13:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 29, 2010 at 05:48, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.10.22 16:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 1, 2010 at 19:19, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.11.01 12:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 9, 2010 at 21:57, with mkiv, LuaTeX version 63, LuaTeX revision 0, (LuaTeX date stamp 2010091123), using the command: context basic-test.tex ConTeXt version 2010.11.03 19:42.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 12, 2010 at 23:00, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.12 18:22.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 17, 2010 at 23:37, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.17 18:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 19, 2010 at 18:14, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.18 19:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 20, 2010 at 22:07, with mkiv, LuaTeX ver- sion 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.20 12:51.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 27, 2010 at 08:52, with mkiv, LuaTeX ver- sion 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.26 22:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 28, 2010 at 19:23, with mkiv, LuaTeX ver- sion 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.11.27 14:27.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 2, 2010 at 11:18, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.12.02 08:51.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 3, 2010 at 08:37, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.12.02 18:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 7, 2010 at 01:00, with mkiv, LuaTeX version 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.12.06 15:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 12, 2010 at 22:32, with mkiv, LuaTeX ver- sion 64, LuaTeX revision 0, (LuaTeX date stamp 2010111215), using the command: context basic-test.tex ConTeXt version 2010.12.12 17:06.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 14, 2010 at 21:16, with mkiv, LuaTeX ver- sion 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.13 22:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 17, 2010 at 08:33, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.15 13:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 17, 2010 at 08:33, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.15 13:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 19, 2010 at 20:19, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.18 21:03.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 26, 2010 at 00:37, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.22 20:18.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 1, 2011 at 19:30, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2010.12.31 08:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 12, 2011 at 12:22, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.12 10:20

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 14, 2011 at 22:35, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.14 14:44.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 19, 2011 at 17:37, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.18 19:34.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 24, 2011 at 06:04, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.23 22:27.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 24, 2011 at 12:10, with mkii, using the com- mand: texexec basic-test.tex ConTeXt version 2011.01.24 10:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 25, 2011 at 13:55, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.25 13:17.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 26, 2011 at 21:13, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.01.26 11:02.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 3, 2011 at 21:56, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.02 13:03.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 5, 2011 at 19:13, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.05 11:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 9, 2011 at 14:47, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.08 21:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 10, 2011 at 18:11, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.10 13:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 11, 2011 at 23:26, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.11 18:18.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 16, 2011 at 23:10, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.16 10:54.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 21, 2011 at 21:46, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.20 20:34.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 26, 2011 at 04:55, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.02.25 22:03.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 25, 2011 at 21:01, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.03.25 19:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 27, 2011 at 20:35, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.03.26 12:41.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 27, 2011 at 20:38, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.03.27 14:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 30, 2011 at 20:55, with mkiv, LuaTeX version 65, LuaTeX revision 0, (LuaTeX date stamp 2010121316), using the command: context basic-test.tex ConTeXt version 2011.03.30 11:21.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 21, 2011 at 23:03, with mkiv, LuaTeX version 66, LuaTeX revision 0, (LuaTeX date stamp 2011041318), using the command: context basic-test.tex ConTeXt version 2011.04.20 16:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 30, 2011 at 23:02, with mkiv, LuaTeX version 66, LuaTeX revision 0, (LuaTeX date stamp 2011041318), using the command: context basic-test.tex ConTeXt version 2011.04.30 17:02.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 3, 2011 at 16:41, with mkiv, LuaTeX version 66, LuaTeX revision 0, (LuaTeX date stamp 2011041318), using the command: context basic-test.tex ConTeXt version 2011.05.01 12:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 6, 2011 at 10:43, with mkiv, LuaTeX version 66, LuaTeX revision 0, (LuaTeX date stamp 2011041318), using the command: context basic-test.tex ConTeXt version 2011.05.05 12:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 11, 2011 at 16:10, with mkiv, LuaTeX version 70, LuaTeX revision 0, (LuaTeX date stamp 2011050613), using the command: context basic-test.tex ConTeXt version 2011.05.11 10:18.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 15, 2011 at 05:37, with mkiv, LuaTeX version 70, Lua- TeX revision 0, (LuaTeX date stamp 2011050613), using the command: context basic-test.tex ConTeXt version 2011.05.14 16:34.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 15, 2011 at 18:25, with mkiv, LuaTeX version 70, LuaTeX revision 0, (LuaTeX date stamp 2011050613), using the command: context basic-test.tex ConTeXt version 2011.05.15 12:57.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 16, 2011 at 17:48, with mkiv, LuaTeX version 70, LuaTeX revision 0, (LuaTeX date stamp 2011050613), using the command: context basic-test.tex ConTeXt version 2011.05.16 11:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 18, 2011 at 21:06, with mkiv, LuaTeX version 70, LuaTeX revision 0, (LuaTeX date stamp 2011050613), using the command: context basic-test.tex ConTeXt version 2011.05.18 18:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 19, 2011 at 19:46, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.05.18 22:26.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 9, 2011 at 06:31, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.09 00:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 9, 2011 at 15:51, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.09 12:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 12, 2011 at 13:56, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.11 16:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 14, 2011 at 08:01, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.13 23:08.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 15, 2011 at 14:16, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.15 11:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 24, 2011 at 22:42, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.24 11:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 25, 2011 at 14:54, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.25 11:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 26, 2011 at 16:54, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.26 13:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 27, 2011 at 23:28, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.27 20:17.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 7, 2011 at 20:32, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.06.29 09:57.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 14, 2011 at 23:50, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command: context basic-test.tex ConTeXt version 2011.07.14 16:09.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 14, 2011 at 00:14, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.08.04 00:42.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 5, 2011 at 16:20, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.09.05 15:55.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 7, 2011 at 16:12, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.09.06 17:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 20, 2011 at 19:05, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.09.20 00:09.

%%%%%%%%%%%%%%%%%%%%%%

his file has been typeset on September 30, 2011 at 12:42, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.09.27 20:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 2, 2011 at 16:36, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.02 14:35.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 3, 2011 at 11:28, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.03 09:34.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 15, 2011 at 01:01, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.14 22:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 19, 2011 at 21:20, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.19 00:02.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on 22 octobre 2011 at 15:51, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.20 15:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on 24 octobre 2011 at 22:36, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.24 21:26.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on 26 octobre 2011 at 23:24, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.10.26 15:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on 2 novembre 2011 at 22:52, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.02 20:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on 8 novembre 2011 at 11:05, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.04 14:15.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 8, 2011 at 18:41, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.08 15:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 14, 2011 at 18:40, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.14 16:17.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 17, 2011 at 13:47, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.17 11:19.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 23, 2011 at 21:46, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.23 18:58.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 29, 2011 at 22:41, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.29 18:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 13, 2011 at 21:01, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.13 15:17.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 14, 2011 at 04:43, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.14 00:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 14, 2011 at 05:18, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.11.29 18:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 16, 2011 at 17:36, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.16 17:07.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 17, 2011 at 15:14, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.17 10:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 18, 2011 at 23:06, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.18 15:57.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 21, 2011 at 22:04, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.20 22:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 23, 2011 at 06:31, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.22 16:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 23, 2011 at 10:57, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.23 09:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 31, 2011 at 17:00, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.31 15:44.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 1, 2012 at 20:22, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2011.12.31 18:06.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 2, 2012 at 23:09, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.02 21:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 8, 2012 at 19:54, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.08 18:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 9, 2012 at 22:50, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.09 10:08.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 12, 2012 at 14:21, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.12 11:03.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 16, 2012 at 21:01, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.16 18:33.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 27, 2012 at 22:00, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.01.25 14:16.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 12, 2012 at 20:50, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.08 21:58.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 16, 2012 at 13:54, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.16 13:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 16, 2012 at 21:57, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.16 17:54.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 17, 2012 at 07:44, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.16 23:57.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 18, 2012 at 00:15, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.17 18:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 18, 2012 at 21:15, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.02.18 10:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 7, 2012 at 04:59, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.03.05 19:49.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 10, 2012 at 21:24, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.03.10 13:15.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 2, 2012 at 08:50, with mkiv, LuaTeX version 70, Lua- TeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.03.30 16:16.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 3, 2012 at 20:01, with mkiv, LuaTeX version 70, Lua- TeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.04.02 22:23.

%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 16, 2012 at 19:05, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.04.14 00:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 25, 2012 at 22:33, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.04.25 17:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 5, 2012 at 23:00, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.05.05 13:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 14, 2012 at 22:29, with mkiv, LuaTeX version 70, Lua- TeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.05.14 16:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 21, 2012 at 20:22, with mkiv, LuaTeX version 70, Lua- TeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.05.18 23:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 5, 2012 at 11:31, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.05 09:16.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 11, 2012 at 22:47, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.11 00:21.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 20, 2012 at 03:43, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.19 22:27.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 20, 2012 at 21:30, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.20 19:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 22, 2012 at 13:24, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.22 11:22.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 27, 2012 at 18:17, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.27 14:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 28, 2012 at 18:56, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.28 10:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on June 29, 2012 at 14:05, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.06.28 10:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 5, 2012 at 12:10, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.07.04 23:48.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 8, 2012 at 14:01, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.07.07 15:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 16, 2012 at 23:31, with mkiv, LuaTeX version 70, Lua- TeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.07.16 20:58.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 4, 2012 at 06:42, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.08.02 10:55.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 5, 2012 at 20:25, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.08.04 14:00.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 5, 2012 at 22:35, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.08.05 12:52.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 11, 2012 at 14:00, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.08.11 11:43.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 25, 2012 at 20:41, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.08.25 12:53.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 6, 2012 at 21:17, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.10.06 15:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 16, 2012 at 13:53, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.10.16 11:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 16, 2012 at 13:53, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.10.16 11:04.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 22, 2012 at 14:21, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.10.22 11:01.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 2, 2012 at 19:11, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.10.30 21:13.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 6, 2012 at 10:44, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.11.06 09:56.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 14, 2012 at 19:44, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.11.14 11:37.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 21, 2012 at 17:26, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.11.21 16:11.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 23, 2012 at 23:23, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.11.23 17:35.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 27, 2012 at 18:49, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command:
context basic-test.tex
ConTeXt version 2012.11.26 13:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 29, 2012 at 21:46, with mkiv, LuaTeX version 70, LuaTeX revision 2, (LuaTeX date stamp 2012052309), using the command: context basic-test.tex
ConTeXt version 2012.11.29 18:40.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 11, 2012 at 07:58, with mkiv, LuaTeX version 70, LuaTeX revision 1, (LuaTeX date stamp 2011051908), using the command:
context basic-test.tex
ConTeXt version 2012.12.10 23:20.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on December 26, 2012 at 18:16, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command:
context basic-test.tex
ConTeXt version 2012.12.25 15:14.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 8, 2013 at 22:12, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.01.08 19:28.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 22, 2013 at 19:29, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.01.21 18:18.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 22, 2013 at 19:31, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.01.22 18:33.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 25, 2013 at 17:36, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.01.24 16:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on January 29, 2013 at 16:34, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.01.27 21:24.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 6, 2013 at 05:54, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.02.05 22:32.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on February 18, 2013 at 16:12, with mkiv, LuaTeX version 74, LuaTeX revision 0, (LuaTeX date stamp 2012122517), using the command: context basic-test.tex
ConTeXt version 2013.02.18 15:46.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 5, 2013 at 05:45, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.02.26 00:17.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 5, 2013 at 05:52, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.03.04 18:28.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 5, 2013 at 19:57, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.03.05 19:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 16, 2013 at 18:11, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.03.15 11:59.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 16, 2013 at 18:33, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.03.16 14:44.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 29, 2013 at 09:16, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.03.29 01:03.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 2, 2013 at 18:29, with mkiv, LuaTeX version 75, LuaTeX revision 0, (LuaTeX date stamp 2013030308), using the command: context basic-test.tex
ConTeXt version 2013.04.02 11:22.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 8, 2013 at 15:40, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command: context basic-test.tex
ConTeXt version 2013.04.07 14:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 10, 2013 at 13:30, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command: context basic-test.tex
ConTeXt version 2013.04.10 10:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 13, 2013 at 09:20, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command: context basic-test.tex
ConTeXt version 2013.04.12 17:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 16, 2013 at 12:24, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command: context basic-test.tex
ConTeXt version 2013.04.15 22:30.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on April 16, 2013 at 13:59, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command: context basic-test.tex
ConTeXt version 2013.04.16 12:08.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on May 16, 2013 at 06:48, with mkiv, LuaTeX version 76, Lua- TeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.05.16 00:29.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 15, 2013 at 18:18, with mkiv, LuaTeX version 76, Lua- TeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.07.12 19:10.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on July 18, 2013 at 22:34, with mkiv, LuaTeX version 76, Lua- TeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.07.14 14:53.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 1, 2013 at 00:08, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.07.31 20:23.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on August 1, 2013 at 11:50, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.08.01 01:31.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 9, 2013 at 21:07, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.09.09 19:45.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 16, 2013 at 16:42, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.09.14 14:39.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on September 30, 2013 at 21:45, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.09.30 20:05.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 11, 2013 at 06:17, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.10.10 17:47.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on October 14, 2013 at 11:08, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.10.13 23:58.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 5, 2013 at 13:26, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.11.05 09:50.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on November 23, 2013 at 13:19, with mkiv, LuaTeX version 76, LuaTeX revision 0, (LuaTeX date stamp 2013040508), using the command:
context basic-test.tex
ConTeXt version 2013.11.16 12:43.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 9, 2014 at 10:12, with mkiv, LuaTeX version 78, LuaTeX revision 2, (LuaTeX date stamp 2014011402), using the command:
context basic-test.tex
ConTeXt version 2014.03.07 11:42.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 20, 2014 at 00:04, with mkiv, LuaTeX version 78, LuaTeX revision 2, (LuaTeX date stamp 2014011402), using the command:
context basic-test.tex
ConTeXt version 2014.03.16 19:58.

%%%%%%%%%%%%%%%%%%%%%%


This file has been typeset on March 20, 2014 at 00:20, with mkiv, LuaTeX version 78, LuaTeX revision 2, (LuaTeX date stamp 2014011402), using the command:
context basic-test.tex
ConTeXt version 2014.03.19 23:11.

%%%%%%%%%%%%%%%%%%%%%%

This file has been typeset on March 27, 2014 at 22:27, with mkiv, LuaTeX version 78, LuaTeX revision 2, (LuaTeX date stamp 2014011402), using the command:
context basic-test.tex
ConTeXt version 2014.03.27 20:04.

%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%

[-- Attachment #5: Type: text/plain, Size: 485 bytes --]

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

* Re:  New beta has issues with maths…
       [not found] <81F1F329-4663-4DCA-9C1C-A1A65F83AEB4@gmail.com>
@ 2015-12-18 15:06 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2015-12-18 15:06 UTC (permalink / raw)
  To: Otared Kavian, mailing list for ConTeXt users

On 12/18/2015 12:53 PM, Otared Kavian wrote:
> Hi Hans,
>
> I just installed the new beta for testing purposes. In math mode the exponennts, indices, and punctuations do not work properly as you may see in the attached files.

ok, an engine bug (something goes out of range) (math mode active 
characters magic .. side effect of packing data) .. fixed in 0.87.1

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

end of thread, other threads:[~2015-12-18 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 11:24 New beta has issues with maths… Otared Kavian
     [not found] <81F1F329-4663-4DCA-9C1C-A1A65F83AEB4@gmail.com>
2015-12-18 15:06 ` 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).