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 20.1
edited by Thomas Coelho (local)
on 2026/03/13 11:40
on 2026/03/13 11:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -31,6 +31,14 @@ 31 31 32 32 For example: @itptest:itp.uni-frankfurt.de 33 33 34 +== Our Server == 35 + 36 +If you use something different then our Element-Web, you need to connect the client to our matrix server. 37 + 38 +{{info}} 39 +Our Matrix Server: **matrix.itp.uni-frankfurt.de** 40 +{{/info}} 41 + 34 34 = Where to start = 35 35 36 36 Starting is quite easy: Go to our Element-Web Client [[ITP Element-Web>>https://element.itp.uni-frankfurt.de]] ... ... @@ -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. 97 +It's declared as experimental feature. In the Desktop App you can add a configuration file in JSON format. 90 90 91 - 99 +{{code language="bash"}} 100 +cd ~/.config/Element 101 +{{/code}} 102 + 103 +Create a file "config.json" with the following content: 104 + 105 +{{code language="json"}} 106 +{ 107 + "features": { 108 + "feature_latex_maths": true 109 + } 110 +} 111 + 112 +{{/code}} 113 + 114 +In the web client this is also enabled. 115 + 116 +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]]