Skip to content

Commit

Permalink
Merge pull request #45 from jkuczm/fix_inner_envs
Browse files Browse the repository at this point in the history
Use plain form inner environments
  • Loading branch information
jkuczm authored May 13, 2021
2 parents 7ed36d3 + 8ed9724 commit 34f0ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmacells.sty
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@

\bool_if:NT \l_mmacells_uselist_bool
{
\begin{list}{\box_use:N \l_mmacells_label_box}{
\list{\box_use:N \l_mmacells_label_box}{
\labelsep=\l_mmacells_label_sep_dim
\leftmargin=\l_mmacells_leftmargin_dim
\labelwidth=\l_mmacells_label_dim
Expand All @@ -439,7 +439,7 @@
{
\__mmacells_end_verbatimenv:
\bool_if:NT \l_mmacells_uselist_bool
{ \end{list} }
{ \endlist }
}

\cs_new_protected:Npn \mmacells_cell_graphics:nnn #1#2#3
Expand Down

0 comments on commit 34f0ea0

Please sign in to comment.