Tagged Questions
6
votes
1answer
249 views
How to change text to bold when font does not support bold
I have a 100 page document, I used colored text many places to highlight with below command in my preamble
\newcommand\bluetext[1]{\textcolor{blue}{#1}}
its working great however did not realize at ...