ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* * Repeated equation
@ 2001-04-23  9:56 AlterEgo Qasars
  2001-04-23 10:18 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: AlterEgo Qasars @ 2001-04-23  9:56 UTC (permalink / raw)


Good evening from city of Brno!

(Well, Mr. Hagen says that it's a city, so it must be so. 
I'm pleased with that. I have always hoped for it. :-)

Can you help me with this question?

How can I repeat an equation? Let's suppose I have typeset an equation
(4.11) at some page. Now, in other chapter I want to remember it and
typeset e.g.

        A = b + c (4.11)

How can I do it?

Many thanks,
M.K.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: * Repeated equation
  2001-04-23  9:56 * Repeated equation AlterEgo Qasars
@ 2001-04-23 10:18 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-04-23 10:18 UTC (permalink / raw)
  Cc: ntg-context

At 11:56 AM 4/23/01 +0200, you wrote:
>Good evening from city of Brno!
>
>(Well, Mr. Hagen says that it's a city, so it must be so. 
>I'm pleased with that. I have always hoped for it. :-)
>
>Can you help me with this question?
>
>How can I repeat an equation? Let's suppose I have typeset an equation
>(4.11) at some page. Now, in other chapter I want to remember it and
>typeset e.g.
> 
>        A = b + c (4.11)
> 
>How can I do it?

you can use buffers: 

\startbuffer[myeq]
A = ...
\stopbuffer

\getbuffer[myeq]

\getbuffer[myeq]

or you can use the block mechanism [see manual, the begin... end...
commands] where you store [multiple] blocks of different nature and can
hide them, call them up later, call them by identfier etc. 

Hans 
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-23 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-23  9:56 * Repeated equation AlterEgo Qasars
2001-04-23 10:18 ` Hans Hagen

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).