ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt Minimals: How to install fonts?
@ 2011-06-20 17:07 Paul Menzel
  2011-06-20 18:52 ` Marc Trius
  2011-06-21  9:30 ` Mojca Miklavec
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Menzel @ 2011-06-20 17:07 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 629 bytes --]

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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt Minimals: How to install fonts?
  2011-06-20 17:07 ConTeXt Minimals: How to install fonts? Paul Menzel
@ 2011-06-20 18:52 ` Marc Trius
  2011-06-21  9:30 ` Mojca Miklavec
  1 sibling, 0 replies; 4+ messages in thread
From: Marc Trius @ 2011-06-20 18:52 UTC (permalink / raw)
  To: ntg-context

Paul,

Look in http://wiki.contextgarden.net/Fonts_in_LuaTeX

~Marc

On Mon, 20 Jun 2011 19:07:55 +0200
Paul Menzel <paulepanter@users.sourceforge.net> 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?
> 
> 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 <derpayatz@riseup.net>

"The enemy is the gramophone mind, whether or not one agrees with the record that is being played at the moment." --- George Orwell
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt Minimals: How to install fonts?
  2011-06-20 17:07 ConTeXt Minimals: How to install fonts? Paul Menzel
  2011-06-20 18:52 ` Marc Trius
@ 2011-06-21  9:30 ` Mojca Miklavec
  2011-06-21  9:46   ` Marc Trius
  1 sibling, 1 reply; 4+ messages in thread
From: Mojca Miklavec @ 2011-06-21  9:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt Minimals: How to install fonts?
  2011-06-21  9:30 ` Mojca Miklavec
@ 2011-06-21  9:46   ` Marc Trius
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Trius @ 2011-06-21  9:46 UTC (permalink / raw)
  To: ntg-context

On Tue, 21 Jun 2011 11:30:00 +0200
Mojca Miklavec <mojca.miklavec.lists@gmail.com> wrote:

> 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 <derpayatz@riseup.net>

"The enemy is the gramophone mind, whether or not one agrees with the record that is being played at the moment." --- George Orwell
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-21  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-20 17:07 ConTeXt Minimals: How to install fonts? Paul Menzel
2011-06-20 18:52 ` Marc Trius
2011-06-21  9:30 ` Mojca Miklavec
2011-06-21  9:46   ` Marc Trius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).