# %%% BottomNote Environment
Style BottomNote
  LatexType             Environment
  LatexName             whiteargs[1in, 3in]
### rest of this environment style is left out for clarity
End

This example doesn't work because it will produce the following LaTeX output:

\begin{whiteargs[1in, 3in]}

...

\end{whiteargs[1in, 3in]}


You should try something like this:

# %%% BottomNote Environment
Style BottomNote
  LatexType             Environment
  LatexName             whiteargs
  LatexParam            [1in, 3in]
### rest of this environment style is left out for clarity
End

Regards,

Mael.

--
Mael Hilléreau

Reply via email to