Actually, this is a markdown question. But I can't find a markdown community.
I want the letter "w" to be bold in the expression y(x, w). $y(x, \boldsymbol{w})$ works. But the following parentheses become bold also. How can I fix it?
Actually, this is a markdown question. But I can't find a markdown community.
I want the letter "w" to be bold in the expression y(x, w). $y(x, \boldsymbol{w})$ works. But the following parentheses become bold also. How can I fix it?
\documentclass[12pt,a4paper]{article}
\begin{document}
This program helps:
The equation is $y(x,\text{\textbf{w}})$
\end{document}
I think this also will work, but this considers 'w' as a text letter.
\text is undefined.
– fractal
Dec 31 '19 at 08:34
\documentclassand ends with\end{document}? Under normal circumstances the parentheses do not become bold. Or does markdown mean you are using something like MathJax? – Dec 31 '19 at 04:17