ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Space in the module t-rsteps
Date: Tue, 07 Jun 2005 23:28:22 +0200	[thread overview]
Message-ID: <42A61176.2030800@gmail.com> (raw)

Consider the following example in t-rsteps:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\usemodule[rsteps]
\setupcolor[state=start]
\definehead[Subject][subject]
\setuphead[Subject][page=yes,style=\bfb]

\starttext

\StartSteps[Title]
a\NextStep b
\StopSteps

\StartSteps[Title 2]
a\FromStep[2]{b}
\StopSteps

\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

On the page 2, it typesets something like

"a\par b"

and on the page 4 it typesets something similar as

"a\ b"

instead of "ab" in both cases.

My questions:

#1. I don't completely understand the mechanism behind rsteps, but is 
there a way to supress the additional space introduced between 
successive steps?

#2. How can I use \vfill (to write something on the bottom of the page)?

#3. If I write

The beginning \FromStep[2]{of a \dorecurse{20}{very }long sentence}

than the spacing in the first part is affected by the TeX line-breaking 
algorithm (in slide 1 normal spacing is used and in slice 2 it is moved 
slightly to the left or to the right)

The same goes for vertical alignment once the slide is full

#4. How could I use \FromStep[x][reserve] outside the math environment? 
This could have solved the problem with the alignment under #3.

Thank you,
	Mojca

                 reply	other threads:[~2005-06-07 21:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=42A61176.2030800@gmail.com \
    --to=mojca.miklavec.lists@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).