Difference between revisions of "Typescripts examples"

From Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
Few information first:
 
Few information first:
 
* They are stored in <code>tex/texmf-context/tex/context/fonts/mkiv/</code>. They are defined by the files "type-imp-*.mkiv". You can have a look with [https://source.contextgarden.net/?search=type-imp-&p=1 the source browser].
 
* They are stored in <code>tex/texmf-context/tex/context/fonts/mkiv/</code>. They are defined by the files "type-imp-*.mkiv". You can have a look with [https://source.contextgarden.net/?search=type-imp-&p=1 the source browser].
* Would be good to build here a nice overview, but let's start with a list to be completed.
 
 
* For the fonts files provided with ConTeXt, typescripts are [[ConTeXt_distribution's_Fonts|described here]]
 
* For the fonts files provided with ConTeXt, typescripts are [[ConTeXt_distribution's_Fonts|described here]]
  
Line 8: Line 7:
  
 
; Here we focus of fonts files not provided with ConTeXt:
 
; Here we focus of fonts files not provided with ConTeXt:
:* Sabon MT with \setupbodyfont[sabon]
+
:* Sabon MT with \setupbodyfont[<code>sabon</code>]
:* Cambria with \setupbodyfont[cambria]
+
:* Cambria with <code>cambria</code>
:* Garamond with \setupbodyfont[ebgaramond]
+
:* Garamond with <code>ebgaramond</code>
:* Zapfino MT with \setupbodyfont[zapfino]
+
:* Zapfino MT with <code>zapfino</code>
:* Optima Nova with \setupbodyfont[optima-nova] or "optima-nova-light" or "optima-nova-medium"
+
:* Optima Nova with <code>optima-nova</code> or <code>optima-nova-light</code> or <code>optima-nova-medium</code>
:* Palatino Nova with \setupbodyfont[palatino-nova] or "palatino-nova-light" or "palatino-nova-medium" or "palatino-sans" or "palatino-informal"
+
:* Palatino Nova with <code>palatino-nova</code> or <code>palatino-nova-light</code> or <code>palatino-nova-medium</code> or <code>palatino-sans</code> or <code>palatino-informal</code>
:* Liberation with \setupbodyfont[liberation]
+
:* Liberation with <code>liberation</code>
:* Libertine with \setupbodyfont[liberatine]
+
:* Libertine with <code>liberatine</code>
:* Lucida with \setupbodyfont[lucida-opentype] or \setupbodyfont[lucida]
+
:* Lucida with <code>lucida-opentype</code> or <code>lucida</code>
:* Minion with \setupbodyfont[minion]
+
:* Minion with <code>minion</code>
:* MacOSx default: baskerville, gillsans, futura, helvetica-neue and -ultralight, -light, -boldcondensed, ...
+
:* MacOSx default: <code>baskerville</code>, <code>gillsans</code>, <code>futura</code>, <code>helvetica-neue</code> and <code>-ultralight</code>, <code>-light</code>, <code>-boldcondensed</code>, ...
 
:* IMB plex :  
 
:* IMB plex :  
:** plex, -thin, -extralight, -light, -text, -medium, -semibold, -bold
+
:** <code>plex</code>, <code>plex-thin</code>, <code>-extralight</code>, <code>-light</code>, <code>-text</code>, <code>-medium</code>, <code>-semibold</code>, <code>-bold</code>
:** ibmplexnarrow, -thin, -extralight, -light
+
:** <code>ibmplexnarrow</code>, <code>ibmplexnarrow-thin</code>, <code>-extralight</code>, <code>-light</code>
  
 
=Typescripts provided by this wiki ConTeXt=
 
=Typescripts provided by this wiki ConTeXt=
  
* [https://source.contextgarden.net/?search=type-imp-&p=1 the source browser] for type-imp- files.
 
 
* [[Alegreya Typescript]]: a quite complete example (2019), MkIV for the Alegreya fonts by Huerta Tipográfica / Juan Pablo del Peral, downloadable from [https://fonts.google.com/?query=Alegreya Google Fonts].
 
* [[Alegreya Typescript]]: a quite complete example (2019), MkIV for the Alegreya fonts by Huerta Tipográfica / Juan Pablo del Peral, downloadable from [https://fonts.google.com/?query=Alegreya Google Fonts].
 
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)
 
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)

Revision as of 08:35, 21 June 2020

Typescripts provided with ConTeXt

Few information first:

  • They are stored in tex/texmf-context/tex/context/fonts/mkiv/. They are defined by the files "type-imp-*.mkiv". You can have a look with the source browser.
  • For the fonts files provided with ConTeXt, typescripts are described here

TODO: is it necessary to add a specific \usetypescript before ? (See: To-Do List)


Here we focus of fonts files not provided with ConTeXt
  • Sabon MT with \setupbodyfont[sabon]
  • Cambria with cambria
  • Garamond with ebgaramond
  • Zapfino MT with zapfino
  • Optima Nova with optima-nova or optima-nova-light or optima-nova-medium
  • Palatino Nova with palatino-nova or palatino-nova-light or palatino-nova-medium or palatino-sans or palatino-informal
  • Liberation with liberation
  • Libertine with liberatine
  • Lucida with lucida-opentype or lucida
  • Minion with minion
  • MacOSx default: baskerville, gillsans, futura, helvetica-neue and -ultralight, -light, -boldcondensed, ...
  • IMB plex :
    • plex, plex-thin, -extralight, -light, -text, -medium, -semibold, -bold
    • ibmplexnarrow, ibmplexnarrow-thin, -extralight, -light

Typescripts provided by this wiki ConTeXt