Difference between revisions of "Command/contextversion"

From Wiki
Jump to navigation Jump to search
(thanks to Wolfgang)
 
Line 14: Line 14:
 
== Description ==  
 
== Description ==  
  
The command <code>\contextversion</code> provides the version number of context (e.g. 2010.12.09 12:11)
+
The command <code>\contextversion</code> provides the version number of context
 
 
  
 
== Example ==
 
== Example ==

Revision as of 15:35, 10 December 2010

\contextversion

Syntax

\contextversion

Description

The command \contextversion provides the version number of context

Example

\starttext

\subject{\Context\ Version}
This Wikipage was rendered with\ \Context\ version\ \contextversion

\subject{Engine}
It uses \texenginename\ version \texengineversion\ as engine.

\stoptext

produces

See also

  • \texenginename to get the name of the engine (e.g. LuaTeX)
  • \texengineversion to get the version number of the engine (e.g. 0.64)
  • \contextversion to get the version number of context (e.g. 2010.12.09 12:11)