ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ConTeXt <ntg-context@ntg.nl>
Subject: Re: no grid for single par
Date: Wed, 09 Aug 2000 13:05:56 +0200	[thread overview]
Message-ID: <3.0.6.32.20000809130556.0145c670@pop.wxs.nl> (raw)
In-Reply-To: <397F24C1.8CEA8A2B@gmx.net>

At 07:49 PM 7/26/00 +0200, Hraban wrote:
>My book has "grid=yes", but I need several paragraphs with small text
>that should use their standard linefeed. They are defined as an own
>environment (\definestartstop).
>I tried to use \startlinecorrection, but it disables the wrapping.
>
>Is it possible to typeset the whole text block, perhaps as buffer, and
>align it to the next grid line?
>
>Same with subjects/titles: The normal linespacing is too small (or too
>stretched) for other text sizes. Can I switch off the grid setting for
>all headers?

I'm cleaning up my overful mail buffer and ran into this question. 

Concerning grid, i happen to be working on more advanced figure placement
in columns and just ran some 300 page 500 fig sample with success. So,
things are improvind -) 

When in grid mode (multi columns) many commands will honor the grid. When
not, you may use: 

\startlinecorrection
  whatever content 
\stoplinecorrection

[this is also advised when embedding framed thingies, 

\startlinecorrection
\externalfigure[...]
\stoplinecorrection

This command does a rather good job on getting things visually spaced well.
[stable for years now but not that trivial]. 

You may also try: 

\snaptogrid\vbox{...} (or hbox)

If you look into core-grd.tex, you will find more details, on how to snap
to the top/bottom/center as well as corrections and so.

Did you try \showgrid already? 

Some day soon I will start doing more experiments with pdftex grid snapping
btw. So, expect more.

Hans 
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  reply	other threads:[~2000-08-09 11:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-26 17:49 Hraban
2000-08-09 11:05 ` Hans Hagen [this message]
2000-08-09 17:35   ` Hraban
2000-08-12 16:57 pragma

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=3.0.6.32.20000809130556.0145c670@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --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).