ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* itemize-margin->break joinedup
@ 2010-01-17 12:46 Hans van der Meer
  2010-01-17 12:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Hans van der Meer @ 2010-01-17 12:46 UTC (permalink / raw)
  To: NTG ConTeXt

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

The joinedup parameter in \startitemize is meant to close the gap  
between the list and the preceding material. The margin parameter is  
for horizontal movement of the list, is I understand it. However,  
addition of a margin to the \startitemize disables the joinedup. Is  
this expected behaviour? Below is a minimal example showing the effect.

Hans van der Meer

\setupblank[small]
\setupitemize[n,packed]
\starttext

\contextversion\ After \type{\startitemize[joinedup]} joinedup ok:
\startitemize[joinedup]
\item sub a
	\startitemize
	\item sub a1
	\item sub a2
	\stopitemize
\item sub b
\stopitemize

\contextversion\ After type[joinedup,margin=2cm] joinedup ineffective:
\startitemize[joinedup,margin=2cm]
\item sub a
	\startitemize
	\item sub a1
	\item sub a2
	\stopitemize
\item sub b
\stopitemize

\stoptext


[-- Attachment #2: itemize.pdf --]
[-- Type: application/pdf, Size: 15491 bytes --]

[-- Attachment #3: Type: text/plain, Size: 7 bytes --]









[-- Attachment #4: Type: text/plain, Size: 486 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: itemize-margin->break joinedup
  2010-01-17 12:46 itemize-margin->break joinedup Hans van der Meer
@ 2010-01-17 12:51 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-01-17 12:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.01.2010 um 13:46 schrieb Hans van der Meer:

> The joinedup parameter in \startitemize is meant to close the gap between the list and the preceding material. The margin parameter is for horizontal movement of the list, is I understand it. However, addition of a margin to the \startitemize disables the joinedup. Is this expected behaviour? Below is a minimal example showing the effect.


I wonder how often I already wrote this sentence but the answer to your question is:

You can mix keywords and assignments in the same setup command.

It works when you write:

\startitemize[joinedup][margin=2cm]

Wolfgang

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

end of thread, other threads:[~2010-01-17 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-17 12:46 itemize-margin->break joinedup Hans van der Meer
2010-01-17 12:51 ` Wolfgang Schuster

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