-
Notifications
You must be signed in to change notification settings - Fork 2
Latex
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:
$$\begin{array} {c c}
arr11 & arr12\\
arr21 & arr22\\
\end{array}$$
$$\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}$$
$$\huge\textstyle\color{#F00}{BigRed}\small\textstyle\color{#0F0}{SmallGreen}$$
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}$$
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links