Boa tarde pessoal!
Por favor, me ajuda aqui com um detalhe simples mas que no momento eu não sei como resolver. Seguinte: estou tendo dificuldades para colocar em negrito o cabeçalho da tabela quando os caracteres são matemáticos.a função \texbf não é útil para as partes que tenho índices subescritos.
Vejam
estou usando esse código:
\begin{table}[H]
\centering
\caption{Fases com Estequiometria $M_5Si_3$}
\label{tab-12}
\begin{tabular}{lcccc}
\hline
\textbf{Sistema} & {T1 } & {T2} & {$D8_8$} & \textbf{Refêrencias} \\
& {($Cr_5B_3$)} & {($W_5Si_3$)} & {$(Mn_5Si_3)$} & \textbf{}\\ \hline
V-Si-B & - & \tiny (V)_5(B,Si)_3 & \tiny (V)_5(B,Si)_3(B,Va)_1 &\tiny \cite{Silva2017}\\
% & & & & \\
Nb-Si-B & - &\tiny Nb_5(Si,B)_3 & \tiny (Nb)_5(Si,B)_3(B,Va) & \tiny \cite{Sun2011} \\
%& & & \\
Mo-Si-B & - & \tiny (Mo)_5(B,Si,Va)_3 & - \\
%& & & \\
& - & \tiny Mo_5SiB_2 & - & \tiny \cite{Yang2005} \\
%& & &
\hline
\end{tabular}
\fonte{Autoria Própria.}
\end{table}
Aguardo uma resposta.
Obrigado!