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
-
New features has been added to this "minor" update:
macro
elements: 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_adr
function 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
,\newcommand
or any other suitable mechanism);\proxy_put_embedded
so 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_adr
function.This discussion was created from the release Embedded objects and macros.
Beta Was this translation helpful? Give feedback.
All reactions