add \S and \P (#1110)

This commit is contained in:
Kevin Barabash
2018-01-28 17:32:19 -05:00
committed by GitHub
parent 64d776eb4e
commit 0eae99fb08
2 changed files with 3 additions and 1 deletions

View File

@@ -124,6 +124,8 @@ defineSymbol(math, main, textord, "\u211c", "\\Re", true);
defineSymbol(math, main, textord, "\u2661", "\\heartsuit", true);
defineSymbol(math, main, textord, "\u2111", "\\Im", true);
defineSymbol(math, main, textord, "\u2660", "\\spadesuit", true);
defineSymbol(text, main, textord, "\u00a7", "\\S", true);
defineSymbol(text, main, textord, "\u00b6", "\\P", true);
// Math and Text
defineSymbol(math, main, textord, "\u2020", "\\dag");