Difference between revisions of "Fonts/Typescripts examples"

From Wiki
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
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].
+
* You can [[Fonts/Use_fonts_distributed_with_ConTeXt | use the typescripts provided with ConTeXt]], they are [[ConTeXt_distribution's_Fonts|visible here]]
* For the fonts files provided with ConTeXt, typescripts are [[ConTeXt_distribution's_Fonts|described here]]
+
* These typescripts 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].
  
{{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 24: Line 23:
 
=Typescripts provided by this wiki ConTeXt=
 
=Typescripts provided by this wiki ConTeXt=
  
* [[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].
+
* [[Fonts/Typescripts_examples/Alegreya Typescript|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].
 
* [[Palatino Linotype under MKIV]].
 
* [[Palatino Linotype under MKIV]].
 
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)
 
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)

Revision as of 21:06, 17 May 2024

Typescripts provided with ConTeXt

Few information first:


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