Own environment creating
Hello experts, I'll find somewhere perfect example of how to define and set parameters of my own environment. I want to create my own environment derived from framedtext environment. I want to use my own settings such as: \defineframedtext[MyFramedCols][MYTITLE=My title, MYNUMCOLS=3, ..., width = .... (ie the rest is inherited from the parent environment) ] Is such a thing possible? It is within the power of an ordinary user to do something similar (as for example using namespaces)? I was googling without result... Sufficient to link it somehow to try to wade through Thanx Jaroslav
On 15-12-2010 11:49, Jaroslav Hajtmar wrote:
Hello experts,
I'll find somewhere perfect example of how to define and set parameters of my own environment. I want to create my own environment derived from framedtext environment. I want to use my own settings such as:
\defineframedtext[MyFramedCols][MYTITLE=My title, MYNUMCOLS=3, ..., width = .... (ie the rest is inherited from the parent environment) ]
Is such a thing possible? It is within the power of an ordinary user to do something similar (as for example using namespaces)? I was googling without result...
you can just add your own key/values and access them with \framedparameter{MYTITLE} etc ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hello Hans, Its ingeniously simple and easy!!! ConTeXt never cease fascinate to me! God Save the developers of ConTeXt! :-) Jaroslav with greetings Dne 15.12.2010 12:37, Hans Hagen napsal(a):
On 15-12-2010 11:49, Jaroslav Hajtmar wrote:
Hello experts,
I'll find somewhere perfect example of how to define and set parameters of my own environment. I want to create my own environment derived from framedtext environment. I want to use my own settings such as:
\defineframedtext[MyFramedCols][MYTITLE=My title, MYNUMCOLS=3, ..., width = .... (ie the rest is inherited from the parent environment) ]
Is such a thing possible? It is within the power of an ordinary user to do something similar (as for example using namespaces)? I was googling without result...
you can just add your own key/values and access them with \framedparameter{MYTITLE} etc
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Jaroslav Hajtmar