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>,
	Taco Hoekwater <taco@elvenkind.com>
Subject: Re: indented headings possible?
Date: Thu, 13 Dec 2018 17:08:54 +0100	[thread overview]
Message-ID: <a948ff1b-c489-4c46-f58b-5ab7da595308@gmail.com> (raw)
In-Reply-To: <77F2F6A8-7B09-4969-8531-FF706275ABD6@elvenkind.com>

Taco Hoekwater schrieb am 13.12.18 um 11:12:
> Hi again,
> 
> Is there a way to make section headings automatically honour the current
> left- and rightskip? For example, like this:
> 
> \starttext
> \showframe
> \startnarrower[left]
> \section{Section 1}
> stuff
> \stopnarrower
> \stoptext
> 
> I know I could rig this up with
> 
>    \dontleavehmode\vbox{\advance\hsize-\leftskip\section{Section 1}}\par
> 
> but that is horrible code. Is there any way to get the correct effect
> using \setuphead ?

\setuphead
   [section]
   [aligntitle=yes]

\showframe [text] [text]

\starttext

\startnarrower[left]

\startsection[title={Section 1}]

stuff

\stopsection

\stopnarrower

\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:[~2018-12-13 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13 10:12 Taco Hoekwater
2018-12-13 16:08 ` Wolfgang Schuster [this message]
2018-12-14  8:25   ` Taco Hoekwater

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=a948ff1b-c489-4c46-f58b-5ab7da595308@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=taco@elvenkind.com \
    /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).