Changes

Jump to navigation Jump to search
There is no typescript called 'latinmodern'. The wiki displays the right output simply because the fallback font is latin modern
You can visualize here the pack A collection of fonts available is called a ''typescript'' in ConTeXt's distribution. The names following typescripts are available for fonts distributed with ConTeXt (the name of the '''typescripts''' (ConTeXt vocabulary) are indicated typescript is shown as follows: <code>typescriptname</code>): * The Latin Modern font family, which is a modern version of standard TeX font [https://en.wikipedia. You will findorg/wiki/Computer_Modern Computer Modern]:**<code>modern</code>: synonym <code>modern-base</code>**<code>modernvariable</code>:synonym <code>modern-variable</code> (a variable width typewriter font)
* The Latin Modern font family, the TeX standard, complete and ready for maths.<code>latinmodern</code>
* The [http://www.gust.org.pl/projects/e-foundry/tex-gyre TeX Gyre] Collection of Fonts, cross-platform OpenType formats.
** <code>pagella</code>, also called by : synonym <code>palatino</code>** <code>termes</code>, also called by : synonym <code>times</code>** <code>heros</code>, also called by : synonym <code>helvetica</code>** <code>bonum</code>, also called by : synonym <code>bookman</code>** <code>scholas</code>, also called by : synonym <code>schoolbook</code>** <code>adventor</code>, also called by : synonym <code>avantgarde</code>** <code>cursor</code>, also called by : synonym <code>courier</code>** <code>chorus</code>, also called by : synonym <code>chancery</code>
* The DejaVu font family : <code>dejavu</code> and <code>dejavu-condensed</code>
* 6 additionals fonts (covering serif, sans serif, and monospaced)
** Kurier : <code>kurier</code>
** Iwona: <code>iwona</code>
* 3 additionals additional math fonts for sciences and maths:** Euler: <code>[eulernova]</code>
** STIX2: <code>stix</code>
** XITS: <code>xits</code>
\definepapersize[sheet][width=4.1cm,height=0.7cm] \setuppapersize[sheet]
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [rm] [latinmodernromanmodern] \setupbodyfont[mainface]
\switchtobodyfont[12pt]
\starttext \rm Latin Modern\stoptext
\definepapersize[sheet][width=4.1cm,height=0.7cm] \setuppapersize[sheet]
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [ss] [latinmodernsansmodern] \setupbodyfont[mainface]
\switchtobodyfont[12pt]
\starttext \ss Latin Modern\stoptext
\definepapersize[sheet][width=4.1cm,height=0.7cm] \setuppapersize[sheet]
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [tt] [latinmodernmonomodern] \setupbodyfont[mainface]
\switchtobodyfont[12pt]
\starttext \tt Latin Modern\stoptext
height=11cm]
%
\setupbodyfont[latinmodernmodern]\setupbodyfont[12pt10pt]\setupinterlinespace[4ex]
%
\starttext
%\startitemizestartbuffer[n,packedline] \item The quick brown fox jumps over the lazy dog (\stopbuffer \startitemize[none,packed] \item default): \getbuffer[line]\\\switchtobodyfont[latinmodernmodern] \item The quick brown fox jumps over the lazy doglmserif: \getbuffer[line]\\\switchtobodyfont[latinmodernmodern] \item \ss The quick brown fox jumps over the lazy doglmsans: \getbuffer[line]\\\switchtobodyfont[latinmodernmodern] \item \tt The quick brown fox jumps over the lazy doglmmono: \getbuffer[line]\\\switchtobodyfont[adventor] \item The quick brown fox jumps over the lazy dogadventor: \getbuffer[line]\\\switchtobodyfont[bonum] \item The quick brown fox jumps over the lazy dogbonum: \getbuffer[line]\\\switchtobodyfont[chorus] \item The quick brown fox jumps over the lazy dogchorus: \getbuffer[line]\\\switchtobodyfont[cursor] \item The quick brown fox jumps over the lazy dogcursor: \getbuffer[line]\\\switchtobodyfont[pagella] \item The quick brown fox jumps over the lazy dogpagella: \getbuffer[line]\\\switchtobodyfont[shola] \item The quick brown fox jumps over the lazy dogshola: \getbuffer[line]\\\switchtobodyfont[termes] \item The quick brown fox jumps over the lazy dogtermes: \getbuffer[line]\\\switchtobodyfont[dejavu] \item The quick brown fox jumps over the lazy dogdejavuserif: \getbuffer[line]\\\switchtobodyfont[dejavu] \item \ss The quick brown fox jumps over the lazy dogdejavusans: \getbuffer[line]\\\switchtobodyfont[dejavu] \item \tt The quick brown fox jumps over the lazy dogdejavumono: \getbuffer[line]\\\switchtobodyfont[gentium] \item The quick brown fox jumps over the lazy doggentium: \getbuffer[line]\\
\stopitemize

Navigation menu