by mathfeel on Mon Jun 29th, 2009
Yes, but this would defeat the purpose of reusing code. Suppose I want some new environment called "cvarbox", I cannot just stick the \begin{center} and \begin{minipage} into the \newenvironment<>, can I?
I am not familiar with TeX, so I am not sure how to do this. Thanks.
[EDIT]:GOT IT. Simply inserting center/minipage in the newenvironment definition worked.