ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Horizontal line after text in an environment
@ 2018-04-25 14:59 Fabrice Couvreur
  2018-04-25 19:22 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2018-04-25 14:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
In this environment, when the text has sufficient height, the horizontal
line is well below the figure. However when the height of text is not
sufficient, the position of the line is not correct and I would like it
also below the figure.
Thanks
Fabrice


\setuptolerance[stretch,verytolerant]
\useMPlibrary[dum]


\define[1]\ProprieteHeadcommand
  {\textrule[top]{#1}}

\defineenumeration
  [propriete]
  [text=Propriété,
   title=yes,
   headstyle={bold},
   style=italic,
   headcommand=\ProprieteHeadcommand,
   numbercommand=\groupedcommand{}{\nbsp},
   after=\textrule]

\starttext

\startpropriete
\placefigure[right,none]{}{\externalfigure[dummy]}
\startitemize
\item \input ward

\item \input ward
\stopitemize
\stoppropriete
\startpropriete
\placefigure[right,none]{}{\externalfigure[dummy]}
\startitemize
\item First item

\item Second item
\stopitemize
\stoppropriete

\stoptext

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

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

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Horizontal line after text in an environment
  2018-04-25 14:59 Horizontal line after text in an environment Fabrice Couvreur
@ 2018-04-25 19:22 ` Hans Hagen
  2018-04-26  8:27   ` Fabrice Couvreur
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2018-04-25 19:22 UTC (permalink / raw)
  To: ntg-context

On 4/25/2018 4:59 PM, Fabrice Couvreur wrote:
> Hello,
> In this environment, when the text has sufficient height, the horizontal 
> line is well below the figure. However when the height of text is not 
> sufficient, the position of the line is not correct and I would like it 
> also below the figure.

\flushsidefloats
> Thanks
> Fabrice
> 
> 
> \setuptolerance[stretch,verytolerant]
> \useMPlibrary[dum]
> 
> 
> \define[1]\ProprieteHeadcommand
>    {\textrule[top]{#1}}
> 
> \defineenumeration
>    [propriete]
>    [text=Propriété,
>     title=yes,
>     headstyle={bold},
>     style=italic,
>     headcommand=\ProprieteHeadcommand,
>     numbercommand=\groupedcommand{}{\nbsp},
>     after=\textrule]
> 
> \starttext
> 
> \startpropriete
> \placefigure[right,none]{}{\externalfigure[dummy]}
> \startitemize
> \item \input ward
> 
> \item \input ward
> \stopitemize
> \stoppropriete
> \startpropriete
> \placefigure[right,none]{}{\externalfigure[dummy]}
> \startitemize
> \item First item
> 
> \item Second item
> \stopitemize
> \stoppropriete
> 
> \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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Horizontal line after text in an environment
  2018-04-25 19:22 ` Hans Hagen
@ 2018-04-26  8:27   ` Fabrice Couvreur
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Couvreur @ 2018-04-26  8:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Hans,
Thank you it works perfectly. I know this command but I never know when to
use it.
Fabrice

2018-04-25 21:22 GMT+02:00 Hans Hagen <j.hagen@xs4all.nl>:

> On 4/25/2018 4:59 PM, Fabrice Couvreur wrote:
>
>> Hello,
>> In this environment, when the text has sufficient height, the horizontal
>> line is well below the figure. However when the height of text is not
>> sufficient, the position of the line is not correct and I would like it
>> also below the figure.
>>
>
> \flushsidefloats
>
>> Thanks
>> Fabrice
>>
>>
>> \setuptolerance[stretch,verytolerant]
>> \useMPlibrary[dum]
>>
>>
>> \define[1]\ProprieteHeadcommand
>>    {\textrule[top]{#1}}
>>
>> \defineenumeration
>>    [propriete]
>>    [text=Propriété,
>>     title=yes,
>>     headstyle={bold},
>>     style=italic,
>>     headcommand=\ProprieteHeadcommand,
>>     numbercommand=\groupedcommand{}{\nbsp},
>>     after=\textrule]
>>
>> \starttext
>>
>> \startpropriete
>> \placefigure[right,none]{}{\externalfigure[dummy]}
>> \startitemize
>> \item \input ward
>>
>> \item \input ward
>> \stopitemize
>> \stoppropriete
>> \startpropriete
>> \placefigure[right,none]{}{\externalfigure[dummy]}
>> \startitemize
>> \item First item
>>
>> \item Second item
>> \stopitemize
>> \stoppropriete
>>
>> \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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ____________________________________________________________
>> _______________________
>>
>>
>
> --
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.nl | 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/list
> info/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________

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

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

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-04-26  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 14:59 Horizontal line after text in an environment Fabrice Couvreur
2018-04-25 19:22 ` Hans Hagen
2018-04-26  8:27   ` Fabrice Couvreur

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