Changes

Jump to navigation Jump to search
m
{{cmd|mainlanguage}}[en]
ConTeXt now understands that you will be using English and Ancient Greek. But you need to give it the right fonts to achieve this goal, bearing in mind that English and Ancient Greek do not use the same glyphs, even though some font families, such as TeX Gyre Pagella, are very versatile. So now you need to place the command for the Ancient Greek text. You will need to check that these fonts are available on your system. Refer to the Wiki page on installing and checking fonts, bearing in mind that installing them on your system from the Internet is not enough: they must also be supported by \ConTeXt. You can pass the following command in a console, in order to list all the installed fonts on your system :
{{code|mtxrun}} --script fonts --list --all
Or, in order to find a particular font, say GFS Didot :
{{code|mtxrun}} --script fonts --list --pattern=gfsdidot --all 
If you are sure to have previously installed some police, but you can see it, as a reminder, two commands are useful:
{{code|mtxrun}} --script cache --erase && mtxrun --generate
 and this one : {{code|mtxrun}} --script fonts --reload 
Again, if you are a beginner, read some documentation like which are listed here [[https://wiki.contextgarden.net/Documentation]]
{{cmd|definefontfamily}}[mainface] [serif] [GFS Didot]
{{cmd|setupbodyfont}}[mainface]
 
== An example of mixed languages ==
48

edits

Navigation menu