Re: [NTG-context] Font installation help needed!

2018-10-02 Thread Geert Verhaag

On 01-10-18 01:49, Aditya Mahajan wrote:

On Sun, 30 Sep 2018, Geert Verhaag wrote:


Hi,

I'm currently using ConTeXt version:

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/home/verhaag/context/tex/texmf-context/tex/context/base/context.mkiv

mtx-context | current version: 2013.08.11 20:23


You should update your context installation. This is more than 5 year 
old!


I'd like to use the Advent Pro font, so I downloaded the font and 
have 7 ttf files available.


After looking around for some manual I found: "Integrating TrueType 
Fonts into ConTEXt" by Thomas A. Schmitz.


That is meant for MkII. Unless there is a specific reason for you to 
use MkII (like working with an old setup being used in production), 
you should use MkIV. One of the advantage of MkIV is that it is MUCH 
easier to work with TTF and OTF fonts.


I did a standalone installation years ago of this version of ConTeXt, 
and don't dare to upgrade because I might run into other issues, sorry!


You can install standalone in a parallel directory. If something goes 
wrong with the installation, you can continue using your current 
installation.


Aditya
___ 

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Hi,

Thanks for your advice; but what is the correct MkIV procedure? Is it 
the one described at: https://wiki.contextgarden.net/Fonts_in_LuaTeX?


I understand that the texfont way of doing it is out-dated!

Regards,

Gerard

--


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Font installation help needed!

2018-09-30 Thread Aditya Mahajan

On Sun, 30 Sep 2018, Geert Verhaag wrote:


Hi,

I'm currently using ConTeXt version:

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/home/verhaag/context/tex/texmf-context/tex/context/base/context.mkiv

mtx-context | current version: 2013.08.11 20:23


You should update your context installation. This is more than 5 year old!

I'd like to use the Advent Pro font, so I downloaded the font and have 7 
ttf files available.


After looking around for some manual I found: "Integrating TrueType 
Fonts into ConTEXt" by Thomas A. Schmitz.


That is meant for MkII. Unless there is a specific reason for you to use 
MkII (like working with an old setup being used in production), you should 
use MkIV. One of the advantage of MkIV is that it is MUCH easier to work 
with TTF and OTF fonts.


I did a standalone installation years ago of this version of ConTeXt, 
and don't dare to upgrade because I might run into other issues, sorry!


You can install standalone in a parallel directory. If something goes 
wrong with the installation, you can continue using your current 
installation.


Aditya
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Font installation help needed!

2018-09-30 Thread Schmitz Thomas A.


> On 30. Sep 2018, at 20:56, Geert Verhaag  wrote:
> 
> I'd like to use the Advent Pro font, so I downloaded the font and have 7 ttf 
> files available.
> 
> After looking around for some manual I found: "Integrating TrueType Fonts 
> into ConTEXt" by Thomas A. Schmitz.
> 
> Immediately I run into problems when trying to run the texfont command.
> 
> My Linux (ubuntu 14.04) says:
> 
> The program 'texfont' is currently not installed.
> 
> I did a standalone installation years ago of this version of ConTeXt, and 
> don't dare to upgrade because I might run into other issues, sorry!
> 
> Any hints on how to procede installing the Advent Pro font to this version of 
> ConTeXt are very much welcomed!

Ah, you like old systems! Ubuntu 14.04 and context 2013, what a wonderful 
combination, back in the days! texfont is still part of the distribution, but 
you will have to invoke it with its full path. I just tried (with a current 
standalone), and it still works as expected. I had to copy texnansi.enc into 
the working directory, and then I invoked

perl ~/context/tex/texmf-context/scripts/context/perl/texfont.pl —fontroot=<> 
—ve=<> —co=<> --en=texnansi

Try this (replacing the variables with your values, of course).

Thomas
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Font installation help needed!

2018-09-30 Thread Geert Verhaag

Hi,

I'm currently using ConTeXt version:

mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: 
/home/verhaag/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | current version: 2013.08.11 20:23

I'd like to use the Advent Pro font, so I downloaded the font and have 7 
ttf files available.


After looking around for some manual I found: "Integrating TrueType 
Fonts into ConTEXt" by Thomas A. Schmitz.


Immediately I run into problems when trying to run the texfont command.

My Linux (ubuntu 14.04) says:

The program 'texfont' is currently not installed.

I did a standalone installation years ago of this version of ConTeXt, 
and don't dare to upgrade because I might run into other issues, sorry!


Any hints on how to procede installing the Advent Pro font to this 
version of ConTeXt are very much welcomed!


Regards,

Gerard

--


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Font installation help

2005-07-14 Thread Arun Swarup
Hi,

Can anyone tell me what the problem is when i try to install the Type1 fonts?
[http://www.ntg.nl/pipermail/ntg-context/2005/011889.html]

thank you,

-arun
-- 
_

 There is no spoon!
__
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Font installation help

2005-07-14 Thread Taco Hoekwater


Arun Swarup wrote:

Hi,

Can anyone tell me what the problem is when i try to install the Type1 fonts?
[http://www.ntg.nl/pipermail/ntg-context/2005/011889.html]


Hint 1. Update your ConTeXt, like Adam said already in
http://www.ntg.nl/pipermail/ntg-context/2005/011890.html

Hint 2. Don't install command-line programs in C:\Program Files. That
space in the directory name tends to confuse them.
(although it should work OK with the newest TeXFont)

Good luck,

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Font installation help

2005-07-13 Thread Arun Swarup
Hi,

I have some problems when i _try_ to install new fonts. I use the
TeXLive 2003 inst on Windows XP

I referred to 2 documents viz. TeXFont explained and
http://home.salamander.com/~wmcclain/context-help.html

And, i got thoroughly confused as the methods, in both docs failed :((

please direct me to appropriate resources

and also, please maintain a newbie forum 
it is so embarassing to ask such questions, while the rest of you do
some _real_ ConTeXt

-arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Font installation help

2005-07-13 Thread Thomas A. Schmitz
Font installation is not a trivial or newbie problem, and you're in  
the right place place to ask this question. However, both methods  
fail might not be precise enough as a description of what went  
wrong. If you're looking for other tutorials, Practex journal 2005 #  
2 (http://www.tug.org/pracjourn/) has to articles about installing  
fonts for ConTeXt, one by Adam Lindsay (on Open Type fonts) and one  
by yours truly on Truetype fonts.


HTH

Thomas

On Jul 13, 2005, at 3:28 PM, Arun Swarup wrote:


Hi,

I have some problems when i _try_ to install new fonts. I use the
TeXLive 2003 inst on Windows XP

I referred to 2 documents viz. TeXFont explained and
http://home.salamander.com/~wmcclain/context-help.html

And, i got thoroughly confused as the methods, in both docs failed :((

please direct me to appropriate resources

and also, please maintain a newbie forum
it is so embarassing to ask such questions, while the rest of you do
some _real_ ConTeXt

-arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Font installation help

2005-07-13 Thread Adam Lindsay
Arun Swarup said this at Wed, 13 Jul 2005 08:21:41 -0700:

this, seems to be my problem, when i try to install an OpenType font
http://www.geocities.com/arunswarup/error.txt

The key line for the .otf stuff is here: 
 TeXFont 1.8 - ConTeXt / PRAGMA ADE 2000-2003

It's way too old. The version (2.2.1+) in the current ConTeXt fixes some
OTF installation bugs with non-adobe fonts.

hope that's a little help.

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Font installation help

2005-07-13 Thread Arun Swarup
hi,

this, seems to be my problem, when i try to install an OpenType font
http://www.geocities.com/arunswarup/error.txt

when i tried to install a Type1 Font, the following error messages were
shown
http://www.geocities.com/arunswarup/error1.txt
http://www.geocities.com/arunswarup/error2.txt

-arun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context