From Wikibooks, open books for an open world
< TeX
This page may need to be
reviewed for quality.
[edit] Synopsis
\csname
[edit] Description
Used with \endcsname. The text between the two commands build the name of a TeX command.
[edit] Example
\def\x{csname}
\def\command#1{\csname\x\endcsname#1\csname end\x\endcsname}