Sorry for the title, I don't know how to formulate the question in short.
What I need is to define something like constant parameters, for example I have through the code this list:
\begin{list}{\labelitemi}{\leftmargin=2em}
\item a
\item b
\end{list}
I never remember this part {\labelitemi}{\leftmargin=2em} and I always need to copy and paste it to create a new list. In which way could I define something like
\begin{myList}
\end{myList}
such that \begin{myList} is actually \begin{list}{\labelitemi}{\leftmargin=2em}?
verbatimandalignas examples. – Steven B. Segletes Mar 19 '14 at 11:49\begin{env}doesn't work in the argument to\newenvironment,\env(with\endenv) work. – egreg Mar 19 '14 at 12:00