From 6d1d56a11a1ad5479f3b834f00d94693b8aaeb6e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 Dec 2015 22:39:32 +0000 Subject: siunitx (31dec15) git-svn-id: svn://tug.org/texlive/trunk@39248 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/README.md | 2 +- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 613039 -> 613201 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 151 +++++++++++---------- .../tex/latex/siunitx/siunitx-abbreviations.cfg | 2 +- .../tex/latex/siunitx/siunitx-binary.cfg | 2 +- .../tex/latex/siunitx/siunitx-version-1.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 131 +++++++++--------- 7 files changed, 145 insertions(+), 145 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/siunitx/README.md b/Master/texmf-dist/doc/latex/siunitx/README.md index abccc7d4465..93244686b6d 100644 --- a/Master/texmf-dist/doc/latex/siunitx/README.md +++ b/Master/texmf-dist/doc/latex/siunitx/README.md @@ -29,7 +29,7 @@ siunitx.dtx` will extract it and also typeset the documentation. The package requires LaTeX3 support as provided in the `l3kernel` and `l3packages` bundles. Both of these are available on [CTAN](http://www.ctan.org/) as ready-to-install zip files. -Suitable versions are available in MiKTeX 2.9 and TeX Live 2012 +Suitable versions are available in MiKTeX 2.9 and TeX Live 2015 (updating the relevant packages online may be necessary). LaTeX3, and so `siunitx`, requires the e-TeX extensions: these are available on all modern TeX systems. diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index 9d9d8d5b9af..1df45294e6d 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index f50bfbf3400..3635915164c 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -116,7 +116,7 @@ This work consists of the file siunitx.dtx \nopreamble\nopostamble \usedir{doc/latex/siunitx} \generate{ - \file{README.txt}{\from{\jobname.dtx}{readme}} + \file{README.md}{\from{\jobname.dtx}{readme}} } \ifx\fmtname\nameofplainTeX \expandafter\endbatchfile @@ -641,6 +641,8 @@ This work consists of the file siunitx.dtx % \changes{v2.6k}{2015/09/12}{Track \pkg{expl3} changes} % \changes{v2.6l}{2015/09/14}{Fix an internal error} % \changes{v2.6m}{2015/10/15}{Address an issue with \pkg{mwtab}} +% \changes{v2.6n}{2015/12/31}{Improve defintion for degree Celsius} +% \changes{v2.6n}{2015/12/31}{Fix angstrom symbol with \LuaTeX{}} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -3936,8 +3938,8 @@ This work consists of the file siunitx.dtx % math-angstrom & Literal & \verb=\text{\AA}= \\ % math-arcminute & Literal & \verb={}^{\prime}= \\ % math-arcsecond & Literal & \verb={}^{\prime\prime}= \\ -% math-celsius & Literal & \verb={}^{\circ}= \\ -% & & \verb=\kern -\scriptspace \mathrm{C}= \\ +% math-celsius & Literal & +% \verb={}^{\circ}\kern-\scriptspace C= \\ % math-degree & Literal & \verb={}^{\circ}= \\ % math-micro & Literal & \meta{see text} \\ % math-ohm & Literal & \cs{Omega} \\ @@ -3947,7 +3949,7 @@ This work consists of the file siunitx.dtx % text-arcsecond & Literal & % \verb=\ensuremath{{}^{\prime\prime}}= \\ % text-celsius & Literal & \verb=\ensuremath{{}^{\circ}= \\ -% & & \verb=\kern -\scriptspace \text{C}}= \\ +% & & \verb=\kern -\scriptspace C}= \\ % text-degree & Literal & \verb=\ensuremath{{}^{\circ}}= \\ % text-micro & Literal & \meta{see text} \\ % text-ohm & Literal & \verb=\ensuremath{\Omega}= \\ @@ -5164,7 +5166,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2015/10/15} {2.6m} +\ProvidesExplPackage {siunitx} {2015/12/31} {2.6n} {A comprehensive (SI) units package} % \end{macrocode} % @@ -15371,7 +15373,7 @@ This work consists of the file siunitx.dtx math-angstrom = \text { \AA }, math-arcminute = { } ^ { \prime }, math-arcsecond = { } ^ { \prime \prime }, - math-celsius = { } ^ { \circ } \kern - \scriptspace \mathrm { C }, + math-celsius = { } ^ { \circ } \kern - \scriptspace C, math-degree = { } ^ { \circ }, math-micro = \text { \c_@@_mu_tl }, math-ohm = \text { \ensuremath { \c_@@_omega_tl } }, @@ -15407,7 +15409,7 @@ This work consists of the file siunitx.dtx text-arcminute = \ensuremath { { } ^ { \prime } }, text-arcsecond = \ensuremath { { } ^ { \prime \prime } }, text-celsius = - \ensuremath { { } ^ { \circ } \kern - \scriptspace \text { C } }, + \ensuremath { { } ^ { \circ } \kern - \scriptspace C }, text-degree = \ensuremath { { } ^ { \circ } }, text-micro = \c_@@_mu_tl , text-ohm = \ensuremath { \c_@@_omega_tl }, @@ -15482,86 +15484,85 @@ This work consists of the file siunitx.dtx % The single degree Celsius symbol is a compatibility character, and so % the two separate glyphs \enquote{degree} and \enquote{C} are used. % \begin{macrocode} -\bool_if:nT - { - \sys_if_engine_luatex_p: || - \sys_if_engine_xetex_p: - } +\AtBeginDocument { - \AtBeginDocument + \@ifpackageloaded { fontspec } { - \@ifpackageloaded { fontspec } + \int_const:Nn \c_@@_degree_int { 176 } + \@ifpackageloaded { unicode-math } + { \int_const:Nn \c_@@_micro_int { "003BC } } + { \int_const:Nn \c_@@_micro_int { "000B5 } } + \int_const:Nn \c_@@_angstrom_int { "0212B } + \int_const:Nn \c_@@_ohm_int { "003A9 } + \bool_if:NT \c_sys_engine_xetex_bool { - \int_const:Nn \c_@@_degree_int { 176 } - \@ifpackageloaded { unicode-math } - { \int_const:Nn \c_@@_micro_int { "003BC } } - { \int_const:Nn \c_@@_micro_int { "000B5 } } - \int_const:Nn \c_@@_angstrom_int { "0212B } - \int_const:Nn \c_@@_ohm_int { "003A9 } \@@_option_unchanged:Nnn \l_@@_angstrom_math_tl { \text { \AA } } { \tex_char:D \c_@@_angstrom_int } - \@@_option_unchanged:Nnn \l_@@_celsius_math_tl - { { } ^ { \circ } \kern - \scriptspace \text { C } } - { - \tex_char:D \c_@@_degree_int - C - } - \@@_option_unchanged:Nnn \l_@@_degree_math_tl - { { } ^ { \circ } } - { \tex_char:D \c_@@_degree_int } - \@@_option_unchanged:Nnn \l_@@_micro_math_tl - { \text { \c_@@_mu_tl } } - { \tex_char:D \c_@@_micro_int } - \@@_option_unchanged:Nnn \l_@@_ohm_math_tl - { \text { \ensuremath { \c_@@_omega_tl } } } - { \tex_char:D \c_@@_ohm_int } + } + \@@_option_unchanged:Nnn \l_@@_celsius_math_tl + { { } ^ { \circ } \kern - \scriptspace C } + { + \tex_char:D \c_@@_degree_int + C + } + \@@_option_unchanged:Nnn \l_@@_degree_math_tl + { { } ^ { \circ } } + { \tex_char:D \c_@@_degree_int } + \@@_option_unchanged:Nnn \l_@@_micro_math_tl + { \text { \c_@@_mu_tl } } + { \tex_char:D \c_@@_micro_int } + \@@_option_unchanged:Nnn \l_@@_ohm_math_tl + { \text { \ensuremath { \c_@@_omega_tl } } } + { \tex_char:D \c_@@_ohm_int } + \bool_if:NT \c_sys_engine_xetex_bool + { \@@_option_unchanged:Nnn \l_@@_angstrom_text_tl { \AA } { \tex_char:D \c_@@_angstrom_int } - \@@_option_unchanged:Nnn \l_@@_celsius_text_tl - { - \ensuremath - { { } ^ { \circ } \kern - \scriptspace \text { C } } - } - { - \tex_char:D \c_@@_degree_int - C - } - \@@_option_unchanged:Nnn \l_@@_degree_text_tl - { \ensuremath { { } ^ { \circ } } } - { \tex_char:D \c_@@_degree_int } - \@@_option_unchanged:Nnn \l_@@_micro_text_tl - { \c_@@_mu_tl } - { \tex_char:D \c_@@_micro_int } - \@@_option_unchanged:Nnn \l_@@_ohm_text_tl - { \ensuremath { \c_@@_omega_tl } } - { \tex_char:D \c_@@_ohm_int } } - { } + \@@_option_unchanged:Nnn \l_@@_celsius_text_tl + { + \ensuremath + { { } ^ { \circ } \kern - \scriptspace C } + } + { + \tex_char:D \c_@@_degree_int + C + } + \@@_option_unchanged:Nnn \l_@@_degree_text_tl + { \ensuremath { { } ^ { \circ } } } + { \tex_char:D \c_@@_degree_int } + \@@_option_unchanged:Nnn \l_@@_micro_text_tl + { \c_@@_mu_tl } + { \tex_char:D \c_@@_micro_int } + \@@_option_unchanged:Nnn \l_@@_ohm_text_tl + { \ensuremath { \c_@@_omega_tl } } + { \tex_char:D \c_@@_ohm_int } + } + { } % \end{macrocode} % Slightly more specialised: these only work in math mode with % \pkg{unicode-math}. % \begin{macrocode} - \@ifpackageloaded { unicode-math } - { - \int_const:Nn \c_@@_arcminute_int { 8242 } - \int_const:Nn \c_@@_arcsecond_int { 8243 } - \@@_option_unchanged:Nnn \l_@@_arcminute_math_tl - { { } ^ { \prime } } - { \ensuremath { \tex_char:D \c_@@_arcminute_int } } - \@@_option_unchanged:Nnn \l_@@_arcsecond_math_tl - { { } ^ { \prime \prime } } - { \ensuremath { \tex_char:D \c_@@_arcsecond_int } } - \@@_option_unchanged:Nnn \l_@@_arcminute_text_tl - { \ensuremath { { } ^ { \prime } } } - { \ensuremath { \tex_char:D \c_@@_arcminute_int } } - \@@_option_unchanged:Nnn \l_@@_arcsecond_text_tl - { \ensuremath { { } ^ { \prime \prime } } } - { \ensuremath { \tex_char:D \c_@@_arcsecond_int } } - } - { } + \@ifpackageloaded { unicode-math } + { + \int_const:Nn \c_@@_arcminute_int { 8242 } + \int_const:Nn \c_@@_arcsecond_int { 8243 } + \@@_option_unchanged:Nnn \l_@@_arcminute_math_tl + { { } ^ { \prime } } + { \ensuremath { \tex_char:D \c_@@_arcminute_int } } + \@@_option_unchanged:Nnn \l_@@_arcsecond_math_tl + { { } ^ { \prime \prime } } + { \ensuremath { \tex_char:D \c_@@_arcsecond_int } } + \@@_option_unchanged:Nnn \l_@@_arcminute_text_tl + { \ensuremath { { } ^ { \prime } } } + { \ensuremath { \tex_char:D \c_@@_arcminute_int } } + \@@_option_unchanged:Nnn \l_@@_arcsecond_text_tl + { \ensuremath { { } ^ { \prime \prime } } } + { \ensuremath { \tex_char:D \c_@@_arcsecond_int } } } + { } } % \end{macrocode} % \end{variable} @@ -16716,7 +16717,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/12/31} {2.6n} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17658,7 +17659,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/12/31} {2.6n} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17840,7 +17841,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-binary.cfg} {2015/12/31} {2.6n} {siunitx: Binary units} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg index 78e2219a582..e9590277b27 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/12/31} {2.6n} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg index ab1b8e87eb4..1642c25aa0d 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-binary.cfg} {2015/12/31} {2.6n} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg index 5d693907923..285607820c6 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2015/10/15} {2.6m} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/12/31} {2.6n} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index b29073d76b1..5c2d2ad8866 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2015/10/15} {2.6m} +\ProvidesExplPackage {siunitx} {2015/12/31} {2.6n} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/09/11 } { } @@ -6880,7 +6880,7 @@ math-angstrom = \text { \AA }, math-arcminute = { } ^ { \prime }, math-arcsecond = { } ^ { \prime \prime }, - math-celsius = { } ^ { \circ } \kern - \scriptspace \mathrm { C }, + math-celsius = { } ^ { \circ } \kern - \scriptspace C, math-degree = { } ^ { \circ }, math-micro = \text { \c__siunitx_mu_tl }, math-ohm = \text { \ensuremath { \c__siunitx_omega_tl } }, @@ -6899,7 +6899,7 @@ text-arcminute = \ensuremath { { } ^ { \prime } }, text-arcsecond = \ensuremath { { } ^ { \prime \prime } }, text-celsius = - \ensuremath { { } ^ { \circ } \kern - \scriptspace \text { C } }, + \ensuremath { { } ^ { \circ } \kern - \scriptspace C }, text-degree = \ensuremath { { } ^ { \circ } }, text-micro = \c__siunitx_mu_tl , text-ohm = \ensuremath { \c__siunitx_omega_tl }, @@ -6925,82 +6925,81 @@ \__siunitx_symbol_new:n { Degree } \__siunitx_symbol_new:n { Micro } \__siunitx_symbol_new:n { Ohm } -\bool_if:nT - { - \sys_if_engine_luatex_p: || - \sys_if_engine_xetex_p: - } +\AtBeginDocument { - \AtBeginDocument + \@ifpackageloaded { fontspec } { - \@ifpackageloaded { fontspec } + \int_const:Nn \c__siunitx_degree_int { 176 } + \@ifpackageloaded { unicode-math } + { \int_const:Nn \c__siunitx_micro_int { "003BC } } + { \int_const:Nn \c__siunitx_micro_int { "000B5 } } + \int_const:Nn \c__siunitx_angstrom_int { "0212B } + \int_const:Nn \c__siunitx_ohm_int { "003A9 } + \bool_if:NT \c_sys_engine_xetex_bool { - \int_const:Nn \c__siunitx_degree_int { 176 } - \@ifpackageloaded { unicode-math } - { \int_const:Nn \c__siunitx_micro_int { "003BC } } - { \int_const:Nn \c__siunitx_micro_int { "000B5 } } - \int_const:Nn \c__siunitx_angstrom_int { "0212B } - \int_const:Nn \c__siunitx_ohm_int { "003A9 } \__siunitx_option_unchanged:Nnn \l__siunitx_angstrom_math_tl { \text { \AA } } { \tex_char:D \c__siunitx_angstrom_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_celsius_math_tl - { { } ^ { \circ } \kern - \scriptspace \text { C } } - { - \tex_char:D \c__siunitx_degree_int - C - } - \__siunitx_option_unchanged:Nnn \l__siunitx_degree_math_tl - { { } ^ { \circ } } - { \tex_char:D \c__siunitx_degree_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_micro_math_tl - { \text { \c__siunitx_mu_tl } } - { \tex_char:D \c__siunitx_micro_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_ohm_math_tl - { \text { \ensuremath { \c__siunitx_omega_tl } } } - { \tex_char:D \c__siunitx_ohm_int } + } + \__siunitx_option_unchanged:Nnn \l__siunitx_celsius_math_tl + { { } ^ { \circ } \kern - \scriptspace C } + { + \tex_char:D \c__siunitx_degree_int + C + } + \__siunitx_option_unchanged:Nnn \l__siunitx_degree_math_tl + { { } ^ { \circ } } + { \tex_char:D \c__siunitx_degree_int } + \__siunitx_option_unchanged:Nnn \l__siunitx_micro_math_tl + { \text { \c__siunitx_mu_tl } } + { \tex_char:D \c__siunitx_micro_int } + \__siunitx_option_unchanged:Nnn \l__siunitx_ohm_math_tl + { \text { \ensuremath { \c__siunitx_omega_tl } } } + { \tex_char:D \c__siunitx_ohm_int } + \bool_if:NT \c_sys_engine_xetex_bool + { \__siunitx_option_unchanged:Nnn \l__siunitx_angstrom_text_tl { \AA } { \tex_char:D \c__siunitx_angstrom_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_celsius_text_tl - { - \ensuremath - { { } ^ { \circ } \kern - \scriptspace \text { C } } - } - { - \tex_char:D \c__siunitx_degree_int - C - } - \__siunitx_option_unchanged:Nnn \l__siunitx_degree_text_tl - { \ensuremath { { } ^ { \circ } } } - { \tex_char:D \c__siunitx_degree_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_micro_text_tl - { \c__siunitx_mu_tl } - { \tex_char:D \c__siunitx_micro_int } - \__siunitx_option_unchanged:Nnn \l__siunitx_ohm_text_tl - { \ensuremath { \c__siunitx_omega_tl } } - { \tex_char:D \c__siunitx_ohm_int } } - { } - \@ifpackageloaded { unicode-math } + \__siunitx_option_unchanged:Nnn \l__siunitx_celsius_text_tl { - \int_const:Nn \c__siunitx_arcminute_int { 8242 } - \int_const:Nn \c__siunitx_arcsecond_int { 8243 } - \__siunitx_option_unchanged:Nnn \l__siunitx_arcminute_math_tl - { { } ^ { \prime } } - { \ensuremath { \tex_char:D \c__siunitx_arcminute_int } } - \__siunitx_option_unchanged:Nnn \l__siunitx_arcsecond_math_tl - { { } ^ { \prime \prime } } - { \ensuremath { \tex_char:D \c__siunitx_arcsecond_int } } - \__siunitx_option_unchanged:Nnn \l__siunitx_arcminute_text_tl - { \ensuremath { { } ^ { \prime } } } - { \ensuremath { \tex_char:D \c__siunitx_arcminute_int } } - \__siunitx_option_unchanged:Nnn \l__siunitx_arcsecond_text_tl - { \ensuremath { { } ^ { \prime \prime } } } - { \ensuremath { \tex_char:D \c__siunitx_arcsecond_int } } + \ensuremath + { { } ^ { \circ } \kern - \scriptspace C } } - { } + { + \tex_char:D \c__siunitx_degree_int + C + } + \__siunitx_option_unchanged:Nnn \l__siunitx_degree_text_tl + { \ensuremath { { } ^ { \circ } } } + { \tex_char:D \c__siunitx_degree_int } + \__siunitx_option_unchanged:Nnn \l__siunitx_micro_text_tl + { \c__siunitx_mu_tl } + { \tex_char:D \c__siunitx_micro_int } + \__siunitx_option_unchanged:Nnn \l__siunitx_ohm_text_tl + { \ensuremath { \c__siunitx_omega_tl } } + { \tex_char:D \c__siunitx_ohm_int } } + { } + \@ifpackageloaded { unicode-math } + { + \int_const:Nn \c__siunitx_arcminute_int { 8242 } + \int_const:Nn \c__siunitx_arcsecond_int { 8243 } + \__siunitx_option_unchanged:Nnn \l__siunitx_arcminute_math_tl + { { } ^ { \prime } } + { \ensuremath { \tex_char:D \c__siunitx_arcminute_int } } + \__siunitx_option_unchanged:Nnn \l__siunitx_arcsecond_math_tl + { { } ^ { \prime \prime } } + { \ensuremath { \tex_char:D \c__siunitx_arcsecond_int } } + \__siunitx_option_unchanged:Nnn \l__siunitx_arcminute_text_tl + { \ensuremath { { } ^ { \prime } } } + { \ensuremath { \tex_char:D \c__siunitx_arcminute_int } } + \__siunitx_option_unchanged:Nnn \l__siunitx_arcsecond_text_tl + { \ensuremath { { } ^ { \prime \prime } } } + { \ensuremath { \tex_char:D \c__siunitx_arcsecond_int } } + } + { } } \clist_new:N \l__siunitx_pgf_link_clist \cs_new_protected:Npn \__siunitx_pgf_link: { -- cgit v1.2.3