Site Tools


writing-guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
writing-guide [May 25, 2026 at 13:35] Ivan Janevskiwriting-guide [May 25, 2026 at 13:38] (current) Ivan Janevski
Line 29: Line 29:
 ``` ```
  
 +## Equations
 +Equations should be written in LaTeX. Math symbols like greek letters $\alpha,\beta,\gamma$ are fine to embed directly into paragraphs but heavy-duty equations that involve matrices, integrals, fractions, sums and so on should preferably put in their own line. For example the following is a matrix for Pauli $X$ gate
 +$$X = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}$$
writing-guide.txt · Last modified: by Ivan Janevski