Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Curious
Hello,

Somehow the commands do not work. I added the following two lines

\usetypescript[palatino]
\setupbodyfont[palatino,rm,12pt]  

and the output is exactly the same as before. That is there is no change in the
font even in the text. I am using TeXlive.

Thanks for your help.



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Yue Wang
work in luatex. pdftex should specify the encoding.

On Tue, Jan 13, 2009 at 9:53 PM, Curious curiousle...@gmail.com wrote:
 Hello,

 Somehow the commands do not work. I added the following two lines

 \usetypescript[palatino]
 \setupbodyfont[palatino,rm,12pt]

 and the output is exactly the same as before. That is there is no change in 
 the
 font even in the text. I am using TeXlive.

 Thanks for your help.



 ___
 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  : https://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Wolfgang Schuster


Am 13.01.2009 um 14:53 schrieb Curious:


Hello,

Somehow the commands do not work. I added the following two lines

\usetypescript[palatino]
\setupbodyfont[palatino,rm,12pt]

and the output is exactly the same as before. That is there is no  
change in the

font even in the text. I am using TeXlive.


We need more information to help you.

Do you use MkII, then write

\usetypescript[palatino][ec]

If you use MkIV or a newer ConTeXt version, then install the TeX Gyre  
fonts.


Wolfgang

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Curious
Curious curiouslearn at gmail.com writes:

 
 Hello,
 
 Somehow the commands do not work. I added the following two lines
 
 \usetypescript[palatino]
 \setupbodyfont[palatino,rm,12pt]  
 
 and the output is exactly the same as before. That is there is no change in 
 the
 font even in the text. I am using TeXlive.
 
 Thanks for your help.



Sorry about not specifying the error. I get an error saying that I can't find
file pxr



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Wolfgang Schuster


Am 13.01.2009 um 15:00 schrieb Curious:


Hello,

Somehow the commands do not work. I added the following two lines

\usetypescript[palatino]
\setupbodyfont[palatino,rm,12pt]

and the output is exactly the same as before. That is there is no  
change in the

font even in the text. I am using TeXlive.


Sorry about not specifying the error. I get an error saying that I  
can't find

file pxr


The math fonts are missing, you need to install the pxfonts package.

Wolfgang

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Mojca Miklavec
On Tue, Jan 13, 2009 at 2:53 PM, Curious wrote:
 Hello,

 Somehow the commands do not work. I added the following two lines

 \usetypescript[palatino]
 \setupbodyfont[palatino,rm,12pt]

 and the output is exactly the same as before. That is there is no change in 
 the
 font even in the text. I am using TeXlive.

Hello,

apart from what others have written you (to install pxfonts, to use
\usetypescript[palatino][ec] if you are using pdfTeX and not xetex or
luatex), you can also try to update ConTeXt if you know what you are
doing*. Or at least a warning should be in place: the latest ConTeXt
uses TeX Gyre + pxfonts exclusively, while the older ConTeXt uses URW
fonts. The difference is tiny, but there is some.

Mojca

* If you don't know what you are doing, then using the version that
comes with TeX Live might be safer, but you won't be able to test any
improvements that might arise on your request
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fonts readily available in Context - Did not work

2009-01-13 Thread Curious

 Hello,
 
 apart from what others have written you (to install pxfonts, to use
 \usetypescript[palatino][ec] if you are using pdfTeX and not xetex or
 luatex), you can also try to update ConTeXt if you know what you are
 doing*. Or at least a warning should be in place: the latest ConTeXt
 uses TeX Gyre + pxfonts exclusively, while the older ConTeXt uses URW
 fonts. The difference is tiny, but there is some.
 
 Mojca
 
 * If you don't know what you are doing, then using the version that
 comes with TeX Live might be safer, but you won't be able to test any
 improvements that might arise on your request
 

Thanks you all once again for your help. I installed pxfonts and the command now
works great and I do get the Palatino output. I am very new to Context and this
last week was mainly a kind of trial to see how I like it. So far I love what I
see. Also, I think the fact that there are so many helpful people here in this
forum has convinced me that if I get stuck with something, which I will, there
are experts whom I could ask for help. Hence, I have decided to use it for most
of my documents. Things are very busy now, and hence for the next month or so I
plan to continue using the version that comes with TeXlive, but after that I
will try to update and get the latest stable version. I hope that in future
Context makes more fonts available. For now it seems I will be using Palatino,
which is good too.

Thanks again. 



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___