package/siunitx.sty: Bundle siunitx 2.5q
authorW. Trevor King <wking@tremily.us>
Thu, 16 May 2013 05:58:01 +0000 (01:58 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 16 May 2013 05:58:01 +0000 (01:58 -0400)
commitede008b02ec3a802f7b653134b787be0e9455033
tree2012cb5ba094ae5ecc2abc7e53c064690fb1fdbc
parentde3e16acd702f4254436a65d323d17170fd837d4
package/siunitx.sty: Bundle siunitx 2.5q

My distribution's version of siunitx (2.2i, distributed as part of
dev-texlive/texlive-science-2011) doesn't play well with LaTeX3:

  $ pdflatex -shell-escape root
  ...
  (/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  !
  ! LaTeX error: "kernel/command-not-defined"
  !
  ! Control sequence \tl_replace_all_in:Nnn undefined.
  !
  ! See the LaTeX3 documentation for further information.
  !
  ! For immediate help type H <return>.
  !...............................................

  l.333 ...variant:Nn \tl_replace_all_in:Nnn { NnV }

Work around this by bundling the current version.  Source is at:

  https://github.com/josephwright/siunitx/
src/package/siunitx-abbreviations.cfg [new file with mode: 0644]
src/package/siunitx-binary.cfg [new file with mode: 0644]
src/package/siunitx-version-1.cfg [new file with mode: 0644]
src/package/siunitx.sty [new file with mode: 0644]