ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* stacking margin notes
       [not found] <mailman.2704.1331341067.4232.ntg-context@ntg.nl>
@ 2012-03-10  4:37 ` S Barmeier
  2012-03-10 12:23   ` Hans Hagen
  2012-03-10  7:46 ` More CJK fall-back fonts S Barmeier
  2012-03-10  8:17 ` glyph width issues with \setscript[hanzi] S Barmeier
  2 siblings, 1 reply; 4+ messages in thread
From: S Barmeier @ 2012-03-10  4:37 UTC (permalink / raw)
  To: ntg-context

I was expecting this to work:

\setuplayout[
	width=10cm,
	backspace=10cm,
	leftmargin=8cm
	]
\starttext
\inleft[stack=yes]{
\input tufte	
}
\input tufte
\inleft[stack=yes]{
\input tufte
}
\stoptext

but it doesn't stack. Also, is it correct that stack=yes belongs into
\setupmargindata?

Thank you,
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] 4+ messages in thread

* More CJK fall-back fonts
       [not found] <mailman.2704.1331341067.4232.ntg-context@ntg.nl>
  2012-03-10  4:37 ` stacking margin notes S Barmeier
@ 2012-03-10  7:46 ` S Barmeier
  2012-03-10  8:17 ` glyph width issues with \setscript[hanzi] S Barmeier
  2 siblings, 0 replies; 4+ messages in thread
From: S Barmeier @ 2012-03-10  7:46 UTC (permalink / raw)
  To: ntg-context

At the moment I have \setcjkmainfont to a Japanese font. How do I
specify more fall-back fonts, e.g. for Korean script.

Also I may need to use a different font for IPA (phonetic characters).
Is there a way of specifying a fall-back font for a particular range of
Unicode characters?

Thank you.
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] 4+ messages in thread

* glyph width issues with \setscript[hanzi]
       [not found] <mailman.2704.1331341067.4232.ntg-context@ntg.nl>
  2012-03-10  4:37 ` stacking margin notes S Barmeier
  2012-03-10  7:46 ` More CJK fall-back fonts S Barmeier
@ 2012-03-10  8:17 ` S Barmeier
  2 siblings, 0 replies; 4+ messages in thread
From: S Barmeier @ 2012-03-10  8:17 UTC (permalink / raw)
  To: ntg-context

Not quite sure what causes this problem, but for particular text widths
in combination with \setscript[hanzi], the glyph width gets thrown off.

\setuplayout[width=110mm,height=200mm]
\usemodule[simplefonts]
\setscript[hanzi]
\setcjkmainfont[IPAexMincho]
\starttext
?? \input tufte
\stoptext

The question marks are too tight (almost on top of each other). This
also affects parentheses ( ) and other punctuation , . but I haven't
been able to reproduce those in a minimal example. The question marks
above should illustrate the problem, though.

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

* Re: stacking margin notes
  2012-03-10  4:37 ` stacking margin notes S Barmeier
@ 2012-03-10 12:23   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-03-10 12:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: S Barmeier

On 10-3-2012 05:37, S Barmeier wrote:
> I was expecting this to work:
>
> \setuplayout[
> 	width=10cm,
> 	backspace=10cm,
> 	leftmargin=8cm
> 	]
> \starttext
> \inleft[stack=yes]{
> \input tufte	
> }
> \input tufte
> \inleft[stack=yes]{
> \input tufte
> }
> \stoptext
>
> but it doesn't stack. Also, is it correct that stack=yes belongs into
> \setupmargindata?

for such extreme cases (across paragraphs) use stack=continue (both cases)

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

end of thread, other threads:[~2012-03-10 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.2704.1331341067.4232.ntg-context@ntg.nl>
2012-03-10  4:37 ` stacking margin notes S Barmeier
2012-03-10 12:23   ` Hans Hagen
2012-03-10  7:46 ` More CJK fall-back fonts S Barmeier
2012-03-10  8:17 ` glyph width issues with \setscript[hanzi] S Barmeier

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