Difference between revisions of "Typescripts examples"

From Wiki
Jump to navigation Jump to search
m (Garulfo moved page typescripts to Typescripts examples without leaving a redirect)
m
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Typescripts provided with ConTeXt =
 
= Typescripts provided with ConTeXt =
 +
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].
 +
* For the fonts files provided with ConTeXt, typescripts are [[ConTeXt_distribution's_Fonts|described here]]
  
They are stored in <code>tex/texmf-context/tex/context/fonts/mkiv/</code>.
+
{{todo|is it necessary to add a specific \usetypescript before ?}}
  
Would be good to build here a nice overview, but let's start with a list to be completed
+
; Here we focus of fonts files not provided with ConTeXt:
 +
:* Sabon MT with \setupbodyfont[<code>sabon</code>]
 +
:* Cambria with <code>cambria</code>
 +
:* Garamond with <code>ebgaramond</code>
 +
:* Zapfino MT with <code>zapfino</code>
 +
:* Optima Nova with <code>optima-nova</code> or <code>optima-nova-light</code> or <code>optima-nova-medium</code>
 +
:* 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 <code>liberation</code>
 +
:* Libertine with <code>liberatine</code>
 +
:* Lucida with <code>lucida-opentype</code> or <code>lucida</code>
 +
:* Minion with <code>minion</code>
 +
:* 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 :
 +
:** <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>
 +
:** <code>ibmplexnarrow</code>, <code>ibmplexnarrow-thin</code>, <code>-extralight</code>, <code>-light</code>
  
== Fonts files provided with ConTeXt ==
+
=Typescripts provided by this wiki ConTeXt=
** DejaVu with \setupbodyfont[dejavu] or condensed version with \setupbodyfont[dejavu-condensed]
 
** Gentium with \setupbodyfont[gentium]
 
** Iwona with \setupbodyfont[iwona]
 
** Kurier with \setupbodyfont[kurier]
 
** Latin Modern with \setupbodyfont[latinmodern]
 
** Gentium with \setupbodyfont[gentium]
 
  
== Fonts files not provided with 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].
** Sabon MT with \setupbodyfont[sabon]
+
* [[Palatino Linotype under MKIV]].
** Cambria with \setupbodyfont[cambria]
+
* [[Fraktur_fonts|Summary of experiences of three Fraktur]] (2019)
** Garamond with \setupbodyfont[ebgaramond]
+
* Using Font Fallbacks (and perhaps a different page for Fallbacks for math fonts)
** Zapfino MT with \setupbodyfont[zapfino]
+
 
** Optima Nova with \setupbodyfont[optima-nova], or \setupbodyfont[optima-nova-light] \setupbodyfont[optima-nova-medium]
+
* Maybe obsolete
** Palatino Nova with \setupbodyfont[palatino-nova], or \setupbodyfont[palatino-nova-light] \setupbodyfont[palatino-nova-medium], and \setupbodyfont[palatino-sans] \setupbodyfont[palatino-informal]
+
** [[Paratype typescript for mkiv]] (Old 2011)
** Liberation with \setupbodyfont[liberation]
+
** [[Linux Libertine on mkiv]] (Old 2010)
** Libertine with \setupbodyfont[liberatine]
+
 
** Lucida with \setupbodyfont[lucida-opentype]  OR \setupbodyfont[lucida]  
+
[[Category:Fonts]]
** 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
 

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