Changes

Jump to navigation Jump to search
m
minor adjustments, nothing new
== Example ==
 
{{TwoColumnsUnderLevel1
|
    \setupbodyfont[11pt7pt]
\startbuffer[line]
The quick brown fox jumps over
\startbuffer[sample]
\startTABLE
\NC \type{\normal} \NC \normal{\getbuffer[line]} \NC \NR \NC \type{\italic} \NC \italic{\getbuffer[line]} \NC \NR \NC \type{\bold} \NC \bold{\getbuffer[line]} \NC \NR \NC \type{\bolditalic} \NC \bolditalic{\getbuffer[line]} \NC \NR
\stopTABLE
\stopbuffer
And let's view the difference with our new set of fonts:
<context source=yes>
\definefontfamily [MyFontIdentifier] [rm] [texgyrepagella]\definefontfamily [MyFontIdentifier] [ss] [texgyreadventor]\definefontfamily [MyFontIdentifier] [tt] [texgyrecursor]\definefontfamily [MyFontIdentifier] [mm] [stixtwomath]\setupbodyfont[MyFontIdentifier, 11pt7pt]
\startbuffer[line]
The quick brown fox jumps over
\startbuffer[sample]
\startTABLE
\NC \type{\normal} \NC \normal{\getbuffer[line]} \NC \NR \NC \type{\italic} \NC \italic{\getbuffer[line]} \NC \NR \NC \type{\bold} \NC \bold{\getbuffer[line]} \NC \NR \NC \type{\bolditalic} \NC \bolditalic{\getbuffer[line]} \NC \NR
\stopTABLE
\stopbuffer

Navigation menu