I want to write \gamma with bold, for this I use \mathbf{\gamma} but the result that I have is not with bold. How can I fix this problem. someone can help me?
Thank you in advance.
\documentclass[a4paper,11pt]{report}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\usepackage[left=3cm,right=2.5cm,top=2.5cm,bottom=3cm]{geometry}
\usepackage{color}
\usepackage{amsmath}
\usepackage{lmodern}
\usepackage{amsthm}
\usepackage[mathcal]{eucal}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{natbib}
\setstretch{1,4}
\begin{document}
Définissons également le vecteur colonne
$$\mathbf{\gamma}_c(t)=(\gamma_c^{(u,l,0,0)}(t),\gamma_c^{(u,l,1,0)}(t),...,\gamma_c^{(u,l,1,d)}(t),...,\gamma_c^{(u,l,k,0)}(t),...,\gamma_c^{(u,l,k,d)}(t))^{'}_{1*((d+1)k+1)}$$
\end{document}


\bm{\gamma}(bmpackage) – David Carlisle Jun 12 '19 at 21:26\mathbfto\bmor\boldsymbolas shown in the existing answers than you get a bold gamma. – David Carlisle Jun 12 '19 at 23:05