Discussion about this post

User's avatar
Barbara Shirvis's avatar

UGH so complicated. I just want simple tables.... this is too many steps for an old person.

Expand full comment
Arnav M's avatar

This might not be the solution you're looking for, but it's possible to insert tables in the form of LaTex. Unfortunately only built-in packages seem to work, I couldn't get "table" or "tabular" so you're very limited in terms of formatting.

Example:

\begin{array}{c c}

\textbf{Measurement outcome} & \textbf{Expression} \\

\hline

00 & \alpha |0\rangle + \beta|1\rangle \\

01 & \alpha |1\rangle + \beta|0\rangle \\

10 & \alpha |0\rangle - \beta|1\rangle \\

11 & \alpha |1\rangle - \beta|0\rangle \\

\end{array}

Expand full comment
29 more comments...

No posts