ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* horizontal space in CJK document
@ 2023-02-20 19:42 Sylvain Hubert via ntg-context
  2023-02-20 22:44 ` fv leung via ntg-context
  2023-02-22  8:40 ` Li Yanrui (李延瑞) via ntg-context
  0 siblings, 2 replies; 4+ messages in thread
From: Sylvain Hubert via ntg-context @ 2023-02-20 19:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Sylvain Hubert


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

Dear list,

Does anyone know how to insert a horizontal space in a CJK document with
\setscript[hanzi]?

\setscript[hanzi]
\definefontfamily[mainface][rm][notoserifcjkhk][]
\setupbodyfont[mainface]
\starttext
口口\hspace[big]口口   % with \setscript[hanzi], the \hspace is ignored

\dorecurse{100}{口}  % without \setscript[hanzi], the line is not properly
wrapped
\stoptext

Many thanks,
Sylvain

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

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: horizontal space in CJK document
  2023-02-20 19:42 horizontal space in CJK document Sylvain Hubert via ntg-context
@ 2023-02-20 22:44 ` fv leung via ntg-context
  2023-02-21 15:32   ` Sylvain Hubert via ntg-context
  2023-02-22  8:40 ` Li Yanrui (李延瑞) via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: fv leung via ntg-context @ 2023-02-20 22:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: fv leung


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

Maybe the ideographic space U+3000 works.

在 2023年2月21日週二 03:42,Sylvain Hubert via ntg-context <ntg-context@ntg.nl> 寫道:

> Dear list,
>
> Does anyone know how to insert a horizontal space in a CJK document with
> \setscript[hanzi]?
>
> \setscript[hanzi]
> \definefontfamily[mainface][rm][notoserifcjkhk][]
> \setupbodyfont[mainface]
> \starttext
> 口口\hspace[big]口口   % with \setscript[hanzi], the \hspace is ignored
>
> \dorecurse{100}{口}  % without \setscript[hanzi], the line is not properly
> wrapped
> \stoptext
>
> Many thanks,
> Sylvain
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: horizontal space in CJK document
  2023-02-20 22:44 ` fv leung via ntg-context
@ 2023-02-21 15:32   ` Sylvain Hubert via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Sylvain Hubert via ntg-context @ 2023-02-21 15:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Sylvain Hubert


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

Thanks, but I guess the space width would be fixed.

I just found a hack: 口口\hspace[big]\hbox{}口口 does the trick.

On Tue, 21 Feb 2023 at 06:46, fv leung via ntg-context <ntg-context@ntg.nl>
wrote:

> Maybe the ideographic space U+3000 works.
>
> 在 2023年2月21日週二 03:42,Sylvain Hubert via ntg-context <ntg-context@ntg.nl>
> 寫道:
>
>> Dear list,
>>
>> Does anyone know how to insert a horizontal space in a CJK document with
>> \setscript[hanzi]?
>>
>> \setscript[hanzi]
>> \definefontfamily[mainface][rm][notoserifcjkhk][]
>> \setupbodyfont[mainface]
>> \starttext
>> 口口\hspace[big]口口   % with \setscript[hanzi], the \hspace is ignored
>>
>> \dorecurse{100}{口}  % without \setscript[hanzi], the line is not properly
>> wrapped
>> \stoptext
>>
>> Many thanks,
>> Sylvain
>>
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to
>> the Wiki!
>>
>> maillist : ntg-context@ntg.nl /
>> https://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : https://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: horizontal space in CJK document
  2023-02-20 19:42 horizontal space in CJK document Sylvain Hubert via ntg-context
  2023-02-20 22:44 ` fv leung via ntg-context
@ 2023-02-22  8:40 ` Li Yanrui (李延瑞) via ntg-context
  1 sibling, 0 replies; 4+ messages in thread
From: Li Yanrui (李延瑞) via ntg-context @ 2023-02-22  8:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Li Yanrui (李延瑞)

Sylvain Hubert via ntg-context <ntg-context@ntg.nl> 于2023年2月21日周二 03:43写道:
>
> Dear list,
>
> Does anyone know how to insert a horizontal space in a CJK document with \setscript[hanzi]?
>
> \setscript[hanzi]
> \definefontfamily[mainface][rm][notoserifcjkhk][]
> \setupbodyfont[mainface]
> \starttext
> 口口\hspace[big]口口   % with \setscript[hanzi], the \hspace is ignored
>
> \dorecurse{100}{口}  % without \setscript[hanzi], the line is not properly wrapped
> \stoptext
>
> Many thanks,
> Sylvain

测\kern 1em 试。

-- 
Best regards,

Li Yanrui
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-02-22  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 19:42 horizontal space in CJK document Sylvain Hubert via ntg-context
2023-02-20 22:44 ` fv leung via ntg-context
2023-02-21 15:32   ` Sylvain Hubert via ntg-context
2023-02-22  8:40 ` Li Yanrui (李延瑞) via ntg-context

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