I am writing a long document which references various Profs (and their names ) in my document. I wanted to make some variable so that I can just use that whenever I wanted to write "Prof.". Is there a way to do this ?
Don't misunderstand for the "Reference", for I just wanted to write the word "Prof." using that command.
\def\Prof{Prof.}or\newcommand{\prof}{Prof.}, assuming there is no such command already and if it should be bold, use\newcommand{\Prof}{\textbf{Prof.}}– Nov 23 '15 at 23:34