Skip to content

\colorbox does not work inside of \gdef #2562

Answered by edemaine
rudolf-adamkovic asked this question in Q&A
Discussion options

You must be logged in to vote

In TeX, a literal # inside a macro needs to be escaped as ##. Try this:

\gdef{\highlight}#1{\colorbox{##FFE270}{#1}}
\highlight{Hi.}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rudolf-adamkovic
Comment options

Answer selected by kevinbarabash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants