Re: SIunitx – Tabelle con numeri complessi

#86029
Up
0
Down
::


Forse è meglio scrivere qualcosa del genere:
`
\begin{table}[htb]
\caption{tabella di prova}
\[
\begin{array}{cc}
\toprule
f(x) & g(x) \\
\midrule
0.325 & 1.41 + \jmath 6.98 \\
5 + \jmath 0.9 & \tan x \\
0 & \jmath 7.9876 \\
\bottomrule
\end{array}
\]
\end{table}
`

Go to top