On Wed Nov 13, 2024 at 11:11 PM CET, onf wrote: > A complete example might look like this: > .ev FOOTER \" configure new environment FOOTER: > . evc 0 \" copy default environment's properties > .ev > .de FOOTER \" define footer > . ev FOOTER \" switch to environment FOOTER > . sp > . tl 'Contact'Tax ID'Bank account / IBAN' > . tl 'me@org'12334'DE12123123450100' > . bp > . ev \" switch back to default environment > .. > .wh -2c FOOTER \" set footer trap
Just a slight correction: the .ev request switches to the previous environment, which may not necessarily be the default one (`0`), although it most likely will in your case.