mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #4224 from overleaf/as-symbol-palette-tweaks
2 minor symbol palette tweaks GitOrigin-RevId: a1e8a1994330735f9cdb154743f679b02213ccb0
This commit is contained in:
parent
eebeffc1c5
commit
392b854f49
2 changed files with 4 additions and 2 deletions
|
@ -892,7 +892,7 @@ const ProjectController = {
|
|||
),
|
||||
showSymbolPalette: shouldDisplayFeature(
|
||||
'symbol_palette',
|
||||
user.betaProgram
|
||||
user.alphaProgram || user.betaProgram
|
||||
),
|
||||
trackPdfDownload: partOfPdfCachingRollout('collect-metrics'),
|
||||
enablePdfCaching: partOfPdfCachingRollout('enable-caching'),
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"category": "Greek",
|
||||
"command": "\\iota",
|
||||
"codepoint": "U+1D704",
|
||||
"description": "lowercase Greek letter iota",
|
||||
"description": "Lowercase Greek letter iota",
|
||||
"aliases": ["ι"],
|
||||
"notes": ""
|
||||
},
|
||||
|
@ -647,6 +647,7 @@
|
|||
"command": "\\Leftarrow",
|
||||
"codepoint": "U+021D0",
|
||||
"description": "Is implied by",
|
||||
"aliases": ["<="],
|
||||
"notes": ""
|
||||
},
|
||||
{
|
||||
|
@ -654,6 +655,7 @@
|
|||
"command": "\\Rightarrow",
|
||||
"codepoint": "U+021D2",
|
||||
"description": "Implies",
|
||||
"aliases": ["=>"],
|
||||
"notes": ""
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue