>>>>> "Gregor" == Gregor Gorjanc <[EMAIL PROTECTED]> writes:

Gregor> Hello! When writing layout files we can use LatexParam
Gregor> directive to provide additional options that might be used in
Gregor> environments. My env with options looks like

Gregor> \begin{Scode}{echo=true, eval=false, ...} \end{Scode}

Gregor> where ... means other options. How can I define this with
Gregor> LatexParam directive? Is it possible to modfy this values
Gregor> later when a user is writting a file with this environment?

We do not have for now a way to create environments with options that
can be set by the user. It is possible though in 1.5 to make
environments with optional arguments like
\begin{foo}[argument]
...
\end{foo}

JMarc

Reply via email to