Difference between revisions of "Typescripts examples"

From Wiki
Jump to navigation Jump to search
m
(7 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- 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]]
 +
 +
{{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:
:* 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  
+
:* Optima Nova with <code>optima-nova</code> or <code>optima-nova-light</code> or <code>optima-nova-medium</code>
:** \setupbodyfont[optima-nova]
+
:* 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>
:** \setupbodyfont[optima-nova-light]
+
:* Liberation with <code>liberation</code>
:** \setupbodyfont[optima-nova-medium]
+
:* Libertine with <code>liberatine</code>
:* Palatino Nova with  
+
:* Lucida with <code>lucida-opentype</code> or <code>lucida</code>
:** \setupbodyfont[palatino-nova]
+
:* Minion with <code>minion</code>
:** \setupbodyfont[palatino-nova-light]
+
:* 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>, ...
:** \setupbodyfont[palatino-nova-medium]
 
:** \setupbodyfont[palatino-sans]
 
:** \setupbodyfont[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 :  
 
:* 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 =
+
* [[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]].
 +
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)
 +
* Using Font Fallbacks (and perhaps a different page for Fallbacks for math fonts)
  
* -
+
* Maybe obsolete
* -
+
** [[Paratype typescript for mkiv]] (Old 2011)
* -
+
** [[Linux Libertine on mkiv]] (Old 2010)
  
= Typescripts provided on the web =
+
[[Category:Fonts]]

Revision as of 08:37, 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