Added support for \not (#140)

* Added support for \not

* fix grammar in comment
This commit is contained in:
Kevin Barabash
2017-08-23 13:24:17 -04:00
committed by GitHub
parent 201193233e
commit c6647e3303
8 changed files with 51 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
}
.base {
position: relative;
display: inline-block;
}
@@ -107,6 +108,11 @@
font-style: italic;
}
.mainrm {
font-family: KaTeX_Main;
font-style: normal;
}
// This value is also used in fontMetrics.js, if you change it make sure the
// values match.
@ptperem: 10.0;