ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henri Menke <henrimenke@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: grid snapping problem
Date: Tue, 6 Dec 2016 21:53:15 +0100	[thread overview]
Message-ID: <e7c262cd-965d-93c4-732c-fcadbe0c6c5a@gmail.com> (raw)
In-Reply-To: <freemail.20161206190616.55869.1@fmxmldata09.freemail.hu>

The following should do the trick.  However, you have to keep \setnostrut and \setstrut around the figure because the before and after keys for captions are not (yet) implemented.

\setuplayout[grid=yes]
\showgrid

\starttexdefinition caption:text #1
  \setuplocalinterlinespace[line=2.2ex] #1
\stoptexdefinition

\setupcaptions
  [
    width=fit,
    align=last,
    headstyle={\ss\bfx},
    style={\ss\tfx},
    before={\setnostrut},
    textcommand=\getvalue{caption:text},
  ]

\starttext

\startsubsection[title={Subsection title}]
  \input dawkins
  \input dawkins

  \setnostrut
  \startplacefigure
    [title={\input zapf }]
    \framed[width=0.6\textwidth,height=10ex]{figure}
  \stopplacefigure
  \setstrut

\stopsubsection

\startsubsection[title={Subsection title}]
  \input dawkins
\stopsubsection

\startsubsection[title={Subsection title}]
  \input dawkins
  \input dawkins
\stopsubsection

\stoptext

On 12/06/2016 07:06 PM, Csikos Bela wrote:
>> I would like to use grid snapping in my document: main text lines
>> should be aligned to grid lines but figure caption text should not.
>>
>> I have this code:
>>
>> \setuplayout[grid=yes]
>> \showgrid
>>
>> \setupcaptions[width=fit,align=last,headstyle={\ss\bfx},style={\ss\tfx}]
>>
>> \starttext
>> \subsection{Subsection title}
>> \input dawkins
>> \input dawkins
>>
>> %startlinecorrection
>> \startbaselinecorrection  \setuplocalinterlinespace[line=2.2ex]
>> \placefigure[][]{\input zapf }{\framed[width=0.6\textwidth,height=10ex]{figure}}
>> \stopbaselinecorrection
>> %stoplinecorrection
>>
>> \subsection{Subsection title}
>> \input dawkins
>> \subsection{Subsection title}
>> \input dawkins
>> \input dawkins
>> \stoptext
>>
>> You can see that the caption is typeset as I wanted: smaller line height
>> and it is not aligned to grid lines. But the main text after the figure is not
>> aligned to the grid on the same page. How can I correct this?
>> On the next page the main text is snapped to the grid again.
> 
> Since I haven't got any answer to my question I think the code above contains
> some obvious error, but I don't know what. What do I do wrong? Or is it just
> not possible to achieve what I want? 
> 
> Thank you,
> 
> bcsikos
> 
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

  reply	other threads:[~2016-12-06 20:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-02 14:09 Csikos Bela
2016-12-06 18:06 ` Csikos Bela
2016-12-06 20:53   ` Henri Menke [this message]
2016-12-07 17:00     ` Csikos Bela

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=e7c262cd-965d-93c4-732c-fcadbe0c6c5a@gmail.com \
    --to=henrimenke@gmail.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).