Changes

Jump to navigation Jump to search
m
Text replacement - "<cmd>" to "{{cmd|"
As with [[Document Titles]], to replicate the spirit of the LaTeX environment, we might want to separate the document formatting commands from the actual text of the abstract.
The low-level Context command <{{cmd>|definestartstop}} defines a pair of <{{cmd>|start}} - <{{cmd>|stop}} commands, so we can define an
<code>abstract</code> environment using the following commands:
</texcode>
This code can be placed in the document header, or can be placed in a module file to be loaded in a number of documents. It could also be enhanced by <{{cmd>|if}} statements to distinguish between the one-column and two-column cases, as LaTeX does. In any case, once these commands are defined, they can be used in the obvious manner.
<texcode>

Navigation menu