OSDN Git Service

Fix #43130
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 31 Oct 2021 01:57:51 +0000 (10:57 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 31 Oct 2021 01:57:51 +0000 (10:57 +0900)
src/patches/lltjp-siunitx.sty
test/test91-siunitx.tex

index db444ae..fcc8922 100644 (file)
@@ -1,5 +1,5 @@
 %
-% lltjp-siunitx.sty 2021-04-19
+% lltjp-siunitx.sty 2021-10-31
 %
 
 \NeedsTeXFormat{LaTeX2e}
@@ -31,6 +31,9 @@
         \__siunitx_print_text_replace:n {#1}
       }
   }
+\cs_set_eq:NN \ltj_orig__siunitx_table_collect_begin:w \__siunitx_table_collect_begin:w
+\cs_set_protected:Npn \__siunitx_table_collect_begin:w #1 \relax
+  { \ltj_orig__siunitx_table_collect_begin:w }
 }% siunitx v3.00 end
 {% siunitx v2.xx
 \cs_generate_variant:Nn \tl_if_in:NnT { coT }
index c242810..e67c76e 100644 (file)
@@ -3,22 +3,13 @@
 \usepackage{luatexja}
 
 \begin{document}
-\SI{2.5e-10}{mol.L^{-1}}
+\SI{-2.5e-10}{mol.L^{-1}.\ohm.\angstrom''}
 
 
 \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}%
+\begin{tabular}{S}
+  0 \\   12345 \\   e3 \\   0.0+-0.1
+\end{tabular}
 \vrule
 \end{document}