Tests¶
Daniel Weschke
December 28, 2025
1 CSS for Gnuplot SVG¶
1.1 Styling of mousing interaction¶
.org-svg svg rect { stroke: none; }
#coord_text { fill: "#cccccc"; }
2 TikZ¶
% Drawing Views
\tikzstyle{isometric}=[x={(0.710cm,-0.410cm)},y={(0cm,0.820cm)},z={(-0.710cm,-0.410cm)}]
\tikzstyle{dimetric} =[x={(0.935cm,-0.118cm)},y={(0cm,0.943cm)},z={(-0.354cm,-0.312cm)}]
\tikzstyle{dimetric2}=[x={(0.935cm,-0.118cm)},z={(0cm,0.943cm)},y={(+0.354cm,+0.312cm)}]
\tikzstyle{trimetric}=[x={(0.926cm,-0.207cm)},y={(0cm,0.837cm)},z={(-0.378cm,-0.507cm)}]
\tikzstyle{ownmetric}=[x={(1,0)},y={(0,1)},z={(-0.305cm,-0.205cm)}]
\tikzset{%
dimen/.style={magenta},
dimenlr/.style={{Latex[length=4mm, width=1.6mm]}-{Latex[length=4mm, width=1.6mm]},magenta},
dimenr/.style={-{Latex[length=4mm, width=1.6mm]},magenta},
dimenl/.style={{Latex[length=4mm, width=1.6mm]}-,magenta},
}
3 table¶
1
foo |
bar |
2
foo |
bar |
1 |
2 |
3
foo |
bar |
|---|---|
1 |
2 |
4
foo |
bar |
1 |
2 |
3 |
4 |
5
foo |
bar |
|---|---|
1 |
2 |
3 |
4 |
6
foo |
bar |
|---|---|
1 |
2 |
3 |
4 |
5 |
6 |
7
foo |
bar |
|---|---|
1 |
2 |
3 |
4 |
5 |
6 |
4 mathjax units¶
4.1 units¶
\[a = 5\]
\[b = \units{m}\]
\[c = \units[3]{l}\]
4.2 siuntx¶
\[d = \SI{2}{K}\]
\[d = \qty{2}{K}\]