Difference between revisions of "Main Page"

(Practical Information: link to AllPages)
Line 11: Line 11:
== Hello Fellow Comonadists! ==
== Hello Fellow Comonadists! ==


Welcome to our shared wiki. As you can see, we can add mathematics! And even define our own commands. Internally it uses MathJax to render formulas. Go to ''Edit'' of this page to see how I did it:
Welcome to our shared wiki. As you can see, we can write mathematics here! It is based on the same software as Wikipedia is, with an extension to write LaTeX. Internally it uses MathJax to render formulas. Go to ''Edit'' of this page to see how I did it (especially see the top of the text where I define macros the same way as we would do in regular LaTeX).


Note that there are minor differences with LaTeX. Inline mathematics is typeset with <code><nowiki>$$...$$</nowiki></code>, <code>\(...\)</code>, and <code>math</code> HTML tag. This means that <code><nowiki>$...$</nowiki></code> '''won't work!''' And display style maths is written with <code>\[...\]</code>, <code>\begin{XXX}...\end{XXX}</code>, where <code>XXX</code> can be, for example, <code>align</code>.


Inline mathematics is typeset with <code><nowiki>$$...$$</nowiki></code>, <code>\(...\)</code>, and <code>math</code> HTML tag. And display style maths with <code>\[...\]</code>, <code>\begin{align}...\end{align}</code>.




Line 25: Line 23:
\Pk A = ...
\Pk A = ...
\end{align}
\end{align}

As an example, I've transformed Nihil's CSP cheatsheet to a separate page [[Dualities_for_CSPs]].


=== Practical Information ===
=== Practical Information ===
Line 43: Line 43:
* Only members of this Wiki can edit the pages and only members can invite other members. To create new account (for somebody) go to [[Special:CreateAccount]]
* Only members of this Wiki can edit the pages and only members can invite other members. To create new account (for somebody) go to [[Special:CreateAccount]]
* For information about formating see [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]
* For information about formating see [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]
* Some information about MediaWiki: [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide], [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list], and [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ].
* Some information about MediaWiki: [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] and [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ].

Revision as of 11:26, 2 May 2020

\( \newcommand\Ek{\mathbb E_k} \newcommand\Pk{\mathbb P_k} \)

Hello Fellow Comonadists!

Welcome to our shared wiki. As you can see, we can write mathematics here! It is based on the same software as Wikipedia is, with an extension to write LaTeX. Internally it uses MathJax to render formulas. Go to Edit of this page to see how I did it (especially see the top of the text where I define macros the same way as we would do in regular LaTeX).

Note that there are minor differences with LaTeX. Inline mathematics is typeset with $$...$$, \(...\), and math HTML tag. This means that $...$ won't work! And display style maths is written with \[...\], \begin{XXX}...\end{XXX}, where XXX can be, for example, align.


See for example this $$\Ek A$$ and \(\Pk A\) and also the following:

\[ \Ek A =\ ... \] and \begin{align} \Pk A = ... \end{align}

As an example, I've transformed Nihil's CSP cheatsheet to a separate page Dualities_for_CSPs.

Practical Information

To create a new page use the following form:

The list of all pages we have created is here: Special:AllPages

Furthermore: