ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: about the line break after \inframed
@ 2011-02-23  2:10 Jeong Dalyoung
  0 siblings, 0 replies; 3+ messages in thread
From: Jeong Dalyoung @ 2011-02-23  2:10 UTC (permalink / raw)
  To: ntg-context

Dear Hongwen,

\dontleavehmode make it work. 
The answer is always around me but not for my eyes.

Thank you.

Best regards,

Dalyoung
___________________________________________________________________________________
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] 3+ messages in thread

* Re: about the line break after \inframed
  2011-02-22 13:58 Jeong Dalyoung
@ 2011-02-22 14:35 ` Hongwen Qiu
  0 siblings, 0 replies; 3+ messages in thread
From: Hongwen Qiu @ 2011-02-22 14:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/22/2011 09:58 PM, Jeong Dalyoung wrote:
> \startuseMPgraphic{lions b}
> picture pic;
> path p ; p := fullsquare xyscaled (\overlaywidth,\overlayheight) randomized 5pt ;
> pickup pencircle scaled 1pt ;
> fill p withcolor .850yellow ;
> draw p withcolor .5yellow ;
> \stopuseMPgraphic
>
> \defineoverlay[leopard][\uniqueMPgraphic{lions b}]
>
> \def\nota#1 {\inframed[frame=off,background=leopard]{#1}}
>
> \starttext
> \nota{test 1:} This is a test for line separation.
> %\midaligned{\nota{test 2}}
> \stoptext
>
Change the definition of \nota, and it just works:
\startuseMPgraphic{lions b}
picture pic;
path p ; p := fullsquare xyscaled (\overlaywidth,\overlayheight) 
randomized 5pt ;
pickup pencircle scaled 1pt ;
fill p withcolor .850yellow ;
draw p withcolor .5yellow ;
\stopuseMPgraphic

\defineoverlay[leopard][\uniqueMPgraphic{lions b}]

\define[1]\nota {\dontleavehmode\inframed[frame=off,background=leopard]{#1}}

\starttext
\nota{test 1:} This is a test for line separation.

\midaligned{\nota{test 2}}
\stoptext
___________________________________________________________________________________
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] 3+ messages in thread

* about the line break after \inframed
@ 2011-02-22 13:58 Jeong Dalyoung
  2011-02-22 14:35 ` Hongwen Qiu
  0 siblings, 1 reply; 3+ messages in thread
From: Jeong Dalyoung @ 2011-02-22 13:58 UTC (permalink / raw)
  To: ntg-context

Dear all,

I tested the following code from Metafun. 

\startuseMPgraphic{lions b} 
picture pic;
path p ; p := fullsquare xyscaled (\overlaywidth,\overlayheight) randomized 5pt ;
pickup pencircle scaled 1pt ; 
fill p withcolor .850yellow ; 
draw p withcolor .5yellow ;
\stopuseMPgraphic

\defineoverlay[leopard][\uniqueMPgraphic{lions b}]

\def\nota#1 {\inframed[frame=off,background=leopard]{#1}}

\starttext
\nota{test 1:} This is a test for line separation.
%\midaligned{\nota{test 2}}
\stoptext

Then the sentence "This is a test." is written in a new line as following.

test 1:
This is a test.

Q1. I'd like to have it in the same line as "test 1:  This is a test."
How to surpress the line break after test?

Q2. Also, if I try to add \midaligned{}, then an error occured.
....
! Argument of \nota has an extra }.
...
...
<inserted text> 
                \par 
<to be read again> 
                   }
l.15 \midaligned{\nota{test 2}}
                               
How to put it midaligned?

Thank you.

Best regards,

Dalyoung



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

end of thread, other threads:[~2011-02-23  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23  2:10 about the line break after \inframed Jeong Dalyoung
  -- strict thread matches above, loose matches on Subject: below --
2011-02-22 13:58 Jeong Dalyoung
2011-02-22 14:35 ` Hongwen Qiu

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