ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Csikos Bela <bcsikos425@freemail.hu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: grid snapping problem
Date: Wed, 7 Dec 2016 18:00:21 +0100 (CET)	[thread overview]
Message-ID: <freemail.20161207180021.71375.1@fmxmldata06.freemail.hu> (raw)
In-Reply-To: <e7c262cd-965d-93c4-732c-fcadbe0c6c5a@gmail.com>

Henri Menke írta:
>The following should do the trick.

Thank you very much. Your code indeed fixes the snap to grid problem but it also
pushes the second subsection after the float and leaves a big empty space in the
lower part of the first page, which is not desirable. The text should fill the whole first
page. Is it possible?

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

It's fine, not a problem.

I guess I can use simply \subsection command instead of \startsubsection and
\stopsubsection comands, because I find the command pairs counterproductive
in case of long text parts (part, section, subsection etc.).

Thank you again,

bcsikos



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

      reply	other threads:[~2016-12-07 17:00 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
2016-12-07 17:00     ` Csikos Bela [this message]

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=freemail.20161207180021.71375.1@fmxmldata06.freemail.hu \
    --to=bcsikos425@freemail.hu \
    --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).