Revision 661febc7
Von Marei (peiTeX) vor etwa 4 Jahren hinzugefügt
templates/print/marei/kiviletter.sty | ||
---|---|---|
162 | 162 |
|
163 | 163 |
\prg_new_conditional:Nnn \kivi_if_Price_col:n {T} { |
164 | 164 |
\prop_get:cnN {l_kivi_col_#1_prop} {colspec} \l_tmpa_tl |
165 |
\tl_if_eq:NnTF \l_tmpa_tl {Price}
|
|
165 |
\exp_args:NV \tl_if_eq:nnTF \l_tmpa_tl {Price}
|
|
166 | 166 |
{\prg_return_true:} |
167 | 167 |
{\prg_return_false:} |
168 | 168 |
} |
... | ... | |
191 | 191 |
\dim_use:c {l_kivi_tab_##1_dim}+2\g_kivi_tabcolsep_dim |
192 | 192 |
} |
193 | 193 |
} |
194 |
\tl_gput_right:Nn \g_kivi_Pricing_colspec_tl {>{\raggedleft\arraybackslash}p{\dim_use:c {l_kivi_tab_##1_dim}}}
|
|
194 |
\tl_gput_right:Nn \g_kivi_Pricing_colspec_tl {K{\dim_use:c {l_kivi_tab_##1_dim}}}
|
|
195 | 195 |
\kivi_if_Price_col:nT {##1} {\tl_gput_right:Nn \g_kivi_Pricing_colspec_tl {<{\__kivi_tab_column_currency:}}} |
196 | 196 |
} |
197 | 197 |
} |
... | ... | |
200 | 200 |
\tl_gput_right:Nn \g_kivi_Pricing_colspec_tl {@{}} |
201 | 201 |
} |
202 | 202 |
|
203 |
\newcolumntype{P}[1]{>{\raggedleft\arraybackslash}p{#1}<{\__kivi_tab_column_currency:}} |
|
203 |
\newcolumntype{K}[1]{>{\raggedleft\arraybackslash}p{#1}} |
|
204 |
\newcolumntype{P}[1]{K{#1}<{\__kivi_tab_column_currency:}} |
|
204 | 205 |
|
205 | 206 |
\RequirePackage{tcolorbox} |
206 | 207 |
\tcbuselibrary{breakable, skins} |
Auch abrufbar als: Unified diff
marei: tl2019 compat