I would like to know if it is possible to get a bold mathematical symbol in a section title but that looks normal in the table of contents. Here is my code :
Code: Select all
\documentclass{11pt, a4, article}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[babel=true]{csquotes}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{psfrag}
\usepackage{sistyle}
\usepackage{eurosym}
\usepackage[table]{xcolor}
\usepackage{feynmp}
\begin{document}
\tableofcontents
\section{$\boldsymbol{\gamma}-ray detection}
\end{document}
\gamma
in the section title and a bold symbol \gamma
in the table of contents. The problem is that I tried to have a bold symbol in the section title because the section title is normal by default. But now there is 'formate conflict' in the table of contents...Tell me if it is not clear !