Treat subequations as math environment

This commit is contained in:
Patrick Förster 2021-05-15 09:19:49 +02:00
parent c50d9ca00f
commit 4abe5511eb
2 changed files with 3 additions and 1 deletions

View file

@ -2198,6 +2198,8 @@
"eqnarray*",
"equation",
"equation*",
"subequations",
"subequations*",
"gather",
"gather*",
"gathered",

View file

@ -1,5 +1,5 @@
use std::{
io::{BufWriter, Read, Write},
io::{BufWriter, Write},
process::{Command, Stdio},
};