Re: AW: [NTG-context] verbatim problem

2004-04-22 Thread Tobias Burnus
Hello again,

Severin Obertüfer wrote:

Did you think of putting the information into a buffer and 
put the contents in your document with \typebuffer?
   

\startbuffer [deque]
[...]
\stopbuffer
\startEIFFEL
	\typebuffer[deque]
\stopEIFFEL
 

I thought you ment a file, for a buffer one can use, analogously,
 \typebuffer[EIFFEL][deque]
Regards,

Tobias

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] verbatim problem

2004-04-22 Thread Tobias Burnus
Hello,

Severin Obertüfer wrote:

<> i have a little verbatim problem  <>

<>now i wanted to make this things a bit more useful and flexible.

i thougt of something like this 

<>\startEIFFEL
\input deque
\stopEIFFEL
but of corse the keyword input is normal text in verbatim mode... :)
is there a simple solution for that, for example like this
I use:
 \typefile[TEX]{bar.tex}
sucessfully, therefore
 \typefile[EIFEL]{deque.e}
should work.
Regards,

Tobias

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


AW: [NTG-context] verbatim problem

2004-04-22 Thread Severin Obertüfer
 

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im Auftrag von Willi Egger
> Gesendet: Donnerstag, 22. April 2004 21:51
> An: [EMAIL PROTECTED]
> Betreff: Re: [NTG-context] verbatim problem
> 
> Hi,
> 
> Did you think of putting the information into a buffer and 
> put the contents in your document with \typebuffer?

hi,

Yes, exacly something like that.

for example

\startbuffer [deque]
class
 DEQUE [G]
 
  inherit
 DOUBLE_LINKED_LIST[G]
 rename
 extend as insertRight,
 prepend as insertLeft
 end
\stopbuffer

\startEIFFEL
\typebuffer[deque]
\stopEIFFEL

greetings

severin
> 
> Kind regards Willi
> 
> Severin Obertüfer wrote:
> 
> > hello
> >  
> > i have a little verbatim problem
> >  
> > i used the \startEIFFEL \stopEIFFEL verbatim environment in a verry 
> > simple way like this:
> >  
> > \startEIFFEL
> > class
> > DEQUE [G]
> >  
> > inherit
> > DOUBLE_LINKED_LIST[G]
> > rename
> > extend as insertRight,
> > prepend as insertLeft
> > end
> > create
> > make, make_empty
> >  
> > feature -- Access
> > 
> > -- and so on
> > 
> > \stopEIFFEL
> >  
> > now i wanted to make this things a bit more useful and flexible.
> >  
> > i thougt of something like this
> >  
> > \startEIFFEL
> > \input deque
> > \stopEIFFEL
> >  
> > but of corse the keyword input is normal text in verbatim 
> mode... :) 
> > is there a simple solution for that, for example like this
> >  
> > \startEIFFEL
> > \specialcommand{\input deque}
> > \stopEIFFEL
> > ???
> >  
> > by the way : can i give as to the inputcommand a argument like this:
> >  
> > \input D:\Files\ETH\Eiffel\deque.e
> >  
> > where "deque.e" is a normal eiffel source file
> >  
> > thanks for an answer
> >  
> > mfg
> >  
> > severin
> > 
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] verbatim problem

2004-04-22 Thread Willi Egger
Hi,

Did you think of putting the information into a buffer and put the 
contents in your document with \typebuffer?

Kind regards Willi

Severin Obertüfer wrote:

hello 
 
i have a little verbatim problem
 
i used the \startEIFFEL \stopEIFFEL verbatim environment in a verry simple
way like this:
 
\startEIFFEL
class
DEQUE [G]
 
inherit
DOUBLE_LINKED_LIST[G]
rename
extend as insertRight,
prepend as insertLeft
end
create
make, make_empty
 
feature -- Access

-- and so on

\stopEIFFEL
 
now i wanted to make this things a bit more useful and flexible.
 
i thougt of something like this
 
\startEIFFEL
\input deque
\stopEIFFEL
 
but of corse the keyword input is normal text in verbatim mode... :)
is there a simple solution for that, for example like this
 
\startEIFFEL
\specialcommand{\input deque}
\stopEIFFEL
???
 
by the way : can i give as to the inputcommand a argument like this:
 
\input D:\Files\ETH\Eiffel\deque.e
 
where "deque.e" is a normal eiffel source file
 
thanks for an answer
 
mfg
 
severin

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] verbatim problem

2004-04-22 Thread Severin Obertüfer



hello 

 
i have a little 
verbatim problem
 
i used the 
\startEIFFEL \stopEIFFEL verbatim environment in a verry simple way like 
this:
 
\startEIFFEL
class    DEQUE 
[G]
 
    
inherit    
DOUBLE_LINKED_LIST[G]    
rename    
extend as 
insertRight,    
prepend as insertLeft    
endcreate    make, make_empty
 
feature -- 
Access
    

    
-- and so on
\stopEIFFEL
 
now i wanted to make 
this things a bit more useful and flexible.
 
i thougt of 
something like this
 
\startEIFFEL
    
\input deque
\stopEIFFEL
 
but of corse the 
keyword input is normal text in verbatim mode... :)
is there a simple 
solution for that, for example like this
 
\startEIFFEL
\specialcommand{\input deque}
\stopEIFFEL
???
 
by the way : can i 
give as to the inputcommand a argument like this:
 
\input 
D:\Files\ETH\Eiffel\deque.e
 
where "deque.e" is a 
normal eiffel source file
 
thanks for an 
answer
 
mfg
 
severin


Re: [NTG-context] Superimposing two flowcharts

2004-04-22 Thread Hans Hagen
At 09:26 22/04/2004, you wrote:
Hi all,

I would like to make a flowchart in which one shape (FLOWcell) is 
essentially bigger than the other shapes (in fact it should occupy the 
space for two ordinary shapes).
Now I made two flowcharts; one consists of the one bigger shape, while the 
other consists of the remaining shapes (of which two are invisible because 
their shape is defined as `node'). My idea is to put one flowchart on top 
of the other.
Is this possible? And if it is, how should I do this?
B.t.w. using `offset=overlay' in \setupFLOWcharts gives a syntax error.
\startoverlay
  {... de chart ...}
  {... de chart ...}
\stopoverlay
Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Superimposing two flowcharts

2004-04-22 Thread Sytse Knypstra
Hi all,

I would like to make a flowchart in which one shape (FLOWcell) is 
essentially bigger than the other shapes (in fact it should occupy the 
space for two ordinary shapes).
Now I made two flowcharts; one consists of the one bigger shape, while the 
other consists of the remaining shapes (of which two are invisible because 
their shape is defined as `node'). My idea is to put one flowchart on top 
of the other.
Is this possible? And if it is, how should I do this?
B.t.w. using `offset=overlay' in \setupFLOWcharts gives a syntax error.

Sytse Knypstra

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context