Open main menu

Changes

m
no edit summary
This page is a draft (currently kind of a personal notebook) which I hope will evolve into some kind of beginner's guide to understanding what's going on in ConTeXt as far as fonts are concerned. Currently I can hardly understand anything about it, but I keep on asking on the mailing list;) (Consider reading: * http://archivecontext.contextgardenaanhet.net/threadsvn/contextman/context-reference/20080304.225545.5990b35d.en/co-fonts.html) and Ipdf - Chapter on fonts* [[A Beginner'm going s Guide to post Using Fonts in Mark IV]]. The idea is that the answers herepage says ''how'' to easily use fonts (or rather typescripts) in Mark IV, so that you just take a ready-to-use recipe from there and paste it into your document.
Most of the following material comes from the answers I got on the mailing list and/or the documentation (mfonts.pdf). Since crediting people for each and every answer would be cumbersome, I'd like to thank here all of you that helped me understand ConTeXt (especially Hans, of course).
 
Please correct any errors you spot on this page! I'm a ConTeXt newbie and write here what I guess is right, but I might as well be wrong. Don't rely on any information marked with a question sign! (Still, I hope I'll get it more or less right...)
 
--[[User:Mbork|Mbork]] 15:28, 5 March 2008 (CET)
== How to typeset in, say, Palatino ==
</context>
<cmd>usetypescriptfile</cmd> loads a given file (<code>[[source:type-gyr.tex|type-gyr.tex</code> ]] in this case). This file usually contains definitions of ''typescripts''. The core typescript files (such as [[source:type-tmf.tex|type-tmf.tex]], [[source:type-one.tex|type-one.tex]] in pdTeX or [[source:type-otf.tex|type-otf.tex]] in LuaTeX/XeTeX, ...) are already preloaded, so you would usually need this only to load your own definitions. <code>\usetypescriptfile[type-gyr]</code> will soon become obsolete (TeX Gyre will be the default). <cmd>usetypescript</cmd> kind of "selects" (?) the specified typescript from that file. It takes up to three parametres and their rôles are still cryptic to me...
== Defining typescripts ==
419

edits