Skip to content

Commit

Permalink
feat: added \S command (section symbol)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Jul 13, 2024
1 parent f29d923 commit 8fa90e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/latex-commands/symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ defineSymbols(
// Ordinary symbols
defineSymbols([
['\\surd', 0x221a],
['\\S', 0x00a7], // Section symbol: §

// From MnSymbol package

Expand Down

0 comments on commit 8fa90e0

Please sign in to comment.