ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: \setscript[hanzi] and kana (Wolfgang Schuster)
       [not found] <mailman.1720.1308843585.4231.ntg-context@ntg.nl>
@ 2011-06-23 18:23 ` S Barmeier
  2011-06-23 18:52   ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: S Barmeier @ 2011-06-23 18:23 UTC (permalink / raw)
  To: ntg-context

On 06/24/2011 12:39 AM, ntg-context-request@ntg.nl wrote:
>> > japanese is not yet defined; we need entries in scrp-ini and scrp-cjk for that, character categories and initializations and we need japanese expertise for that
> Japanese is supported (it?s only a few extra chars for the chinese code) and worked till February 2011 and I was no able to narrow it down.
> 
> The function scripts.preprocess in scrp-ini.lua has at line 381
> 
>                         if originals then c = originals[c] or c end
> 
> which change the real character value to 65533 (REPLACEMENT CHARACTER), when i comment the line there is a line break (see attachment).
> 
> Wolfgang

Japanese was working more or less a few months ago. I guess vertical
typesetting is a little more involved, but as far as horizontal
typesetting goes, most of the spacing is coded into the font already
(monospacing). When the Latin alphabet enters, as is becoming more and
more common, especially in technical literature, the monospacing breaks
down, and common practice is to just typeset paragraphs in block form,
adding the necessary spacing.

Typescripts are already working wonderfully in ConTeXt (thank you!), so
for now it should be only a matter of supporting the characters.

I don't know what character categories and initializations are, but if I
can be of any help, please let me know.

Severin
___________________________________________________________________________________
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] 5+ messages in thread

* Re: \setscript[hanzi] and kana (Wolfgang Schuster)
  2011-06-23 18:23 ` \setscript[hanzi] and kana (Wolfgang Schuster) S Barmeier
@ 2011-06-23 18:52   ` Wolfgang Schuster
  2011-06-23 19:11     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-06-23 18:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.06.2011 um 20:23 schrieb S Barmeier:

> Japanese was working more or less a few months ago.

It was working till February (I tested it with a old beta) and
also when i comment the mentioned but i have no clue what’s the
purpose of the line.

> I guess vertical
> typesetting is a little more involved, but as far as horizontal
> typesetting goes, most of the spacing is coded into the font already
> (monospacing).

ConTeXt MkIV doesn’t support vertical writing but with a little
bit of TeX knowledge it’s possible to add it, the result is not
perfect [1] (there is no space between the characters) but it
shows it can be done.

> When the Latin alphabet enters, as is becoming more and
> more common, especially in technical literature, the monospacing breaks
> down, and common practice is to just typeset paragraphs in block form,
> adding the necessary spacing.

But it wouldn’t harm when ConTeXt would support monospaced output,
proportional spacing seems to be for the moment the only format.

[1] http://d.pr/yhvh

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] 5+ messages in thread

* Re: \setscript[hanzi] and kana (Wolfgang Schuster)
  2011-06-23 18:52   ` Wolfgang Schuster
@ 2011-06-23 19:11     ` Hans Hagen
  2011-06-23 21:23       ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2011-06-23 19:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 23-6-2011 8:52, Wolfgang Schuster wrote:
>
> Am 23.06.2011 um 20:23 schrieb S Barmeier:
>
>> Japanese was working more or less a few months ago.
>
> It was working till February (I tested it with a old beta) and
> also when i comment the mentioned but i have no clue what’s the
> purpose of the line.
>
>> I guess vertical
>> typesetting is a little more involved, but as far as horizontal
>> typesetting goes, most of the spacing is coded into the font already
>> (monospacing).
>
> ConTeXt MkIV doesn’t support vertical writing but with a little
> bit of TeX knowledge it’s possible to add it, the result is not
> perfect [1] (there is no space between the characters) but it
> shows it can be done.

just use columnsets with 1em width columns

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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] 5+ messages in thread

* Re: \setscript[hanzi] and kana (Wolfgang Schuster)
  2011-06-23 19:11     ` Hans Hagen
@ 2011-06-23 21:23       ` Wolfgang Schuster
  2011-06-23 21:30         ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-06-23 21:23 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


Am 23.06.2011 um 21:11 schrieb Hans Hagen:

> On 23-6-2011 8:52, Wolfgang Schuster wrote:
>> 
>> Am 23.06.2011 um 20:23 schrieb S Barmeier:
>> 
>>> I guess vertical typesetting is a little more involved, but as far as horizontal
>>> typesetting goes, most of the spacing is coded into the font already (monospacing).
>> 
>> ConTeXt MkIV doesn’t support vertical writing but with a little
>> bit of TeX knowledge it’s possible to add it, the result is not
>> perfect [1] (there is no space between the characters) but it
>> shows it can be done.
> 
> just use columnsets with 1em width columns

This is no option when quotation marks are used and other characters
which can’t be broken at the end of line. Another advantage of LuaTeX’s
vertical mode is that you can use \underbar and other commands which
aren’t possible with columnsets.

The output in my example would be nicer when the width (or height?)
of each character had been 1em (or more).

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] 5+ messages in thread

* Re: \setscript[hanzi] and kana (Wolfgang Schuster)
  2011-06-23 21:23       ` Wolfgang Schuster
@ 2011-06-23 21:30         ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-06-23 21:30 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

On 23-6-2011 11:23, Wolfgang Schuster wrote:
>
> Am 23.06.2011 um 21:11 schrieb Hans Hagen:
>
>> On 23-6-2011 8:52, Wolfgang Schuster wrote:
>>>
>>> Am 23.06.2011 um 20:23 schrieb S Barmeier:
>>>
>>>> I guess vertical typesetting is a little more involved, but as far as horizontal
>>>> typesetting goes, most of the spacing is coded into the font already (monospacing).
>>>
>>> ConTeXt MkIV doesn’t support vertical writing but with a little
>>> bit of TeX knowledge it’s possible to add it, the result is not
>>> perfect [1] (there is no space between the characters) but it
>>> shows it can be done.
>>
>> just use columnsets with 1em width columns
>
> This is no option when quotation marks are used and other characters
> which can’t be broken at the end of line. Another advantage of LuaTeX’s
> vertical mode is that you can use \underbar and other commands which
> aren’t possible with columnsets.

if used at all; if I'm right vertical does not mean that all such 
properties 'rotate'

> The output in my example would be nicer when the width (or height?)
> of each character had been 1em (or more).

It depends on what one wants. Using the vertical (rotated) variant in 
it's simple (traditional) way proably can work at some point (but it 
needs to be properly integrated in the page builder then and we probably 
should forget about figure placement and display environments 
(starttyping etc).

If one just wants vertical stacking (with quad*quad characters) then 
columnsets are a nice way in between as then we can still use figures).

Anyway, a proper model is needed, not some ad-hoc hackery.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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] 5+ messages in thread

end of thread, other threads:[~2011-06-23 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1720.1308843585.4231.ntg-context@ntg.nl>
2011-06-23 18:23 ` \setscript[hanzi] and kana (Wolfgang Schuster) S Barmeier
2011-06-23 18:52   ` Wolfgang Schuster
2011-06-23 19:11     ` Hans Hagen
2011-06-23 21:23       ` Wolfgang Schuster
2011-06-23 21:30         ` 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).