ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: interstrutline spacing redux
Date: Sun, 25 Oct 2009 10:09:45 +0100	[thread overview]
Message-ID: <4AE415D9.1060209@elvenkind.com> (raw)
In-Reply-To: <op.u19kz2hnpw6hmh@ishamid-pc>

Idris Samawi Hamid ادريس سماوي حامد wrote:
> Dear gang,
> 
> Got no response the last time, trying again. Problem 2 is the most 
> important at the moment, and any help is appreciated!

I have almost no answers, but perhaps my reply will trigger someone
else to respond.

> 
> 1. Line 31, 2nd line of pdf: How can I keep \framed[align={r2l,middle}]
> and get the interstrutline to still span the textwidth. In other words,
> every strutline should be of textwidth, regardless of alignment

A nested \framed + \strut will do the trick:

\framed{\startinterstrutline
   \framed[align={r2l,middle}]
      {\strut This is some interstrutline text}\stopinterstrutline}


> 2. Compare pages 2 and 3: page 2 has extra space at the top, perhaps a
> skipped line. How can I suppress that so that the first line always starts
> at the top of the textblock?

no idea

> 3. On page 3: How can I control the continuation of the strutlines past
> the final textline? What if, eg, I wanted to fill the rest of the page
> with strutlines?

Add a \vfill before hte \stopinterstrutline

> 4. How can I change the width and color of the strutline itself?

again, no idea.

> 5. I use \setuplayout[grid=on], but I'm not sure that guarantees a grid
> ... \start-\stoplinecorrection seems to give a different result.
> [\showgrid seems broken so I can't directly compare]. Any tips to
> guarantee a grid?

\showgrid works for me (ver: 2009.09.28 09:02 MKIV)

And you may want \setuplayout[grid=tolerant], dunno.

> 6. Is there a way to pass the interstrutline background to \framed [so I
> don't have to type \start-\stopinterstrutline etc]?

I don't know, but you could wrap the \framed in a shorthand definition
macro:

   \definecomplexorsimpleempty\Myframed
   \def\Myframed[#1]#2{\framed[#1]{\startinterstrutline
        #2\stopinterstrutline}}


Best wishes,
Taco
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2009-10-25  9:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 14:07 interstrutline spacing [with tex file!] Idris Samawi Hamid ادريس   سماوي حامد
2009-10-23 17:46 ` interstrutline spacing redux Idris Samawi Hamid ادريس   سماوي حامد
2009-10-25  9:09   ` Taco Hoekwater [this message]
2009-10-25  9:11     ` Taco Hoekwater
2009-10-25  9:21       ` Wolfgang Schuster

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=4AE415D9.1060209@elvenkind.com \
    --to=taco@elvenkind.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).