Graphics, Figures & Tablessiunitx | Dollar Sign in Table

Information and discussion about graphics, figures & tables in LaTeX documents.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

siunitx | Dollar Sign in Table

Post by josephwright »

That depends on what you mean by 'in TeX Live 2011'! It was not in the version of siunitx that was in the DVD release of TeX Live this year, but it is available using tlmgr.

Code: Select all

tlmgr update --self --all
at the Command Line/Terminal will grab all updates available for TeX Live. There is a GUI interface for the same thing installed on Windows by default.
Joseph Wright

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

UniquarkJ
Posts: 6
Joined: Sat Nov 26, 2011 6:51 am

Re: siunitx | Dollar Sign in Table

Post by UniquarkJ »

Yes, I figured that out after I wrote that. I ran the updates and it is now working the way you said it would. I will say though, that I was dismayed by how many other things in siunitx were broken by the update. I had to spend about an hour fixing everything after the update. I hope that my client will be able to update to the latest version.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: siunitx | Dollar Sign in Table

Post by josephwright »

I've not had many bug reports for siunitx versions between that in the TeX Live 2011 DVD release and the latest one (v2.4). I'd appreciate knowing what problems you've had.
Joseph Wright
UniquarkJ
Posts: 6
Joined: Sat Nov 26, 2011 6:51 am

Re: siunitx | Dollar Sign in Table

Post by UniquarkJ »

I'm sorry, but I don't recall the details and I don't have a lot of time to reconstruct them. I'm working on a project from hell with hundreds of tables, all using siunitx. One problem I do recall had to do with parentheses. There were many tables with standard errors in parentheses. they worked fine before I upgraded, but the leading parenthesis was overlapping the first digit of the number after I upgraded.

For what it's worth, I don't understand this prohibition against having characters other than digits in a "number". The instances where one would want to do this (currency symbols, standard errors in parentheses, significance stars, etc.) are almost limitless. It would make much more sense to me to parse the number and allow the other symbols to fall tight up against the number (without overlapping of course) the way they do in the input stream.
Post Reply