Joseph Wright
Joseph Wright
As discussed in https://github.com/josephwright/siunitx/issues/430, using `\textperiodcentred` for `\cdot` in text mode can have some spacing oddities. The same is true for `\texttimes`, which is much 'tighter' than for `\times` in...
For example ```latex \documentclass{article} \usepackage{siunitx} \begin{document} \qty{10}{\protect\metre} \end{document} ``` This happens in v3 as we deliberately separate out 'format' and 'print'. Internally, `\protected@edef` is applied to the input, leaving of...
As suggested on c.t.t., for example uncertainties in italic or in red.
[Anonymous report] This is originated from this post: http://tex.stackexchange.com/q/83626/1871 It would be very practical if `siunitx` could parse, even with much intervention (i.e. without specifying options) numeric outputs for common...
[Anonymous report] In successive calculations, non-significant figures are not rounded but often printed as subscripts. It would be nice if the output ``` $5.67_{89}(12_{34})$ ``` can be got with the...
As discussed in Aligning text in S columns in a way that respects the decimal marker for numerical entries, provide an alignment option to centre text relative to the decimal...
From an e-mail: '[A]ll units [...] hyperlinked to their corresponding Wikipedia page. eg: V -> http://en.wikipedia.org/wiki/Volt, m -> http://en.wikipedia.org/wiki/Milli, and so on.'
[Reported by [denisbitouze](https://bitbucket.org/denisbitouze)] I don't know if it is specific to French language but I have often seen `\SI{1.5}{\hour}` typeset `1\,h\,30` rather than `1.5\,h`. Do you think this, with required...
A function which can typeset periods of time, such as "2 d 3 h 4 min 5 s". This could also cover the somewhat unusual formatting using in astronomy (see...