Difference between revisions of "Typescripts examples"

From Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
= Typescripts provided with ConTeXt =
 
= Typescripts provided with ConTeXt =
 
 
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].
Line 6: Line 5:
 
* 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]]
  
{{todo: is it necessary to add a specific \usetypescript before ?}}
+
{{todo|is it necessary to add a specific \usetypescript before ?}}
  
 
; Here we focus of fonts files not provided with ConTeXt:
 
; Here we focus of fonts files not provided with ConTeXt:
Line 13: Line 12:
 
:* Garamond with \setupbodyfont[ebgaramond]
 
:* Garamond with \setupbodyfont[ebgaramond]
 
:* Zapfino MT with \setupbodyfont[zapfino]
 
:* Zapfino MT with \setupbodyfont[zapfino]
:* Optima Nova with  
+
:* Optima Nova with \setupbodyfont[optima-nova] or "optima-nova-light" or "optima-nova-medium"
:** \setupbodyfont[optima-nova]
+
:* Palatino Nova with \setupbodyfont[palatino-nova] or "palatino-nova-light" or "palatino-nova-medium" or "palatino-sans" or "palatino-informal"
:** \setupbodyfont[optima-nova-light]
 
:** \setupbodyfont[optima-nova-medium]
 
:* Palatino Nova with  
 
:** \setupbodyfont[palatino-nova]
 
:** \setupbodyfont[palatino-nova-light]
 
:** \setupbodyfont[palatino-nova-medium]
 
:** \setupbodyfont[palatino-sans]
 
:** \setupbodyfont[palatino-informal]
 
 
:* Liberation with \setupbodyfont[liberation]
 
:* Liberation with \setupbodyfont[liberation]
 
:* Libertine with \setupbodyfont[liberatine]
 
:* Libertine with \setupbodyfont[liberatine]
Line 32: Line 23:
 
:** ibmplexnarrow, -thin, -extralight, -light
 
:** ibmplexnarrow, -thin, -extralight, -light
  
= 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].
 +
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)
 +
* [[Typescripts_examples]] (Cf Thomas Hala) and [[Palatino Linotype under MKIV]].
 +
* Using Font Fallbacks (and perhaps a different page for Fallbacks for math fonts)
  
* Up to date
 
** -
 
** -
 
 
* Maybe obsolete
 
* Maybe obsolete
 
** [[Paratype typescript for mkiv]] (Old 2011)
 
** [[Paratype typescript for mkiv]] (Old 2011)
 
** [[Linux Libertine on mkiv]] (Old 2010)
 
** [[Linux Libertine on mkiv]] (Old 2010)
 
= Typescripts provided on the web =
 
 
* -
 
* -
 
* -
 
 
  
 
[[Category:Fonts]]
 
[[Category:Fonts]]

Revision as of 08:29, 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.
  • 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 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 \setupbodyfont[cambria]
  • Garamond with \setupbodyfont[ebgaramond]
  • Zapfino MT with \setupbodyfont[zapfino]
  • Optima Nova with \setupbodyfont[optima-nova] or "optima-nova-light" or "optima-nova-medium"
  • Palatino Nova with \setupbodyfont[palatino-nova] or "palatino-nova-light" or "palatino-nova-medium" or "palatino-sans" or "palatino-informal"
  • Liberation with \setupbodyfont[liberation]
  • Libertine with \setupbodyfont[liberatine]
  • Lucida with \setupbodyfont[lucida-opentype] or \setupbodyfont[lucida]
  • Minion with \setupbodyfont[minion]
  • MacOSx default: baskerville, gillsans, futura, helvetica-neue and -ultralight, -light, -boldcondensed, ...
  • IMB plex :
    • plex, -thin, -extralight, -light, -text, -medium, -semibold, -bold
    • ibmplexnarrow, -thin, -extralight, -light

Typescripts provided by this wiki ConTeXt