Changes

Jump to navigation Jump to search
19 bytes removed ,  18:14, 23 April 2013
no edit summary
ConTeXt offers different methods to initialize variables and to calculate with dimension units.
=== \definemeasure ===
\setupexternalfigures[location={local,global,default}]
=== \defineexpandable ===
\setupexternalfigures[location={local,global,default}]
same as the low-level-textmacro \unexpanded\def\...
=== \def ===
=== \newdimen ===
\setupexternalfigures[location={local,global,default}]
\ValueC
=== Important to understand ===
ToDos: This points have to be explained.
==== Which method? ====
When to use which of the above methods?
==== \the ====
\the: what is it? When to use?
==== Expanding ====
expanding of variables: What does this mean? When to use?
==== \relax ====
With \relax the termination of a calculation is garantied. If there is one too much ... no problem, then it is ignored.

Navigation menu