How can one format a chapter or section heading in bold using a sans-serif font? I tried \textsf{\textbf{bold sans-serif text}}, but it does not seem to work. Any idea?
|
|
||||
|
It looks like you are trying to change the sections font to sans serif and usual bold letters. If you want it to be in sans serif through out the document, then you can do it with
Edit: For only one chapter the code can be modified like this.
Please look into the documentation of |
|||||||||||
|
|
The following minimal example compiles without any errors or warnings:
Note that both You should compare your document to this minimal example and see if you have used any packages or defined any macros which may have changed the way |
|||||||||
|

\section{\textbf{\textsf{Title}}}but it would much better to correct your custom style. – Ulrike Fischer Mar 21 '12 at 9:34