ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan BRASLAU <alan.braslau@cea.fr>
To: ntg-context@ntg.nl
Subject: Re: Verbatim typing with numbers inside float
Date: Thu, 7 Oct 2010 09:35:46 +0200	[thread overview]
Message-ID: <201010070935.46353.alan.braslau@cea.fr> (raw)
In-Reply-To: <4CAD748E.8090209@wxs.nl>

On Thursday 07 October 2010 09:19:42 Hans Hagen wrote:
> On 7-10-2010 12:02, Stefan Müller wrote:
> 
> > Splitting up long source code in several pieces (one per page) and put
> > them in separate figures doesn't seem right to me. Setting it as
> > numbered paragraph? Putting up a fake caption with \placefloatcaption
> > (which doesn't seem to work in MkIV)? Are there other possiblities of
> > numbering (by section) more or less big chunks of source code I'm not
> > thinking of? That would help me very much. Thanks for thinking about
> > that.
> 
> you can make your own construct, maybe something with a background
> (textbackgrounds can cross pages)
> 
Hello,

I use textbackgrounds to set-off paragraphs,
for example, here as secondary material.
It does not float and, indeed, may flow over many pages.

This is a concrete example (to which you could add line numbering):

\definetextbackground [secondary]
	[location=paragraph,
	background=color,backgroundscreen=middlegray,
	leftoffset=0.5cm,rightoffset=0.5cm,
	topoffset=.25ex,bottomoffset=.25ex,
	before={\blank[small]\switchtobodyfont[script]},
	after={\blank[small]},
	frame=off]
\kindofpagetextareas3 % fix from Hans
% Indeed, there are several internal methods available
% for managing text areas. Without this fix, the background
% color bleeds over footnotes and floats external to the
% secondary material.

\startsecondary
Here is some less interesting detailed stuff that can be skipped
if you wish…
\stopsecondary

Alan
___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2010-10-07  7:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06 14:26 Stefan Müller
2010-10-06 17:25 ` Hans Hagen
2010-10-06 20:24 ` Hans Hagen
2010-10-06 22:02   ` Stefan Müller
2010-10-07  7:19     ` Hans Hagen
2010-10-07  7:35       ` Alan BRASLAU [this message]
2010-10-07 13:48         ` Stefan Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201010070935.46353.alan.braslau@cea.fr \
    --to=alan.braslau@cea.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).