ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* more space between Chapter number and title
@ 2020-07-09  6:44 jbf
  0 siblings, 0 replies; only message in thread
From: jbf @ 2020-07-09  6:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi, I am using

\setuppapersize[A4]
\setuplabeltext [en] [chapter=~]
\define[2]\MyChapter
   {\framed[frame=off,width=broad,align=middle]{#1\\#2}}
\setuphead [chapter] [command=\MyChapter]
\chapter{Chapter title}

to successfully achieve the following result:

                   1

           Chapter title

But I would like to have more vertical space between the '1' and the 
'Chapter title'.

I thought if I added [before={\blank[2cm]}] somewhere in  \framed (e.g. 
just before the {#1\\#2} argument, that I would achieve such a result, 
but that doesn't work. I also tried it as 
{\framed[frame=off,width=broad,align=middle,before={\blank[2cm]}]{#1\\#2}}, 
but that didn't work either. I am sure it is simple enough to achieve?

Julian

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-09  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  6:44 more space between Chapter number and title jbf

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).