ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* interfaces
@ 1999-04-23  9:04 Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 1999-04-23  9:04 UTC (permalink / raw)


Because the number of nationalities on this list is increasing I would
like to point out some language dependant issues. 

local interfaces: 

Currently there are three interfaces: en, de and nl. Earlier this week I
met Tom Hudec who will do the czech interface (cz). 

main interface: 

Currently the low level interface is dutch, but that one will be english
later this year. This only affects those who write generic styles.
(conversion can be done by a perl script that is currently under
testing).

typeseting language: 

One can take a look at the lang-* files to see what languages are
supported. Languages are grouped into their parent (origin) language.
Please report any errors in these files (labels and so). 

It is possible to implement language specifics. Currently only german
has language specifics attached ("e->\"e and alike). 

Additional patterns can be loaded in the file cont-usr.tex (format
generation). if needed, the default language and local initializations
can be set in cont-sys.tex.

Please inform me of encoding/font/other problems with languages. 

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


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

* Re: interfaces
       [not found]     ` <Pine.SGI.4.03.10010031121201.3792-100000@gravel>
@ 2000-10-03 16:02       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2000-10-03 16:02 UTC (permalink / raw)
  Cc: ntg-context

At 11:24 AM 10/3/00 -0400, Hans Fredrik Nordhaug wrote:

>> >>   Currently the following interfaces are supported: 
>> >>   
>> >>   language    translator             messages  interface
>> >>   
>> >>   dutch       Hans Hagen             yes       yes 
>> >>   english     Hans Hagen             yes       yes 
>> >>   german      Tobias Burnus          yes       yes 
>> >>   czech       Tom Hudec              yes       yes 
>> >>   italian     Giuseppe Bilotta       yes       yes 
>> >>   norwegian   Hans Fredrik Nordhaug  yes       no  
>> >
>> >I'd be happy to provide a French interface if you tell me
>> >how to do it.
>[cut]
>
>Just one remark: I think there is quite a bit confusion about messages/
>interfaces. The table above should have clearified it, but maybe you
>should do it explicitly - just to have one e-mail covering this
>subject in the archive :-)

Well, messages are the things that are reported to the log and terminal,
while interface things are keys, values, and commands. So, from this table
one can read that norwegian messages are supported but only in combination
with en/de/nl/cz/it interfaces. 

Hans 
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: interfaces
  2000-10-03 13:45 ` interfaces Denis B. Roegel
@ 2000-10-03 14:37   ` Hans Hagen
       [not found]     ` <Pine.SGI.4.03.10010031121201.3792-100000@gravel>
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2000-10-03 14:37 UTC (permalink / raw)
  Cc: ntg-context

At 03:45 PM 10/3/00 +0200, you wrote:
>`Hans Hagen' wrote
>>   
>>   Currently the following interfaces are supported: 
>>   
>>   language    translator             messages  interface
>>   
>>   dutch       Hans Hagen             yes       yes 
>>   english     Hans Hagen             yes       yes 
>>   german      Tobias Burnus          yes       yes 
>>   czech       Tom Hudec              yes       yes 
>>   italian     Giuseppe Bilotta       yes       yes 
>>   norwegian   Hans Fredrik Nordhaug  yes       no  
>
>I'd be happy to provide a French interface if you tell me
>how to do it.

To start with messages: search for \startmessages in the source files and
provide french sections. That part of the code is self explaning. If you
are willing to provide the french part of the quick ref documentation, you
may like to join the documenation thread (takes place at sourceforge). It's
a good way to learn all functionality.  

Hans 
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: interfaces
  2000-10-03 13:02 interfaces Hans Hagen
@ 2000-10-03 13:45 ` Denis B. Roegel
  2000-10-03 14:37   ` interfaces Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Denis B. Roegel @ 2000-10-03 13:45 UTC (permalink / raw)
  Cc: ntg-context

`Hans Hagen' wrote
>   
>   Currently the following interfaces are supported: 
>   
>   language    translator             messages  interface
>   
>   dutch       Hans Hagen             yes       yes 
>   english     Hans Hagen             yes       yes 
>   german      Tobias Burnus          yes       yes 
>   czech       Tom Hudec              yes       yes 
>   italian     Giuseppe Bilotta       yes       yes 
>   norwegian   Hans Fredrik Nordhaug  yes       no  

I'd be happy to provide a French interface if you tell me
how to do it.

Denis


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

* interfaces
@ 2000-10-03 13:02 Hans Hagen
  2000-10-03 13:45 ` interfaces Denis B. Roegel
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2000-10-03 13:02 UTC (permalink / raw)


Currently the following interfaces are supported: 

language    translator             messages  interface

dutch       Hans Hagen             yes       yes 
english     Hans Hagen             yes       yes 
german      Tobias Burnus          yes       yes 
czech       Tom Hudec              yes       yes 
italian     Giuseppe Bilotta       yes       yes 
norwegian   Hans Fredrik Nordhaug  yes       no  

Texexec now supports mixed interfaces: 

  texexec --make --response=no --language=en,no en 

will generate an english interface, with norwegian patterns, but english as
default, since it's mentioned first, with norwegian messages. 

The weird combination 

  texexec --make --response=it --language=pl --bodyf=plr de 

will give you an german interface with italian messages and polish as
default language and polish fonts. Please report any irrularities and/or
feel free to provide other (message) lib's.  

In a similar way there will be command reference documents with any
combination of interface and documentation.   

Hans

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2000-10-03 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-23  9:04 interfaces Hans Hagen
2000-10-03 13:02 interfaces Hans Hagen
2000-10-03 13:45 ` interfaces Denis B. Roegel
2000-10-03 14:37   ` interfaces Hans Hagen
     [not found]     ` <Pine.SGI.4.03.10010031121201.3792-100000@gravel>
2000-10-03 16:02       ` interfaces Hans Hagen

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