ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michelle Weidling <weidling@sub.uni-goettingen.de>
To: <ntg-context@ntg.nl>
Subject: Re: space between headings
Date: Fri, 11 Oct 2019 17:12:29 +0200	[thread overview]
Message-ID: <6d797562-4a9e-0168-b7d9-b1c17a022008@sub.uni-goettingen.de> (raw)
In-Reply-To: <d632b3b8-bda4-d452-9806-4b062a7cda4b@gmx.es>


[-- Attachment #1.1.1: Type: text/plain, Size: 2282 bytes --]

Dear Pablo,


I'm not sure if this is the best way to solve it, but you could define
custom headers for this situation that toss the spaces:


 \definehead[modifiedSection][section]
  \setuphead[modifiedSection]
  	[after={\blank[none]}]
 	
 \definehead[modifiedSubsection][subsection]
 \setuphead[modifiedSubsection]
 	[before={\blank[none]}] 	

\showframe\showgrid
\starttext
  \modifiedSection{Section}
  \modifiedSubsection{Subsection}
  A sentence.
  \section{Section}
  Another sentence.
  \subsection{Subsection}
  Even another sentence.
\stoptext


When doing this it's important to modify both the section and the
subsection heading, otherwise the space will still appear.

(This approach feels a bit brute force to me and I'd be happy to see a
more elegant solution.)


Best,
Michelle



Am 10.10.19 um 19:17 schrieb Pablo Rodriguez:
> Dear list,
> 
> I have the following sample:
> 
>     \showframe\showgrid
>     \starttext
>     \section{Section}
>     \subsection{Subsection}
>     A sentence.
>     \section{Section}
>     Another sentence.
>     \subsection{Subsection}
>     Even another sentence.
>     \stoptext
> 
> Is there any way to setup the space after of \section when it is
> followed by another heading?
> 
> I mean, is there no way to decrease the space between two headings?
> 
> Many thanks for your help,
> 
> Pablo
> --
> http://www.ousia.tk
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

-- 
Michelle Weidling
Digital Humanities

Georg-August-Universität Göttingen
Niedersächsische Staats- und Universitätsbibliothek Göttingen
D-37073 Göttingen

Papendiek (Historisches Gebäude, Raum 2.408)
+49 551 39-25842 (Tel.)

weidling@sub.uni-goettingen.de
http://www.sub.uni-goettingen.de




[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-10-11 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10 17:17 Pablo Rodriguez
2019-10-11 15:12 ` Michelle Weidling [this message]
2019-10-11 17:26   ` Pablo Rodriguez

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=6d797562-4a9e-0168-b7d9-b1c17a022008@sub.uni-goettingen.de \
    --to=weidling@sub.uni-goettingen.de \
    --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).