I wrote my all text with % and now editor says it should be percent... Is there a way to simply change the command \% to mean percent, but not in math evironment?
I can easily do
Code: Select all
\renewcommand{\%}{ percent}
Thanks!!
Code: Select all
\renewcommand{\%}{ percent}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\let\oldpercent=\%
\renewcommand{\%}{\ifmmode\oldpercent\else\ percent\fi}
NEW: TikZ book now 40% off at Amazon.com for a short time.