[NTG-context] SIMPLEFONTS MODULE

2013-04-30 Thread MANUEL GONZALEZ SUAREZ
Hi again. Thanks, Pablo, for your reply, which I have found very useful. Greetings.-- Manuel González Suárez
___
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
___

[NTG-context] SIMPLEFONTS MODULE

2013-04-29 Thread MANUEL GONZALEZ SUAREZ
Hello everyone.I have a doubt about the simplefonts module. I need to compose a text in Spanish and Greek. I would use a font for the text in Spanish (LinuxLibertine O) and another for the Greek text (Bosporos). How should you configure the simplefontsmodule?Thank you.-- Manuel González Suárez
___
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
___

Re: [NTG-context] SIMPLEFONTS MODULE

2013-04-29 Thread Pablo Rodríguez


On 29/04/13 11:40, MANUEL GONZALEZ SUAREZ wrote:
 Hello everyone.
 I have a doubt about the simplefonts module. I need to compose a text in
 Spanish and Greek. I would use a font for the text in Spanish
 (LinuxLibertine O) and another for the Greek text(Bosporos). How should
 you configure the simplefontsmodule?
 Thank you.

Hi Manuel,

\mainlanguage[es]
\setuplanguage[es][patterns={es,agr}]
\usemodule[simplefonts]
\setmainfontfallback[Bosporos][range={greekandcoptic, greekextended},
force=yes]
\setmainfont{LinuxLibertine O]
\starttext
\showhyphens{ἐλευθερία estimación}
\stoptext

If you load hyphenation patterns for ancient Greek and Spanish, you will
get correct hyphenation for both languages. (Hyphenation is right,
because this languages don't share any character.)

I hope it helps,


Pablo
-- 
http://www.ousia.tk
___
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
___

[NTG-context] simplefonts module in TL2010 fails to work

2011-02-18 Thread Xie, Bin
After a fresh web installation, the simplefonts module fails to work.

Here is the related info:
system : module simplefonts loaded

(C:/texlive/2010/texmf-dist/tex/context/third/simplefonts/t-simplefonts.tex

loading : ConTeXt User Module / Simplefonts

! LuaTeX error main ctx instance:1: unexpected symbol near ')'.

argument loadluafile(t-simplefonts,\par )}

\secondoftwoarguments #1#2-#2

l.144

?
___
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
___


Re: [NTG-context] simplefonts module in TL2010 fails to work

2011-02-18 Thread Wolfgang Schuster

Am 18.02.2011 um 09:07 schrieb Xie, Bin:

 After a fresh web installation, the simplefonts module fails to work.

Replace in t-simplefonts.tex

\ctxloadluafile{t-simplefonts}

with

\ctxloadluafile{t-simplefonts}{}

I already uploaded a new version.

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