ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@let.uu.nl
Subject: Re: difficulties with \presentationstep
Date: Wed, 01 Dec 1999 13:36:13 +0100	[thread overview]
Message-ID: <3.0.6.32.19991201133613.00a7c330@pop.wxs.nl> (raw)
In-Reply-To: <199912010827.JAA11809@PCI008A.nlr.nl>

At 09:27 AM 12/1/99 +0100, Michael A. Guravage wrote:

texexec  was 
>`b/e error in : step'; step.tex being the name of my input file.

That's due to your missing \starttext 

>Finally, Acrobat4 displays the following message when the document is opened:
>
>	There was an error opening this document.
>	There was a problem reading this document (14).

Hm. When you use texexec, after multiple runs (to sort our object refs btw)
the file should be pretty valid.   

>I would be grateful to hear if anyone else has experienced this, and even
more grateful if someone would suggest how I might correct it.

I wrote this step hack for taco some time ago. It should be hooked into the
styles more comfortable yet. 

% interface=en

\usemodule[pre-green]

\definereference
  [Whatever][JS(NextPresentation{\realfolio})]
\setupbackgrounds
  [text][text]
  [background=TextBackground,backgroundoffset=3pt,]
\setupframedtexts
  [presentationshield]
  [background=color,backgroundcolor=Page]

\enablepresentationstep \autopresentationsteptrue

\starttext

\TitlePage {Slowly We Turn}

\Topic {presentationstep}

\startitemize
  \item moe
  \item larry
  \item curly-joe
\stopitemize

\startformula
  x+5y+10z+25u+50v=100
\stopformula

\stoptext

This should work with your beta. The define and set will go into the style,
since the idea is that you say: 

  texexec --mode=step   %  or autostep

and get the functionality (modes are just pieces of conditional code). I
have to redefine the styles a bit and give the step thing a separate layer
in the background. 

I never thought that anyone would use this stepper -)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


      reply	other threads:[~1999-12-01 12:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-01  8:27 Michael A. Guravage
1999-12-01 12:36 ` Hans Hagen [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=3.0.6.32.19991201133613.00a7c330@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@let.uu.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).