Revision 982e077a
Von Marei Peischl vor fast 5 Jahren hinzugefügt
kiviletter.sty | ||
---|---|---|
115 | 115 |
|
116 | 116 |
\cs_new:Nn \kivi_save_LT@boxes: { |
117 | 117 |
\clist_map_inline:nn {head, firsthead, foot, lastfoot} { |
118 |
\box_gset_eq:cc {g_kivi_LT@#1_box} {LT@#1}
|
|
118 |
\box_gset_eq:cc {g_kivi_LT@##1_box} {LT@##1}
|
|
119 | 119 |
} |
120 | 120 |
} |
121 | 121 |
|
122 | 122 |
\cs_new:Nn \kivi_restore_LT@boxes: { |
123 | 123 |
\clist_map_inline:nn {head, firsthead, foot, lastfoot} { |
124 |
\box_gset_eq:cc {LT@#1} {g_kivi_LT@#1_box}
|
|
125 |
\box_gclear:c {g_kivi_LT@#1_box} |
|
124 |
\box_gset_eq:cc {LT@##1} {g_kivi_LT@##1_box}
|
|
125 |
\box_gclear:c {g_kivi_LT@##1_box}
|
|
126 | 126 |
} |
127 | 127 |
} |
128 | 128 |
|
Auch abrufbar als: Unified diff
adjust nested argument specifier