Skip to content

Commit

Permalink
Merge pull request ftilmann#222 from sylph1o/master
Browse files Browse the repository at this point in the history
Support multlined array environment
  • Loading branch information
ftilmann authored Feb 19, 2021
2 parents fd5ce48 + ee3b5c1 commit 81dedbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latexdiff
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ my ($ARRENV,
# my $MATHREPL='displaymath'; # Environment introducing deleted maths blocks
# my $MATHARRENV='(?:eqnarray|align|alignat|gather|multline|flalign)[*]?' ; # Environments turning on eqnarray math mode
# my $MATHARRREPL='eqnarray*'; # Environment introducing deleted maths blocks
# my $ARRENV='(?:aligned|gathered|array|[pbvBV]?matrix|smallmatrix|cases|split)'; # Environments making arrays in math mode. The underlining style does not cope well with those - as a result in-text math environments are surrounded by \mbox{ } if any of these commands is used in an inline math block
# my $ARRENV='(?:aligned|gathered|multlined|array|[pbvBV]?matrix|smallmatrix|cases|split)'; # Environments making arrays in math mode. The underlining style does not cope well with those - as a result in-text math environments are surrounded by \mbox{ } if any of these commands is used in an inline math block
# my $COUNTERCMD='(?:footnote|part|chapter|section|subsection|subsubsection|paragraph|subparagraph)'; # textcmds which are associated with a counter
# # If any of these commands occur in a deleted block
# # they will be succeeded by an \addtocounter{...}{-1}
Expand Down Expand Up @@ -5158,6 +5158,7 @@ flalign[*]?
%%BEGIN ARRENV CONFIG
aligned
gathered
multlined
array
[pbvBV]?matrix
smallmatrix
Expand Down

0 comments on commit 81dedbf

Please sign in to comment.