Re: [NTG-context] Using verbatim text with combinations

2009-08-11 Thread Črt Gorup

Exactly. Thank you.

Crt


On Aug 11, 2009, at 9:12 PM, Thomas A. Schmitz wrote:



On Aug 11, 2009, at 8:46 PM, Črt Gorup wrote:


Hi,

I am having some problems using two (side by side) frames  
containing verbatim text. Can anybody suggest the right approach to  
this problem? As long as indents are at the right position, I can  
also survive without the frame around the text.


Thanks, Crt.


I'm not sure I understand what you're trying to achieve. Something  
like this maybe?


\definetyping[ontology][tab=1,style=small,option=commands]
\starttext
\startcombination[2]
{\framed[width=.45\textwidth,height=fit,frame=on,align=right]
{\startontology
Organic Chemicals
Carboxylic Acids
Acids, Carbocyclic
Benzoic Acids
Hydroxybenzoic Acids
Salicylic Acids
Aspirin
\stopontology}}{}
{\framed[width=.45\textwidth,height=fit,frame=on,align=right]
{\startontology
Organic Chemicals
Carboxylic Acids
Acids, Carbocyclic
Benzoic Acids
Hydroxybenzoic Acids
Salicylic Acids
Aspirin
\stopontology}}{}
\stopcombination


___
If your question is of interest to others as well, please add an  
entry to the Wiki!


maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___




smime.p7s
Description: S/MIME cryptographic signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Using verbatim text with combinations

2009-08-11 Thread Thomas A. Schmitz


On Aug 11, 2009, at 8:46 PM, Črt Gorup wrote:


Hi,

I am having some problems using two (side by side) frames containing  
verbatim text. Can anybody suggest the right approach to this  
problem? As long as indents are at the right position, I can also  
survive without the frame around the text.


Thanks, Crt.


I'm not sure I understand what you're trying to achieve. Something  
like this maybe?


\definetyping[ontology][tab=1,style=small,option=commands]
\starttext
\startcombination[2]
{\framed[width=.45\textwidth,height=fit,frame=on,align=right]
{\startontology
Organic Chemicals
Carboxylic Acids
Acids, Carbocyclic
Benzoic Acids
Hydroxybenzoic Acids
Salicylic Acids
Aspirin
\stopontology}}{}
{\framed[width=.45\textwidth,height=fit,frame=on,align=right]
{\startontology
Organic Chemicals
Carboxylic Acids
Acids, Carbocyclic
Benzoic Acids
Hydroxybenzoic Acids
Salicylic Acids
Aspirin
\stopontology}}{}
\stopcombination


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Using verbatim text with combinations

2009-08-11 Thread Črt Gorup

Hi,

I am having some problems using two (side by side) frames containing  
verbatim text. Can anybody suggest the right approach to this problem?  
As long as indents are at the right position, I can also survive  
without the frame around the text.


Thanks, Crt.


\definetyping[ontology][tab=1,style=small,option=commands]
\starttext
\startcombination[2]{
% first frame goes here
}{kemijska klasifikacija}{
% second frame goes here
}{farmakoloska klasifikacija}
\stopcombination

% frame example
\startframedtext[width=5cm]
\startontology
Organic Chemicals
Carboxylic Acids
Acids, Carbocyclic
Benzoic Acids
Hydroxybenzoic Acids
Salicylic Acids
Aspirin
\stopontology
\stopframedtext
\stoptext

smime.p7s
Description: S/MIME cryptographic signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___