Re: [NTG-context] Chinese typesetting with macOS font. Which one is a good choice?

2023-06-03 Thread 李延瑞
Gerben Wierda via ntg-context  于2023年6月2日周五 19:37写道:

> For Japanese I currently use
>
> \startsetups [japanese]
>   \setscript [nihongo]
> \stopsetups
> \setuplanguage [ja] [setups=japanese]
> \definefallbackfamily
>   [archimate]
>   [ss]
>   [Hiragino Sans]
>   [preset=range:japanese,
>tf=style:W3,
>it=style:W3,
>bf=style:W5,
>bi=style:W5,
>force=yes]
> \definefontfamily [archimate] [ss] [Optima]
> \setupbodyfont[archimate]
>
> I've been wondering what a good choice is for Chinese which is to be added
> to my project. Hiragino Sans GB has both Japanese and Chinese but only W3,W6
>
> I have no knowledge of what is elegant in these fonts. Can someone advise
> me? No bitmap fonts.
>
>
There are Noto Serif/Sans CJK fonts (including HK/JP/KR/SC/TC ) developed
by Google. But I don't know how to mix them with Hiraginfo Sans GB.

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


Re: [NTG-context] Moving up a Figure

2023-06-03 Thread Mikael Sundqvist via ntg-context
Hi,

On Sat, Jun 3, 2023 at 6:36 PM Jeroen via ntg-context
 wrote:
>
> With the following example, the figure is placed a little lower than the 
> first text line. The top of the figure is at about the middle of the first 
> line. Is there a way to move-up the figure slightly to align it with the top 
> of the text line?
>
> \useMPlibrary[dum]
>
> \starttext
>
> \startplacefigure
>   [number=no,
>location=right]
>   \externalfigure[dummy]
> \stopplacefigure
>
> \samplefile{tufte}
>
> \stoptext

Maybe

location={right,high}

is what you look for?

/Mikael
___
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
___


[NTG-context] Moving up a Figure

2023-06-03 Thread Jeroen via ntg-context
With the following example, the figure is placed a little lower than the
first text line. The top of the figure is at about the middle of the first
line. Is there a way to move-up the figure slightly to align it with the
top of the text line?

\useMPlibrary[dum]

\starttext

\startplacefigure
  [number=no,
   location=right]
  \externalfigure[dummy]
\stopplacefigure

\samplefile{tufte}

\stoptext
___
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
___