OSDN Git Service

added test91-siunitx.tex
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 6 Jun 2019 02:30:10 +0000 (11:30 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 6 Jun 2019 02:30:10 +0000 (11:30 +0900)
test/test91-siunitx.tex [new file with mode: 0644]

diff --git a/test/test91-siunitx.tex b/test/test91-siunitx.tex
new file mode 100644 (file)
index 0000000..c242810
--- /dev/null
@@ -0,0 +1,26 @@
+\documentclass{article}
+\usepackage{siunitx}
+\usepackage{luatexja}
+
+\begin{document}
+\SI{2.5e-10}{mol.L^{-1}}
+
+
+\vrule
+\begin{tabular}{Ss}
+  -.123 & J.mol^{-1} \\
+  1.23e-3 & W.h^{2} \\
+\end{tabular}%
+\vrule
+
+\vrule
+\begin{tabular}{Ss}
+   \\\hline
+   x & \\\hline
+   & x \\
+\end{tabular}%
+\vrule
+\end{document}
+
+
+