I have a report where I mention some people. Sometimes I want to hide the real name of these people. I would like to write a macro that converts the name to a single character.
\name{John Doe}
should print PersonA when hide
boolean is true, and to John Doe
otherwise.
I need some macro that converts the name to a single character, but all each name in the document should be converted to the same character.