This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Embedded objects and macros #6
Loara
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New features has been added to this "minor" update:
macroelements: a macro is just any untyped control sequence inside an object, you can take its address (aka the control sequence name) with the\object_macro_adrfunction and expand/execute it with\object_macro_call.. Since macros are generic control sequences is up to the user to properly create them (with\def,\cs_new:Npn,\newcommandor any other suitable mechanism);\proxy_put_embeddedso that every object created by that proxy will have its own instance of embedded object automatically created. You can retrieve address of embedded objects with\object_embedded_adrfunction.This discussion was created from the release Embedded objects and macros.
Beta Was this translation helpful? Give feedback.
All reactions