Skip to content

latex

Arsen Melikyan edited this page · 14 revisions
Clone this wiki locally

LaTeX is designed for the production of technical and scientific documentation. You can create matrix, arrays or several other mathmatical functions.

$$ (latex language) $$

You can embed Latex in GitterIM. Examples:

Array: $$\begin{array} {c c} arr11 & arr12\ arr21 & arr22\ \end{array}$$

Matrix: $$\begin{pmatrix} 1 & 0 \ 0 & 1 \end{pmatrix}$$

formatting: $$\huge\textstyle\color{#F00}{BigRed}\small\textstyle\color{#0F0}{SmallGreen}$$

Function Support

details

KaTeX Github Repo LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. His advantages are noticable in long documents like books, papers or thesis.

Gitter uses Katex (an custom implementation of LaTeX) and it can be used introducing the following code:

$$\begin{array} {c c}
item11 & item12\
item21 & item 22\
\end{array}
$$

Text:

  • $$\huge\textstyle{some text}$$ -> $$\huge\textstyle{some text}$$
  • $$\color{#F90}{some text}$$ -> $$\color{#F90}{some text}$$
Something went wrong with that request. Please try again.