Merge pull request #4224 from overleaf/as-symbol-palette-tweaks

2 minor symbol palette tweaks

GitOrigin-RevId: a1e8a1994330735f9cdb154743f679b02213ccb0
This commit is contained in:
Timothée Alby 2021-06-21 16:00:39 +02:00 committed by Copybot
parent eebeffc1c5
commit 392b854f49
2 changed files with 4 additions and 2 deletions

View file

@ -892,7 +892,7 @@ const ProjectController = {
),
showSymbolPalette: shouldDisplayFeature(
'symbol_palette',
user.betaProgram
user.alphaProgram || user.betaProgram
),
trackPdfDownload: partOfPdfCachingRollout('collect-metrics'),
enablePdfCaching: partOfPdfCachingRollout('enable-caching'),

View file

@ -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": ""
},
{