Siunitx_tables

Example An siunitx table for a experimental order of convergence summary can look like this. \begin{table} \centering \sisetup{ separate-uncertainty = true, table-alignment-mode=marker, round-mode=places, round-precision=3, scientific-notation=true} \begin{tabular}{ S[table-format=0.0, scientific-notation=false, round-mode=none] S[table-format = 2.3e1] S[table-format = 2.3e1] S[table-format = 2.3e1] S[table-format = 2.3] } \toprule {resolution} & {$\delta_x$ [\unit{\metre}]} & {$E_{\delta_x}^{(1)}$} & {$\mathrm{EOC}_1$}\\ \midrule[\heavyrulewidth] 60 $\times$ 32 & 6.666667000e-02 & 1.663076419e-03 & \\ 124 $\times$ 64 & 3.225806000e-02 & 3.875007840e-04 & 2.006656460e+00\\ 252 $\times$ 128 & 1....

April 4, 2024 · 2 min · marekond
Mandelbrot set

First post

$$ e = \sum_{n=0}^\infty \frac{1}{n!} $$ This is a warning. This is a note which is not being built as markdown (one with %% around instead of <> doesn’t work for some reason) UPDATE: it is now being built as markdown because of an argument | markdownify. UPDATE: But this removes the ability to have more a shortcode in a shortcode. A useful tip! Beware this. An extract from Game of Life in Python code...

March 30, 2024 · 1 min · marekond