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>,
	Marco Patzer <lists@homerow.info>
Subject: Re: Styling of included buffers or files
Date: Mon, 18 May 2020 18:32:52 +0200	[thread overview]
Message-ID: <0f59794d-6db9-6eaa-7d8d-012645e3e58a@gmail.com> (raw)
In-Reply-To: <20200517190402.4d902c8d@homerow>

Marco Patzer schrieb am 17.05.2020 um 19:04:
> On Sun, 17 May 2020 18:16:13 +0200
> "Jan U. Hasecke" <juh+ntg-context@mailbox.org> wrote:
> 
>> I am currently writing a text where I want to include text snippets
>> either by including files or including buffers.
>>
>> What is the best way to style all these included buffers?
>>
>> I know that I can do something like this:
>>
>> \startcolumns
>> \getbuffer[Muenchen]
>> \stopcolumns
>>
>> Or do something with \defineparagraph
>>
>> Is it somehow possible to apply styles to all buffers that gets
>> included via \getbuffer by defining a special getbuffer-style?
> 
> \setupbuffer has before and after keys which can be used. Example:
> 
> \setupbuffer
>   [before=\blank\blackrule\startnarrower\BufferStyle,
>    after=\stopnarrower\blackrule\blank]
> 
> [...]
> 
> \definehighlight
>    [BufferStyle]
>    [style=smallitalic,
>     color=blue]

Use the highlight-environment or create a new startstop-environment to 
apply style and color settings to the buffer.

\definestartstop
   [BufferStyle]
   [style=smallitalic,
    color=blue]

\setupbuffer
  [before={... \startBufferStyle ...},
    after={... \stopBufferStyle  ...}]

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
___________________________________________________________________________________

      parent reply	other threads:[~2020-05-18 16:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 16:16 Jan U. Hasecke
2020-05-17 17:04 ` Marco Patzer
2020-05-18  7:37   ` Jan U. Hasecke
2020-05-18 16:32   ` Wolfgang Schuster [this message]

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=0f59794d-6db9-6eaa-7d8d-012645e3e58a@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=lists@homerow.info \
    --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).