Well, all is in the title. I don't want to use something like loading fontenc or anything like this, just enable \section{\textbf{\textsc{Experience}}}
EDIT :
Well thanks to all of you, I tried that :
\documentclass[10pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[inner=1.2cm,outer=1.2cm,top=0.4cm,bottom=0.4cm]{geometry}
\usepackage{sourcesanspro}
\renewcommand*{\sectionfont}{\Large\bfseries\scshape}
\firstname{\Large{Aaaa}}
\familyname{\Large{\textsc{Bbbb}}}
\title{\normalsize Iiiiiiiiiiiii }
\address{\textbf{113 iiiii}}{\textbf{000 Vvvvv}}
\mobile{\textbf{0000000}}
\email{aaaaaa@aaa.fr}
\extrainfo{\textbf{bla bla}}
\begin{document}
\pagestyle{empty}
\maketitle
\section{Experience}
\end{document}
Perhaps it works. "Experience" seem to be normal in bold. Using "fontenc" as I don't like that sourseanpro doesn't work (for me). What I need is result IN BOLD when deleting sourceandpro and renewcomand line and using \textsc in section.
Well I'm not satisfied and how to use "sans" option properly ?
fontspec. – Werner Dec 15 '14 at 20:05{}button. Code tags do not work properly (e.g. you do not get something you can scroll and code is not formatted as a block). – cfr Dec 15 '14 at 22:10\renewcommandline then of course sections won't be typeset in bold because you are deleting the command which tells LaTeX to make them bold. (Unless bold is default for the class, which is presumably not the case or this wouldn't be a problem.) And it isn't clear what you mean bysourcesanspronot working. Do you mean that you get an error? Or that it compiles but the output is unexpected? Or that you just don't like the font? You say you are usingfontencbut that's not in your code. – cfr Dec 15 '14 at 22:13\section. Whatever formatting you want, the\renewcommandetc. is definitely the way to do it. – cfr Dec 15 '14 at 22:15