Difference between revisions of "ConTeXt distribution's Fonts"

From Wiki
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)
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
You can visualize here the pack of fonts available in ConTeXt's distribution.
+
A collection of fonts is called a ''typescript'' in ConTeXt. The following typescripts are available for fonts distributed with ConTeXt (the name of the typescript is shown as <code>typescriptname</code>):
 +
 
 +
* The Latin Modern font family, which is a modern version of standard TeX font [https://en.wikipedia.org/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)
  
Noticeably, you will find:
 
* Latin Modern font family, the TeX standard, complete and ready for maths.
 
 
* The [http://www.gust.org.pl/projects/e-foundry/tex-gyre TeX Gyre] Collection of Fonts, cross-platform OpenType formats.
 
* The [http://www.gust.org.pl/projects/e-foundry/tex-gyre TeX Gyre] Collection of Fonts, cross-platform OpenType formats.
* The DejaVu font family
+
** <code>pagella</code>: synonym <code>palatino</code>
 +
** <code>termes</code>: synonym <code>times</code>
 +
** <code>heros</code>: synonym <code>helvetica</code>
 +
** <code>bonum</code>: synonym <code>bookman</code>
 +
** <code>scholas</code>: synonym <code>schoolbook</code>
 +
** <code>adventor</code>: synonym <code>avantgarde</code>
 +
** <code>cursor</code>: synonym <code>courier</code>
 +
** <code>chorus</code>: 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)
 
* 6 additionals fonts (covering serif, sans serif, and monospaced)
* 3 additionals fonts for sciences and maths
+
** Gentium : <code>gentium</code>
 
+
** Antykwa Poltawskiego : <code>antykwa-poltawskiego</code>
 +
** Antykwa Toruńska: <code>antykwa-torunska</code>
 +
** Kurier : <code>kurier</code>
 +
** Iwona: <code>iwona</code>
 +
* 3 additional math fonts:
 +
** Euler: <code>eulernova</code>
 +
** STIX2: <code>stix</code>
 +
** XITS: <code>xits</code>
  
 
{|class="wikitable" style="width: 85%;"
 
{|class="wikitable" style="width: 85%;"
Line 18: Line 35:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
|Latin Modern
+
| style="background-color:#eeeedc; |Latin Modern
 
|  
 
|  
 
<context>
 
<context>
 
\definepapersize[sheet][width=4.1cm,height=0.7cm]  \setuppapersize[sheet]
 
\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]
 
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [rm] [latinmodernroman] \setupbodyfont[mainface]
+
\definefontfamily [mainface] [rm] [modern] \setupbodyfont[mainface]
 
\switchtobodyfont[12pt]
 
\switchtobodyfont[12pt]
 
\starttext \rm Latin Modern\stoptext
 
\starttext \rm Latin Modern\stoptext
Line 32: Line 49:
 
\definepapersize[sheet][width=4.1cm,height=0.7cm]  \setuppapersize[sheet]
 
\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]
 
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [ss] [latinmodernsans] \setupbodyfont[mainface]
+
\definefontfamily [mainface] [ss] [modern] \setupbodyfont[mainface]
 
\switchtobodyfont[12pt]
 
\switchtobodyfont[12pt]
 
\starttext \ss Latin Modern\stoptext
 
\starttext \ss Latin Modern\stoptext
Line 41: Line 58:
 
\definepapersize[sheet][width=4.1cm,height=0.7cm]  \setuppapersize[sheet]
 
\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]
 
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=4cm,heigth=0.6cm]
\definefontfamily [mainface] [tt] [latinmodernmono] \setupbodyfont[mainface]
+
\definefontfamily [mainface] [tt] [modern] \setupbodyfont[mainface]
 
\switchtobodyfont[12pt]
 
\switchtobodyfont[12pt]
 
\starttext \tt Latin Modern\stoptext
 
\starttext \tt Latin Modern\stoptext
Line 66: Line 83:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
| Tex Gyre Bonum
+
| style="background-color:#eeeedc; | Tex Gyre Bonum
 
|
 
|
 
<context>
 
<context>
Line 98: Line 115:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
| Tex Gyre Cursor
+
| style="background-color:#eeeedc; | Tex Gyre Cursor
 
| -
 
| -
 
| -
 
| -
Line 130: Line 147:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
| Tex Gyre Schola
+
| style="background-color:#eeeedc; | Tex Gyre Schola
 
|
 
|
 
<context>
 
<context>
Line 162: Line 179:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
|DejaVu
+
| style="background-color:#eeeedc; |DejaVu
 
|
 
|
 
<context>
 
<context>
Line 209: Line 226:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
|Antykwa Poltawskiego
+
| style="background-color:#eeeedc; |Antykwa Poltawskiego
 
|  
 
|  
 
<context>
 
<context>
Line 241: Line 258:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
|Kurier
+
| style="background-color:#eeeedc; |Kurier
 
| -
 
| -
 
|
 
|
Line 273: Line 290:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
|Arabic-Latin Modern Fixed
+
| style="background-color:#eeeedc; |Arabic-Latin Modern Fixed
 
| -
 
| -
 
| -
 
| -
Line 306: Line 323:
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|-
 
|-
| STIX2
+
| style="background-color:#eeeedc; | STIX2
 
|  
 
|  
 
<context>
 
<context>
Line 318: Line 335:
 
| -
 
| -
 
| -
 
| -
| [https://www.stixfonts.org  Scientific and Technical Information Exchange] fonts.
+
| [https://www.stixfonts.org  Scientific and Technical Information Exchange] fonts.For scientific typesetting with proper mathematical support
|<!------------------------------------------------------------------------------>
+
| Times (new) Roman
 
|-
 
|-
 
| XITS
 
| XITS
Line 333: Line 350:
 
| -
 
| -
 
| -
 
| -
| For scientific typesetting with proper mathematical support
+
| Clone of STIX font
 
| Times (new) Roman  
 
| Times (new) Roman  
 
<!------------------------------------------------------------------------------>
 
<!------------------------------------------------------------------------------>
 
|}
 
|}
 +
 +
= Overview =
 +
 +
<context source=yes text="This produces:"">
 +
%= Specific layout for rendering on the wiki
 +
\definepapersize[sheet][width=16cm,height=11cm]
 +
\setuppapersize[sheet]
 +
\setuplayout[topspace=0.5mm,           
 +
            backspace=0.5mm,
 +
            header=0pt,
 +
            headerdistance=0pt,
 +
            footer=0pt,
 +
            footerdistance=0pt,
 +
            width=15cm,
 +
            height=11cm]
 +
%
 +
\setupbodyfont[modern]
 +
\setupbodyfont[10pt]
 +
\setupinterlinespace[4ex]
 +
%
 +
\starttext
 +
 +
\startbuffer[line]
 +
The quick brown fox jumps over the lazy dog
 +
\stopbuffer
 +
 +
\startitemize[none,packed]
 +
                                \item default: \getbuffer[line]\\
 +
\switchtobodyfont[modern]  \item lmserif: \getbuffer[line]\\
 +
\switchtobodyfont[modern]  \item \ss lmsans: \getbuffer[line]\\
 +
\switchtobodyfont[modern]  \item \tt lmmono: \getbuffer[line]\\
 +
\switchtobodyfont[adventor]    \item adventor: \getbuffer[line]\\
 +
\switchtobodyfont[bonum]        \item bonum: \getbuffer[line]\\
 +
\switchtobodyfont[chorus]      \item chorus: \getbuffer[line]\\
 +
\switchtobodyfont[cursor]      \item cursor: \getbuffer[line]\\
 +
\switchtobodyfont[pagella]      \item pagella: \getbuffer[line]\\
 +
\switchtobodyfont[shola]        \item shola: \getbuffer[line]\\
 +
\switchtobodyfont[termes]      \item termes: \getbuffer[line]\\
 +
\switchtobodyfont[dejavu]      \item dejavuserif: \getbuffer[line]\\
 +
\switchtobodyfont[dejavu]      \item \ss dejavusans: \getbuffer[line]\\
 +
\switchtobodyfont[dejavu]      \item \tt dejavumono: \getbuffer[line]\\
 +
\switchtobodyfont[gentium]      \item gentium: \getbuffer[line]\\
 +
\stopitemize
 +
 +
\stoptext
 +
</context>
  
 
= Symbols =
 
= Symbols =
Line 345: Line 408:
 
* cc-icons: https://www.ctan.org/tex-archive/fonts/ccicons Creative Commons icons] and [https://ctan.crest.fr/tex-archive/fonts/ccicons/ccicons.pdf pdf]
 
* cc-icons: https://www.ctan.org/tex-archive/fonts/ccicons Creative Commons icons] and [https://ctan.crest.fr/tex-archive/fonts/ccicons/ccicons.pdf pdf]
 
* FontAwesome: [https://ctan.org/tex-archive/fonts/fontawesome Font Awesome] provides web-related icons (2016)
 
* FontAwesome: [https://ctan.org/tex-archive/fonts/fontawesome Font Awesome] provides web-related icons (2016)
 +
 +
A page is dedicated to [[Symbols]]
 +
 +
[[Category:Fonts]]

Revision as of 06:04, 7 June 2020

A collection of fonts is called a typescript in ConTeXt. The following typescripts are available for fonts distributed with ConTeXt (the name of the typescript is shown as typescriptname):

  • The Latin Modern font family, which is a modern version of standard TeX font Computer Modern:
    • modern: synonym modern-base
    • modernvariable: synonym modern-variable (a variable width typewriter font)
  • The TeX Gyre Collection of Fonts, cross-platform OpenType formats.
    • pagella: synonym palatino
    • termes: synonym times
    • heros: synonym helvetica
    • bonum: synonym bookman
    • scholas: synonym schoolbook
    • adventor: synonym avantgarde
    • cursor: synonym courier
    • chorus: synonym chancery
  • The DejaVu font family : dejavu and dejavu-condensed
  • 6 additionals fonts (covering serif, sans serif, and monospaced)
    • Gentium : gentium
    • Antykwa Poltawskiego : antykwa-poltawskiego
    • Antykwa Toruńska: antykwa-torunska
    • Kurier : kurier
    • Iwona: iwona
  • 3 additional math fonts:
    • Euler: eulernova
    • STIX2: stix
    • XITS: xits
Name Serif Sans serif Monospaced Class Similar to
Latin Modern


latinmodernroman


latinmodernsans


latinmodernmono

Didone, current TeX standard, [1]. Computer Modern
Tex Gyre Adventor -


texgyreadventor

- Geometric sans-serif ITC Avant Garde Gothic
Tex Gyre Bonum


texgyrebonum

- - Old Style, Serif transitional, ITC Zapf Chancery
Tex Gyre Chorus


texgyrechorus

- - Script ITC Zapf Chancery
Tex Gyre Cursor - -


texgyrecursor

Monospaced, Slab serif Courier
Tex Gyre Pagella


texgyrepagella

- - Old Style, Serif Palatino
Tex Gyre Schola


texgyreshola

- - Serif transitional Century Schoolbook
Tex Gyre Termes


texgyretermes

- - Old Style transitional Times (new) Roman
DejaVu


dejavuserif


dejavusans


dejavusansmono

Sans-serif, Humanist Bitstream Prima
Gentium


gentium

- - Old Style
Antykwa Poltawskiego


antykwapoltawskiego

- Antiqua
Antykwa Toruńska


antykwatorunska

- - Antiqua
Kurier -


kurier

- Sans serif
Iwona -


iwona

- Sans serif, alternative to Kurier
Arabic-Latin Modern Fixed - -


almfixed

extension of TeX-Gyre LM Mono 10
Euler


neoeuler

- - An upright cursive typeface, for maths.
STIX2


stixtwotext

- - Scientific and Technical Information Exchange fonts.For scientific typesetting with proper mathematical support Times (new) Roman
XITS


xits

- - Clone of STIX font Times (new) Roman

Overview

%= Specific layout for rendering on the wiki
\definepapersize[sheet][width=16cm,height=11cm]
\setuppapersize[sheet]
\setuplayout[topspace=0.5mm,            
             backspace=0.5mm,
             header=0pt,
             headerdistance=0pt,
             footer=0pt,
             footerdistance=0pt,
             width=15cm,
             height=11cm]
%
\setupbodyfont[modern]
\setupbodyfont[10pt]
\setupinterlinespace[4ex]
%
\starttext

\startbuffer[line]
The quick brown fox jumps over the lazy dog
\stopbuffer

\startitemize[none,packed]
                                \item default: \getbuffer[line]\\
\switchtobodyfont[modern]  \item lmserif: \getbuffer[line]\\
\switchtobodyfont[modern]  \item \ss lmsans: \getbuffer[line]\\
\switchtobodyfont[modern]  \item \tt lmmono: \getbuffer[line]\\
\switchtobodyfont[adventor]     \item adventor: \getbuffer[line]\\
\switchtobodyfont[bonum]        \item bonum: \getbuffer[line]\\
\switchtobodyfont[chorus]       \item chorus: \getbuffer[line]\\
\switchtobodyfont[cursor]       \item cursor: \getbuffer[line]\\
\switchtobodyfont[pagella]      \item pagella: \getbuffer[line]\\
\switchtobodyfont[shola]        \item shola: \getbuffer[line]\\
\switchtobodyfont[termes]       \item termes: \getbuffer[line]\\
\switchtobodyfont[dejavu]       \item dejavuserif: \getbuffer[line]\\
\switchtobodyfont[dejavu]       \item \ss dejavusans: \getbuffer[line]\\
\switchtobodyfont[dejavu]       \item \tt dejavumono: \getbuffer[line]\\
\switchtobodyfont[gentium]      \item gentium: \getbuffer[line]\\
\stopitemize

\stoptext

This produces:

Symbols

Distribution also provides with:

A page is dedicated to Symbols