Am 04.11.2013 um 22:56 schrieb Mojca Miklavec
On Mon, Nov 4, 2013 at 10:46 PM, Lars Huttar wrote:
On 11/4/2013 3:34 PM, Mojca Miklavec wrote:
- you can find Gentium at http://www.ctan.org/pkg/gentium-tug (also in TeX Live and in the ConTeXt distribution)
Thank you ... that was key information I didn't have. I was instead downloading the TTF files from sil.org.
That TTF should work as well. The only difference is that you might need slightly different commands to set it up (there were recent changes/improvements in that, other users should tell you how exactly that can be done).
Make your choice: \definefontfamily [gentium-basic] [serif] [Gentium Basic] \definefontfamily [gentium-book] [serif] [Gentium Book Basic] \definefontfamily [gentium-plus] [serif] [Gentium Plus] \starttext {\switchtobodyfont[gentium-basic]Upright \it Italic \bf Bold \bi BoldItalic} {\switchtobodyfont[gentium-book]Upright \it Italic \bf Bold \bi BoldItalic} {\switchtobodyfont[gentium-plus]Upright \it Italic \bf Bold \bi BoldItalic} \stoptext Wolfgang