ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <angerweit@gmx.net>
Subject: Re: diving into source code
Date: Thu, 20 Jun 2002 19:16:09 +0200	[thread overview]
Message-ID: <200206201916.09098.angerweit@gmx.net> (raw)
In-Reply-To: <NPEAKMHEICNGLIJBLOONGEDOCBAA.KrisHermans@advalvas.be>

Am Donnerstag, 20. Juni 2002 11:58 schrieb Kris Hermans:
> What are good documents to study, before actually diving into ConTeXt
> source? I'm already reading "a gentle introduction to TeX" (Michael Doob).
> Is this enough or is there better material around?

If you really like to understand TeX, you should read Donald Knuth's TeXbook.
But you may not. ;-)

> What I don't find in the ConTeXt manuals, is documentation on how to make
> interactive, screen based documents and what are good strategies for

Oh, maybe you need glasses? ;-)
Look after "Widgets" or "Presentations".

And maybe you'd like to have a look at my presentations (see link below); 
they're all in german, but the code is english. ;-) Fetch "fiee-source.zip".

> producing different versions (screen/print/questions/answers/...) from the
> same base document.

That's easy:

\startmode[handout]
This should not go to the screen.
\stopmode

\startmode[screen]
This will not print
\stopmode

\startnotmode[handout]
If you use many modes you can make exclosures.
\stopnotmode

TeX such with "texexec --mode=handout" etc.

Grüßlis vom Hraban!
-- 
http://www.fiee.net/texnique/
---


  reply	other threads:[~2002-06-20 17:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-20  9:58 Kris Hermans
2002-06-20 17:16 ` Henning Hraban Ramm [this message]
2002-06-20 20:54 ` Patrick Gundlach
2002-06-21 16:00   ` Henning Hraban Ramm
2002-06-23 11:01   ` Hans Hagen
2002-06-30  5:45     ` Johannes Hüsing

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=200206201916.09098.angerweit@gmx.net \
    --to=angerweit@gmx.net \
    /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).