From: Hironori Kitagawa Date: Thu, 6 Jun 2019 02:30:10 +0000 (+0900) Subject: added test91-siunitx.tex X-Git-Tag: 20190708.0~10 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=82b302e726dd863bb348e19a1005cf618216aacf;p=luatex-ja%2Fluatexja.git added test91-siunitx.tex --- diff --git a/test/test91-siunitx.tex b/test/test91-siunitx.tex new file mode 100644 index 0000000..c242810 --- /dev/null +++ b/test/test91-siunitx.tex @@ -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} + + +