ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \installlanguage syntax
@ 2009-11-01 15:32 Tomáš Pustelník
  2009-11-01 15:44 ` Wolfgang Schuster
  2009-11-01 18:12 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Tomáš Pustelník @ 2009-11-01 15:32 UTC (permalink / raw)
  To: ntg-context


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

Hi,
I'm student at Faculty of Informatics at Masaryk university and I'm writing bachelor's thesis this year. One part of the thesis is to document language support and implementation in ConTeXt so someone can use it to implement new language. Right now I'm stuck with command \installlannguage. I can't figure out what these parametres are doing:

       \c!leftsentence=---,
       \c!rightsentence=---,
       \c!leftsubsentence=---,
       \c!rightsubsentence=---,

So I'would really appreciated some more info about them.

Thank you for your answers.

Tomas Pustelnik

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

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

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

* Re: \installlanguage syntax
  2009-11-01 15:32 \installlanguage syntax Tomáš Pustelník
@ 2009-11-01 15:44 ` Wolfgang Schuster
  2009-11-01 18:12 ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2009-11-01 15:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.11.2009 um 16:32 schrieb Tomáš Pustelník:

> Hi,
> I'm student at Faculty of Informatics at Masaryk university and I'm  
> writing bachelor's thesis this year. One part of the thesis is to  
> document language support and implementation in ConTeXt so someone  
> can use it to implement new language. Right now I'm stuck with  
> command \installlannguage. I can't figure out what these parametres  
> are doing:
>
>        \c!leftsentence=---,
>        \c!rightsentence=---,
>        \c!leftsubsentence=---,
>        \c!rightsubsentence=---,
>
> So I'would really appreciated some more info about them.

some text |<|with a subsentence |<|and another level deeper|>| and one  
level up|>| and back to the outer level

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
___________________________________________________________________________________


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

* Re: \installlanguage syntax
  2009-11-01 15:32 \installlanguage syntax Tomáš Pustelník
  2009-11-01 15:44 ` Wolfgang Schuster
@ 2009-11-01 18:12 ` Hans Hagen
  2009-11-03 13:49   ` Tomáš Pustelník
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2009-11-01 18:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Tomáš Pustelník wrote:
> Hi,
> I'm student at Faculty of Informatics at Masaryk university and I'm 
> writing bachelor's thesis this year. One part of the thesis is to 
> document language support and implementation in ConTeXt so someone can 
> use it to implement new language. Right now I'm stuck with command 
> \installlannguage. I can't figure out what these parametres are doing:
>  
>        \c!leftsentence=---,
>        \c!rightsentence=---,
>        \c!leftsubsentence=---,
>        \c!rightsubsentence=---,
>  
> So I'would really appreciated some more info about them.
>  
> Thank you for your answers.

are you using context mkiv? it makes sense to focus on that as the main 
development happens there and it's also more fun

anyway, these parameters are related to:

test |<|bla|>| test

and nested usage; the meaning of --- depends on the font settings as 
well (tex ligature)

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


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

* Re: \installlanguage syntax
  2009-11-01 18:12 ` Hans Hagen
@ 2009-11-03 13:49   ` Tomáš Pustelník
  2009-11-03 13:54     ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Tomáš Pustelník @ 2009-11-03 13:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,
I'm using mkII because I wasn't able to make mkIV work on my Windows.
Anyway thank you for answer It helped me. I have just one another question. 
How should I write  parametr "lefthyphenmin". I mean precise dimension. I 
tryed several possibilities but none of them worked.

Thank you

Tomas Pustelnik

>> Hi,
>> I'm student at Faculty of Informatics at Masaryk university and I'm 
>> writing bachelor's thesis this year. One part of the thesis is to 
>> document language support and implementation in ConTeXt so someone can 
>> use it to implement new language. Right now I'm stuck with command 
>> \installlannguage. I can't figure out what these parametres are doing:
>>  \c!leftsentence=---,
>>        \c!rightsentence=---,
>>        \c!leftsubsentence=---,
>>        \c!rightsubsentence=---,
>>  So I'would really appreciated some more info about them.
>>  Thank you for your answers.
>
> are you using context mkiv? it makes sense to focus on that as the main 
> development happens there and it's also more fun
>
> anyway, these parameters are related to:
>
> test |<|bla|>| test
>
> and nested usage; the meaning of --- depends on the font settings as well 
> (tex ligature)
>
> Hans
 

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


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

* Re: \installlanguage syntax
  2009-11-03 13:49   ` Tomáš Pustelník
@ 2009-11-03 13:54     ` Wolfgang Schuster
  2009-11-03 15:02       ` Tomáš Pustelník
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2009-11-03 13:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.11.2009 um 14:49 schrieb Tomáš Pustelník:

> Hi,
> I'm using mkII because I wasn't able to make mkIV work on my Windows.
> Anyway thank you for answer It helped me. I have just one another  
> question. How should I write  parametr "lefthyphenmin". I mean  
> precise dimension. I tryed several possibilities but none of them  
> worked.

\installlanguage
   [...]
   [lefthyphenmin=<number>, % e.g. lefthyphenmin=3
    righthyphenmin=<number>]

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
___________________________________________________________________________________


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

* Re: \installlanguage syntax
  2009-11-03 13:54     ` Wolfgang Schuster
@ 2009-11-03 15:02       ` Tomáš Pustelník
  0 siblings, 0 replies; 6+ messages in thread
From: Tomáš Pustelník @ 2009-11-03 15:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> Am 03.11.2009 um 14:49 schrieb Tomáš Pustelník:
>
>> Hi,
>> I'm using mkII because I wasn't able to make mkIV work on my Windows.
>> Anyway thank you for answer It helped me. I have just one another 
>> question. How should I write  parametr "lefthyphenmin". I mean  precise 
>> dimension. I tryed several possibilities but none of them  worked.
>
> \installlanguage
>   [...]
>   [lefthyphenmin=<number>, % e.g. lefthyphenmin=3
>    righthyphenmin=<number>]
>
> Wolfgang
>
Thank you, it works now.

Tomas Pustelnik 

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


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

end of thread, other threads:[~2009-11-03 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-01 15:32 \installlanguage syntax Tomáš Pustelník
2009-11-01 15:44 ` Wolfgang Schuster
2009-11-01 18:12 ` Hans Hagen
2009-11-03 13:49   ` Tomáš Pustelník
2009-11-03 13:54     ` Wolfgang Schuster
2009-11-03 15:02       ` Tomáš Pustelník

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