Difference between revisions of "Command/definetyping"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Reference/en|" to "Commands|")
m (Text replace - "Reference/en/" to "Command/")
Line 15: Line 15:
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
 
     <td class="cmd">[...,...=...,...]</td>
 
     <td class="cmd">[...,...=...,...]</td>
     <td>see [[Reference/en/setuptyping|\setuptyping]] </td>
+
     <td>see [[Command/setuptyping|\setuptyping]] </td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 02:12, 14 March 2012

\definetyping

Syntax

\definetyping[...][...,...=...,...]
[...] file typing name
[...,...=...,...] see \setuptyping


Description

Defines a new typing environment and the corresponding \start and \stop commands. The first argument is the name of the typing environment, the second argument are the options to apply for this environment.

Note that difference with \setuptyping: \definetyping defines a new typing environment, while \setuptyping changes the options of an existing typing environment (including the default environment that you get when using \starttyping).



Example

 \definetyping
   [TTinput]
   [before={\startframedtext[width=\makeupwidth,
                             background=screen,
                             backgroundscreen=.8]},
    after={\stopframedtext}]
 \starttext
 \startTTinput
 test
 \stopTTinput
 \stoptext

See also

\setuptyping