Changes for page Element Messenger
Last modified by Thomas Coelho (local) on 2026/03/13 11:41
From version 18.3
edited by Thomas Coelho (local)
on 2026/03/06 13:37
on 2026/03/06 13:37
Change comment:
There is no comment for this version
To version 19.1
edited by Thomas Coelho (local)
on 2026/03/06 13:44
on 2026/03/06 13:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -86,6 +86,23 @@ 86 86 87 87 == Latex Formula Rendering == 88 88 89 -It's declared as experimental feature. In the Desktop App you can add a configuration file in JSON format. 89 +It's declared as experimental feature. In the Desktop App you can add a configuration file in JSON format. 90 90 91 - 91 +{{code language="bash"}} 92 +cd ~/.config/Element 93 +{{/code}} 94 + 95 +Create a file "config.json" with the following content: 96 + 97 +{{code language="json"}} 98 +{ 99 + "features": { 100 + "feature_latex_maths": true 101 + } 102 +} 103 + 104 +{{/code}} 105 + 106 +In the web client this is also enabled. 107 + 108 +You can render Latex with a surrounding $ or $$ for inline or block setting. SeeĀ [[Documentation>>https://github.com/element-hq/element-web/blob/develop/docs/labs.md]]