ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Heading followed by itemize: how to keep them together?
@ 2014-08-20 14:01 Gerben Wierda
  2014-08-20 15:11 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Gerben Wierda @ 2014-08-20 14:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

When I have:

\subsubsection{Foo}
\startitemize[joinedup,packed]
\item Bar
\item Bar
\item Bar
\stopitemize

TeX may put a page break between the heading and the paragraph. Is there a way to prevent this? I tried

\subsubsection{Foo}\page[no]
\startitemize[joinedup,packed]
\item Bar
\item Bar
\item Bar
\stopitemize

and 

\subsubsection{Foo}
\startitemize[joinedup,packed]\page[no]
\item Bar
\item Bar
\item Bar
\stopitemize

but both did not work. I can of course force with

\page[yes]\subsubsection{Foo}
\startitemize[joinedup,packed]
\item Bar
\item Bar
\item Bar
\stopitemize

but that is not ribust under change in the document.

G

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

[-- Attachment #2: Type: text/plain, Size: 485 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: Heading followed by itemize: how to keep them together?
  2014-08-20 14:01 Heading followed by itemize: how to keep them together? Gerben Wierda
@ 2014-08-20 15:11 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2014-08-20 15:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 20.08.2014 um 16:01 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> When I have:
> 
> \subsubsection{Foo}
> \startitemize[joinedup,packed]
> \item Bar
> \item Bar
> \item Bar
> \stopitemize
> 
> TeX may put a page break between the heading and the paragraph. Is there a way to prevent this? I tried
> 
> \subsubsection{Foo}\page[no]
> \startitemize[joinedup,packed]
> \item Bar
> \item Bar
> \item Bar
> \stopitemize
> 
> and 
> 
> \subsubsection{Foo}
> \startitemize[joinedup,packed]\page[no]
> \item Bar
> \item Bar
> \item Bar
> \stopitemize
> 
> but both did not work. I can of course force with
> 
> \page[yes]\subsubsection{Foo}
> \startitemize[joinedup,packed]
> \item Bar
> \item Bar
> \item Bar
> \stopitemize
> 
> but that is not ribust under change in the document.

\startitemize[…,intro]

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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

end of thread, other threads:[~2014-08-20 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 14:01 Heading followed by itemize: how to keep them together? Gerben Wierda
2014-08-20 15:11 ` 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).