ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: jbf <roma83537@gmail.com>
To: Aditya Mahajan <adityam@umich.edu>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: memoir-style chapter heading
Date: Tue, 18 Aug 2020 09:18:27 +1000	[thread overview]
Message-ID: <ce1f61c0-39d1-84d9-3e71-f5d37113bd76@gmail.com> (raw)
In-Reply-To: <nycvar.YAK.7.78.908.2008170244490.516571@nqv-guvaxcnq>

I meant to include an example of what I mean, since at least it seems to 
work (am including just the definition part of your example), So at 
least I can get middle and right alignment.

\define[2]\MemoirChapter
  {\midaligned{\startoverlay
       {#1}
       {#2}
     \stopoverlay}}

Julian

On 17/8/20 4:54 pm, Aditya Mahajan wrote:
> On Mon, 17 Aug 2020, jbf wrote:
>
>> Am completely new to using Metafun, which I presume I would need to use
>> to achieve a Hansen Memoir-style Chapter heading (chapter title
>> overlayed on a large lightgray number). Of course, I am assuming I would
>> need to use Metafun to create this...
>>
>> So my first question is to ask if I could achieve the same effect
>> without Metafun?
>>
>> I have read through the Metafun manual, and I think I can understand how
>> to overlay text on a graphic (MP), but it would be currently beyond me
>> to draw numbers of the kind we find in, say, the Memoir examples.
>>
>> Has anyone created such an example? I was keenly looking for one in the
>> manual and elsewhere, in terms of ConTeXt/Metafun commands, but could
>> not find one. But I'd be quite prepared to 'have a go' at this, if I had
>> some pointers of just where to start! I assume I would have to
>> \defineoverlay[number] and then add text on top \framed (but without the
>> frame borders). Am I at least correct about this?
> You don't need metafun for something this simple. Here is a crude implementation:
>
> \setuphead[chapter]
>            [
>              numberstyle={\switchtobodyfont[48pt]},
>              numbercolor=gray,
>              alternative=command,
>              command=\MemoirChapter,
>            ]
>
> \define[2]\MemoirChapter%
>    {\startoverlay
>        {#1}
>        {#2}
>      \stopoverlay}
>    
>
> \starttext
> \startchapter[title={This is a test}]
> \stopchapter
>
> \stoptext
>
> Overlays don't allow tuning the location...for that you need layers. See the chapter on ornaments in the details manual, which also explains an alternative method to set title of chapters (toward the end of that chapter), which is useful if you need absolute positioning.
>
> Aditya
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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-08-17 23:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17  4:45 jbf
2020-08-17  6:54 ` Aditya Mahajan
2020-08-17 22:46   ` jbf
2020-08-17 23:18   ` jbf [this message]
2020-08-18  8:45     ` Otared Kavian
     [not found]       ` <9abfe34b-0465-8f79-b3d8-9c896c74c557@gmail.com>
     [not found]         ` <E3DF7E44-12A5-48BC-9E8A-29F02A4DF7EC@gmail.com>
2020-08-18 22:58           ` jbf

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=ce1f61c0-39d1-84d9-3e71-f5d37113bd76@gmail.com \
    --to=roma83537@gmail.com \
    --cc=adityam@umich.edu \
    --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).