Skip to content

Commit 0eae99f

Browse files
authored
add \S and \P (#1110)
1 parent 64d776e commit 0eae99f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/symbols.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ defineSymbol(math, main, textord, "\u211c", "\\Re", true);
124124
defineSymbol(math, main, textord, "\u2661", "\\heartsuit", true);
125125
defineSymbol(math, main, textord, "\u2111", "\\Im", true);
126126
defineSymbol(math, main, textord, "\u2660", "\\spadesuit", true);
127+
defineSymbol(text, main, textord, "\u00a7", "\\S", true);
128+
defineSymbol(text, main, textord, "\u00b6", "\\P", true);
127129

128130
// Math and Text
129131
defineSymbol(math, main, textord, "\u2020", "\\dag");

0 commit comments

Comments
 (0)