ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Willi Egger <context@boede.nl>
Subject: Re: Small pages and large framed texts
Date: Wed, 20 Mar 2019 22:31:29 +0100	[thread overview]
Message-ID: <3e3e31ca-15cd-dbb3-0e8b-73d533303756@gmail.com> (raw)
In-Reply-To: <A55C4161-93B4-4EA8-902C-5A78BD6EF883@boede.nl>

Willi Egger schrieb am 20.03.19 um 22:11:
> It’s me again…
> 
> I appears that I was not clear enough, though I am happy about the possibility of using textbackground.
> 
> What I must do is to prepare a list of ConTeXt commands on a very small page. So the specific question is, how I can influence the \placelistofsorts[texcommand] in such a way, that the framed pieces break over the page.

\usemodule [setups]

\setuppapersize [A6] [A6]

\setupbodyfont [pagella,9pt]

\definetextbackground
   [SetupsParameter]
   [before=\blank,
    after=\blank,
    topoffset=10pt,
    leftoffset=10pt,
    location=paragraph,
    frame=on]

\startsetups [xml:setups:start]
   \starttextbackground [SetupsParameter]
\stopsetups

\startsetups [xml:setups:stop]
   \stoptextbackground
\stopsetups

\starttext

\startsection[title={Short Version of the Command}]

   \cmdshortsetup [setupframed]
   \cmdshortsetup [setupinteraction]

\stopsection

\startsection[title={\TEX-commands}]

   \placesetup

\stopsection

\stoptext

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

  reply	other threads:[~2019-03-20 21:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-20 17:26 Willi Egger
2019-03-20 17:36 ` Wolfgang Schuster
2019-03-20 19:48 ` Willi Egger
2019-03-20 21:11   ` Willi Egger
2019-03-20 21:31     ` Wolfgang Schuster [this message]
2019-03-21 15:13       ` Willi Egger

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=3e3e31ca-15cd-dbb3-0e8b-73d533303756@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=context@boede.nl \
    --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).