ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* beta
@ 2008-10-23 15:43 Hans Hagen
  2008-10-23 20:35 ` beta Peter Münster
  2008-10-26 21:24 ` beta Mehdi Omidali
  0 siblings, 2 replies; 11+ messages in thread
From: Hans Hagen @ 2008-10-23 15:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

i uploaded a beta that can handle

\starttext

\setinterfacecommand{setuphead}{stelleüberschriftein}
\section{Oeps}
\stelleüberschriftein[section][style=\bf]
\section{Oeps}

\defineregister[xüber]

test \xüber{oeps} oeps

\stoptext


now, for a persian interface, one needs to

= copy cont-en.tex to cont-xx.tex with xx being persian
= in cont-xx.tex change \defaultinterface to persian
= add the mapping from xx to persian to mult-def.tex
= add the xx entries to mult-def.lua (most work)
= run mtxrun --script interface --context
= make the xx format
= cross fingers and run a test file

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: beta
  2008-10-23 15:43 beta Hans Hagen
@ 2008-10-23 20:35 ` Peter Münster
  2008-10-26 21:24 ` beta Mehdi Omidali
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Münster @ 2008-10-23 20:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Oct 23 2008, Hans Hagen wrote:

> \defineregister[xüber]
> 
> test \xüber{oeps} oeps

Great, even "\def\höhö{blabla}" works!
Peter

-- 
http://pmrb.free.fr/contact/

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

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

* Re: beta
  2008-10-23 15:43 beta Hans Hagen
  2008-10-23 20:35 ` beta Peter Münster
@ 2008-10-26 21:24 ` Mehdi Omidali
  2008-10-26 22:44   ` beta Hans Hagen
  1 sibling, 1 reply; 11+ messages in thread
From: Mehdi Omidali @ 2008-10-26 21:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Hans,
I followed what you said and successfully generated persian interface
and now want to test it. How can I compile a file with an specific
interface. I tried "context --interface=cont-pe file" but it compiled
the file with en interface.
Thanks

On 10/23/08, Hans Hagen <pragma@wxs.nl> wrote:
> Hi,
>
> i uploaded a beta that can handle
>
> \starttext
>
> \setinterfacecommand{setuphead}{stelleüberschriftein}
> \section{Oeps}
> \stelleüberschriftein[section][style=\bf]
> \section{Oeps}
>
> \defineregister[xüber]
>
> test \xüber{oeps} oeps
>
> \stoptext
>
>
> now, for a persian interface, one needs to
>
> = copy cont-en.tex to cont-xx.tex with xx being persian
> = in cont-xx.tex change \defaultinterface to persian
> = add the mapping from xx to persian to mult-def.tex
> = add the xx entries to mult-def.lua (most work)
> = run mtxrun --script interface --context
> = make the xx format
> = cross fingers and run a test file
>
> Hans
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________


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

* Re: beta
  2008-10-26 21:24 ` beta Mehdi Omidali
@ 2008-10-26 22:44   ` Hans Hagen
  2008-10-27 18:29     ` beta Mehdi Omidali
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2008-10-26 22:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mehdi Omidali wrote:
> Thanks Hans,
> I followed what you said and successfully generated persian interface
> and now want to test it. How can I compile a file with an specific
> interface. I tried "context --interface=cont-pe file" but it compiled
> the file with en interface.

can you send me the files you use (+ a test file)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: beta
  2008-10-26 22:44   ` beta Hans Hagen
@ 2008-10-27 18:29     ` Mehdi Omidali
  2008-10-29 14:05       ` minimals and greek font Alan BRASLAU
  0 siblings, 1 reply; 11+ messages in thread
From: Mehdi Omidali @ 2008-10-27 18:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/27/08, Hans Hagen <pragma@wxs.nl> wrote:
> Mehdi Omidali wrote:
>> Thanks Hans,
>> I followed what you said and successfully generated persian interface
>> and now want to test it. How can I compile a file with an specific
>> interface. I tried "context --interface=cont-pe file" but it compiled
>> the file with en interface.
>
> can you send me the files you use (+ a test file)
>
> Hans
I will send you the files in two days. I am out of town now.
Mehdi
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* minimals and greek font
  2008-10-27 18:29     ` beta Mehdi Omidali
@ 2008-10-29 14:05       ` Alan BRASLAU
  2008-10-29 14:12         ` Alan BRASLAU
  0 siblings, 1 reply; 11+ messages in thread
From: Alan BRASLAU @ 2008-10-29 14:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

What needs to be done to include greek fonts on top of the minimal 
installation? Thank you.

example:
\usemodule[greek]
\starttext
\greek{kalamos}
\stoptext

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


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

* Re: minimals and greek font
  2008-10-29 14:05       ` minimals and greek font Alan BRASLAU
@ 2008-10-29 14:12         ` Alan BRASLAU
  2008-10-30 15:21           ` Thomas A. Schmitz
  0 siblings, 1 reply; 11+ messages in thread
From: Alan BRASLAU @ 2008-10-29 14:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I forgot to add the error message:
...
fonts          : using map file: cbgreek                                                                                             

luaTeX warning (file cbgreek.map): cannot open font map file
...

Alan

On Wednesday 29 October 2008 15:05:41 Alan BRASLAU wrote:
> Hello,
>
> What needs to be done to include greek fonts on top of the minimal
> installation? Thank you.
>
> example:
> \usemodule[greek]
> \starttext
> \greek{kalamos}
> \stoptext


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


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

* Re: minimals and greek font
  2008-10-29 14:12         ` Alan BRASLAU
@ 2008-10-30 15:21           ` Thomas A. Schmitz
  2008-10-30 15:27             ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas A. Schmitz @ 2008-10-30 15:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 29, 2008, at 3:12 PM, Alan BRASLAU wrote:

> I forgot to add the error message:
> ...
> fonts          : using map file: cbgreek
>
> luaTeX warning (file cbgreek.map): cannot open font map file
> ...
>
> Alan
>
> On Wednesday 29 October 2008 15:05:41 Alan BRASLAU wrote:
>> Hello,
>>
>> What needs to be done to include greek fonts on top of the minimal
>> installation? Thank you.
>>
>> example:
>> \usemodule[greek]
>> \starttext
>> \greek{kalamos}
>> \stoptext
>

Well, it does say in a pretty obvious manner: you'll need to install  
the cbgreek fonts, including the map file. However, I'm not sure it  
will work OOTB; the cbgreek fonts have changed a bit, and s-grk-00.tex  
isn't really maintained (file date is Oct. 2004). If you're using  
luatex, you don't really need this module anyway; you simply choose a  
font which has Greek characters and input in Unicode Greek.

HTH

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


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

* Re: minimals and greek font
  2008-10-30 15:21           ` Thomas A. Schmitz
@ 2008-10-30 15:27             ` luigi scarso
  2008-10-30 16:02               ` Thomas A. Schmitz
  0 siblings, 1 reply; 11+ messages in thread
From: luigi scarso @ 2008-10-30 15:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 30, 2008 at 4:21 PM, Thomas A. Schmitz <
thomas.schmitz@uni-bonn.de> wrote:

>
> On Oct 29, 2008, at 3:12 PM, Alan BRASLAU wrote:
>
> > I forgot to add the error message:
> > ...
> > fonts          : using map file: cbgreek
> >
> > luaTeX warning (file cbgreek.map): cannot open font map file
> > ...
> >
> > Alan
> >
> > On Wednesday 29 October 2008 15:05:41 Alan BRASLAU wrote:
> >> Hello,
> >>
> >> What needs to be done to include greek fonts on top of the minimal
> >> installation? Thank you.
> >>
> >> example:
> >> \usemodule[greek]
> >> \starttext
> >> \greek{kalamos}
> >> \stoptext
> >
>
> Well, it does say in a pretty obvious manner: you'll need to install
> the cbgreek fonts, including the map file. However, I'm not sure it
> will work OOTB; the cbgreek fonts have changed a bit, and s-grk-00.tex
> isn't really maintained (file date is Oct. 2004). If you're using
> luatex, you don't really need this module anyway; you simply choose a
> font which has Greek characters and input in Unicode Greek.
>
[a bit OT]
Do you know some fonts Arial/Helvetica like that are good for Greek ?
I have some samples under mkii, and I would like to test them under mkiv
minimals.

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1726 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: minimals and greek font
  2008-10-30 15:27             ` luigi scarso
@ 2008-10-30 16:02               ` Thomas A. Schmitz
  2008-10-30 16:17                 ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas A. Schmitz @ 2008-10-30 16:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 30, 2008, at 4:27 PM, luigi scarso wrote:

> [a bit OT]
> Do you know some fonts Arial/Helvetica like that are good for Greek ?
> I have some samples under mkii, and I would like to test them under  
> mkiv minimals.
>
Hi Luigi,

you're looking for sans fonts, right? No, I don't really have any good  
Arial/Helvetica-like fonts. I mix Gentium with sans on my slides and  
find it acceptable; Arial Unicode of course has Greek, but is really  
ugly, as is Lucida Grande (on the Mac). Have a look at http://www.greekfontsociety.gr/pages/en_typefaces1.html 
  , maybe there's something you'll like.

Best

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


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

* Re: minimals and greek font
  2008-10-30 16:02               ` Thomas A. Schmitz
@ 2008-10-30 16:17                 ` luigi scarso
  0 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2008-10-30 16:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 30, 2008 at 5:02 PM, Thomas A. Schmitz <
thomas.schmitz@uni-bonn.de> wrote:

>
> On Oct 30, 2008, at 4:27 PM, luigi scarso wrote:
>
> > [a bit OT]
> > Do you know some fonts Arial/Helvetica like that are good for Greek ?
> > I have some samples under mkii, and I would like to test them under
> > mkiv minimals.
> >
> Hi Luigi,
>
> you're looking for sans fonts, right? No, I don't really have any good
> Arial/Helvetica-like fonts. I mix Gentium with sans on my slides and
> find it acceptable; Arial Unicode of course has Greek, but is really
> ugly, as is Lucida Grande (on the Mac). Have a look at
> http://www.greekfontsociety.gr/pages/en_typefaces1.html
>  , maybe there's something you'll like.
>
 *FS Neohellenic
*
looks interesting
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1238 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2008-10-30 16:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-23 15:43 beta Hans Hagen
2008-10-23 20:35 ` beta Peter Münster
2008-10-26 21:24 ` beta Mehdi Omidali
2008-10-26 22:44   ` beta Hans Hagen
2008-10-27 18:29     ` beta Mehdi Omidali
2008-10-29 14:05       ` minimals and greek font Alan BRASLAU
2008-10-29 14:12         ` Alan BRASLAU
2008-10-30 15:21           ` Thomas A. Schmitz
2008-10-30 15:27             ` luigi scarso
2008-10-30 16:02               ` Thomas A. Schmitz
2008-10-30 16:17                 ` luigi scarso

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).