mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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(
|
showSymbolPalette: shouldDisplayFeature(
|
||||||
'symbol_palette',
|
'symbol_palette',
|
||||||
user.betaProgram
|
user.alphaProgram || user.betaProgram
|
||||||
),
|
),
|
||||||
trackPdfDownload: partOfPdfCachingRollout('collect-metrics'),
|
trackPdfDownload: partOfPdfCachingRollout('collect-metrics'),
|
||||||
enablePdfCaching: partOfPdfCachingRollout('enable-caching'),
|
enablePdfCaching: partOfPdfCachingRollout('enable-caching'),
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
"category": "Greek",
|
"category": "Greek",
|
||||||
"command": "\\iota",
|
"command": "\\iota",
|
||||||
"codepoint": "U+1D704",
|
"codepoint": "U+1D704",
|
||||||
"description": "lowercase Greek letter iota",
|
"description": "Lowercase Greek letter iota",
|
||||||
"aliases": ["ι"],
|
"aliases": ["ι"],
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
|
@ -647,6 +647,7 @@
|
||||||
"command": "\\Leftarrow",
|
"command": "\\Leftarrow",
|
||||||
"codepoint": "U+021D0",
|
"codepoint": "U+021D0",
|
||||||
"description": "Is implied by",
|
"description": "Is implied by",
|
||||||
|
"aliases": ["<="],
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -654,6 +655,7 @@
|
||||||
"command": "\\Rightarrow",
|
"command": "\\Rightarrow",
|
||||||
"codepoint": "U+021D2",
|
"codepoint": "U+021D2",
|
||||||
"description": "Implies",
|
"description": "Implies",
|
||||||
|
"aliases": ["=>"],
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue