implement numbered equations and equation references

This commit is contained in:
Axel Kohlmeyer
2022-09-29 12:04:43 -04:00
parent 96c0d39be2
commit c6eb6d858b
2 changed files with 53 additions and 25 deletions

View File

@ -1,3 +1,11 @@
.math {
text-align: left;
}
.eqno {
float: right;
}
.wy-nav-content {
max-width: 100% !important;
}