Add options to AMCnumericChoices to set header in vertical mode (patch proposal). (Feature #877)
Description
(Sorry, please suppress #876)
I would add options to AMCnumericChoices to set header more easily in vertical mode.
Something working like that to give the result in image:
\AMCnumericChoices{5/7}{
digits=5,
decimals=3,
sign=true,
vertical=true,
vhead=true,
vheadunitindex=3,
Tvhead={M,C,D,U,d,c,m,dm},
vheadunitindex=5
}
History
Updated by Alexis Bienvenüe over 1 year ago
- Tracker changed from Bug to Feature
Updated by Alexis Bienvenüe over 1 year ago
Thanks for the patch! Now in the development tree: git:3d952af4710c74ab
- Status changed from New to Closed
- % Done changed from 0 to 100