(eplain.info)\expandonce


Next: \ifundefined Prev: Properties Up: Expansion
Enter node , (file) or (file)node

7.6.5 '\expandonce'
-------------------

'\expandonce' is defined as '\expandafter\noexpand'. Thus, '\expandonce
TOKEN' expands TOKEN once, instead of to TeX primitives. This is most
useful in an '\edef'.

   For example, the following defines '\temp' to be '\foo', not 'abc'.

     \def\foo{abc}
     \def\bar{\foo}
     \edef\temp{\expandonce\bar}


automatically generated by info2www version 1.2.2.9