Re: [NTG-context] startlines bug(s)

2005-06-20 Thread Taco Hoekwater




h h extern wrote:

% TACO: what do you think of

\let\cs\getvalue

\startlines
Let's talk about this{\cs{ttsl}or}that.
\stoplines


Assuming you are not going to use it for czech at some point ... yes

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] startlines bug(s)

2005-06-17 Thread Taco Hoekwater



Stuart Jansen wrote:

Below is a simple test case that illustrates what I suspect are bugs
with \startlines. I suspect that fixing them will be tricky, so I'm
wondering if anyone can think of work arounds.


I'm not sure if they are bugs, because they come as a natural
amd predictable side-effect of using \obeyspaces. Here is an
example of the needed source changes to get your expected
output:

  \starttext
  \bgroup\tt
  \ConTeXt\ is A\bgroup\ttsl maz\egroup ing
  \setuplines[space=yes]
  \startlines
  \ConTeXt\ is A{\ttsl{}maz}ing
   I didn't expect spaces around maz
  \stoplines
  \setuplines[space=on]
  \startlines
  \ConTeXt{ }is A{\ttsl{}maz}ing
   I expected a space marker before is
  \stoplines\egroup
  \stoptext

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] startlines bug(s)

2005-06-16 Thread Stuart Jansen
Below is a simple test case that illustrates what I suspect are bugs
with \startlines. I suspect that fixing them will be tricky, so I'm
wondering if anyone can think of work arounds.

\starttext
\bgroup\tt
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
\setuplines[space=yes]
\startlines
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
 I didn't expect spaces around maz
\stoplines
\setuplines[space=on]
\startlines
\ConTeXt\ is A\bgroup\ttsl maz\egroup ing
 I expected a space marker before is
\stoplines\egroup
\stoptext

-- 
Stuart Jansen [EMAIL PROTECTED]
Guru Labs, L.C.


signature.asc
Description: This is a digitally signed message part
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context