1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
# numprint package
# Matthew Bertucci 9/21/2021 for v1.39
#include:array
#keyvals:\usepackage/numprint#c
nosepfour
sepfour
noaddmissingzero
addmissingzero
noaddplus
addplus
noaddplusexponent
addplusexponent
noautolanguage
autolanguage
np
oldcolumntypes
newcolumntypes
boldmath
warning
error
debug
#endkeyvals
\numprint{number}
\numprint[unit]{number}
#ifOption:np
\np{number}
\np[unit]{number}
#endif
\cntprint{counter}
\cntprint[unit]{counter}
\lenprint{length}
\lenprint[unit%keyvals]{length}
#keyvals:\lenprint#c
pt
bp
in
ft
mm
cm
m
km
#endkeyvals
\npfourdigitsep#*
\npfourdigitnosep#*
\npaddmissingzero#*
\npnoaddmissingzero#*
\npaddplus#*
\npnoaddplus#*
\npaddplusexponent#*
\npnoaddplusexponent#*
\nprounddigits{digits}
\nproundexpdigits{digits}
\npnoround#*
\npnoroundexp#*
\nplpadding{digits}#*
\nplpadding[character]{digits}#*
\npnolpadding#*
\npreplacenull{replacement}#*
\npprintnull#*
\npunitcommand{arg}#*
\npdefunit{unitname}{unit}{scale}#*
\selectlanguage{language}#*
\npmakebox{text}#*
\npmakebox[dummy text][justification]{text}#*
#ifOption:boldmath
\npboldmath#*
#endif
\npafternum{arg}#*
\npunit{unit}#*
\npdigits{before}{after}#*
\npexponentdigits{before}#*
\npexponentdigits[after]{before}#*
\npnodigits#*
\npnoexponentdigits#*
\npthousandsep{separator}#*
\npthousandthpartsep{separator}#*
\npdecimalsign{sign}#*
\npproductsign{sign}#*
\npunitseparator{separator}#*
\npdegreeseparator{separator}#*
\npcelsiusseparator{separator}#*
\nppercentseparator{separator}#*
\npstyledefault#*
\npstyleenglish#*
\npstylegerman#*
\npstylefrench#*
\npstyleportuguese#*
\npstyledutch#*
\npaddtolanguage{lang1}{lang2}#*
|