Changes

Jump to navigation Jump to search
m
minor adjustments, nothing new
<context source=yes>
\setupbodyfont[10pt]
 
\startbuffer[line]
The quick brown fox jumps over the lazy dog
\stopbuffer
\startlines
\normal{Upright: The quick brown fox \getbuffer[line]unknown}\italicbold{Bold: The quick brown fox \getbuffer[line]unknown}\bolditalic{Italic: The quick brown fox \getbuffer[line]unknown}\bolditalic{Bolditalic: The quick brown fox \getbuffer[line]unknown}
\stoplines
</context>
<context source=yes>
\setupbodyfont[pagella,10pt]
 
\startbuffer[line]
The quick brown fox jumps over the lazy dog
\stopbuffer
\startlines
\normal{Upright: The quick brown fox \getbuffer[line]unknown}\italicbold{Bold: The quick brown fox \getbuffer[line]unknown}\bolditalic{Italic: The quick brown fox \getbuffer[line]unknown}\bolditalic{Bolditalic: The quick brown fox \getbuffer[line]unknown}
\stoplines
</context>
== 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