Changes

Jump to navigation Jump to search
135 bytes added ,  15:45, 24 May 2020
m
clean up between wiki pages
=Inline text=
To typeset code inside the paragraph, you have the command <code>\type</code>. It can be configured with <code>\setuptype[type][...]</code>.
To have colored code, you need to use <code>\definetype[NAME][option=TEX]</code> and use it with the name you chose. Other values are: <code>mp lua xml parsed-xml nested tex context</code>.
And this is the way to have colored code: \inlineTEX{the \ConTeXt\ command},
</context>
 
 
You can also refer to a TeX command with: {{cmd|tex}}<tt>{a tex command}</tt>
<context source="yes">
\tex{a tex command}
</context>

Navigation menu