ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco Patzer <homerow@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: Centered title with numeration on the same line
Date: Mon, 3 Jun 2013 19:29:43 +0200	[thread overview]
Message-ID: <20130603172942.GA18664@homerow> (raw)
In-Reply-To: <00b001ce607d$034030c0$09c09240$@tosovsky@email.cz>


[-- Attachment #1.1: Type: text/plain, Size: 877 bytes --]

On 2013–06–03 honyk wrote:

> How can I keep numeration and title together?

You can create a custom head alternative. The following code is
copied from the source, I only replace the \par with
\kern\headnumberdistance. Have a look at strc-ren.mkiv for other
layouts.

\setuphead
  [section]
  [alternative=middle_nolinebreak]

\defineheadalternative
  [middle_nolinebreak]
  [alternative=vertical,
   renderingsetup=headrenderings:middle_nolinebreak]

\startsetups[headrenderings:middle_nolinebreak]
  \vbox {
    \headsetupspacing
    \veryraggedcenter
    \let\\\endgraf
    \let\crlf\endgraf
    \ifconditional\headshownumber
      \strut
      \headnumbercontent
        \kern\headnumberdistance
    \fi
    \begstrut
    \headtextcontent
    \endstrut
  }
\stopsetups

\starttext
  \section{The First Section}
\stoptext

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2013-06-03 17:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <00b001ce607d$034030c0$09c09240$@tosovsky@email.cz>
2013-06-03 17:29 ` Marco Patzer [this message]
2013-06-03 18:07   ` honyk
     [not found]   ` <51acdb8b.2777c20a.018b.1c8dSMTPIN_ADDED_BROKEN@mx.google.com>
2013-06-03 18:28     ` luigi scarso
2013-06-03 18:59       ` Wolfgang Schuster
     [not found] <00ac01ce607b$773e0440$65ba0cc0$@tosovsky@tiscali.cz>
2013-06-05  7:34 ` Hans Hagen
     [not found] <51accdb2.62dcc20a.1a1a.ffffc4f5SMTPIN_ADDED_BROKEN@mx.google.com>
2013-06-03 17:25 ` luigi scarso
2013-06-03 18:51   ` honyk
     [not found]   ` <51ace5cf.03abc20a.5b8a.3629SMTPIN_ADDED_BROKEN@mx.google.com>
2013-06-03 19:08     ` luigi scarso
2013-06-03 19:26       ` honyk
2013-06-03 17:08 honyk
  -- strict thread matches above, loose matches on Subject: below --
2013-06-03 16:57 Jan Tosovsky

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=20130603172942.GA18664@homerow \
    --to=homerow@lavabit.com \
    --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).