Dear ConTeXt folks, I want to use Neo Euler (euler-otf) and was wondering if there is an option for `first-setup.sh` to install fonts? What is the recommended way to install fonts? Using a GNU/Linux distribution should I use those tools to install fonts? I read [2], [3] and [4] but could not find a definite way besides copying the files to the corresponding directories. Thanks, Paul [1] https://github.com/khaledhosny/euler-otf [2] http://wiki.contextgarden.net/ConTeXt_Minimals/Structure#fonts [3] http://wiki.contextgarden.net/Fonts [4] http://www.ntg.nl/pipermail/ntg-context/2010/052632.html
Paul,
Look in http://wiki.contextgarden.net/Fonts_in_LuaTeX
~Marc
On Mon, 20 Jun 2011 19:07:55 +0200
Paul Menzel
Dear ConTeXt folks,
I want to use Neo Euler (euler-otf) and was wondering if there is an option for `first-setup.sh` to install fonts? What is the recommended way to install fonts? Using a GNU/Linux distribution should I use those tools to install fonts?
I read [2], [3] and [4] but could not find a definite way besides copying the files to the corresponding directories.
Thanks,
Paul
[1] https://github.com/khaledhosny/euler-otf [2] http://wiki.contextgarden.net/ConTeXt_Minimals/Structure#fonts [3] http://wiki.contextgarden.net/Fonts [4] http://www.ntg.nl/pipermail/ntg-context/2010/052632.html
--
Marc Trius
On Mon, Jun 20, 2011 at 19:07, Paul Menzel wrote:
Dear ConTeXt folks,
I want to use Neo Euler (euler-otf) and was wondering if there is an option for `first-setup.sh` to install fonts? What is the recommended way to install fonts? Using a GNU/Linux distribution should I use those tools to install fonts?
If OpenType fonts are not in distribution, you have two options: a) Install them on your system and make sure that OSFONTDIR variable is properly set (you need to set it manually, either in texmfcnf.lua under texmf-local or in top folder; or you need an environmental variable) b) Put the font under texmf-local/fonts/opentype/<whatever> or under texmf-fonts (same location; you need to create texmf-fonts folder first) or under ~/texmf (again, same substructure). Option (a) is not too well tested. Mojca
On Tue, 21 Jun 2011 11:30:00 +0200
Mojca Miklavec
On Mon, Jun 20, 2011 at 19:07, Paul Menzel wrote:
Dear ConTeXt folks,
I want to use Neo Euler (euler-otf) and was wondering if there is an option for `first-setup.sh` to install fonts? What is the recommended way to install fonts? Using a GNU/Linux distribution should I use those tools to install fonts?
If OpenType fonts are not in distribution, you have two options:
a) Install them on your system and make sure that OSFONTDIR variable is properly set (you need to set it manually, either in texmfcnf.lua under texmf-local or in top folder; or you need an environmental variable)
I just have export OSFONTDIR="/usr/local/share/fonts;/usr/share/fonts;$HOME/.fonts" in my .bashrc and absolutely no problems. Marc
b) Put the font under texmf-local/fonts/opentype/<whatever> or under texmf-fonts (same location; you need to create texmf-fonts folder first) or under ~/texmf (again, same substructure).
Option (a) is not too well tested.
Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
--
Marc Trius
participants (3)
-
Marc Trius
-
Mojca Miklavec
-
Paul Menzel