Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 982e077a

Von Marei Peischl vor fast 5 Jahren hinzugefügt

  • ID 982e077ae2069290a2012a17e81859c8fc29de6d
  • Vorgänger 8d0ffa25
  • Nachfolger f845a287

adjust nested argument specifier

Unterschiede anzeigen:

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