mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Added support for \not (#140)
* Added support for \not * fix grammar in comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user