Auntie Google is your friend.

Look for latex "section titles" ie

https://www.google.com.na/search?q=latex+section+titles&oq=latex+section+titles&aqs=chrome..69i57.4700j0j1&sourceid=chrome&espv=210&es_sm=119&ie=UTF-8#es_sm=119&espv=210&q=latex+%22section+titles%22

First link:

http://tex.stackexchange.com/questions/36609/formatting-section-titles


\usepackage[explicit]{titlesec}
\titleformat{\section}
  {\normalfont}{\thesection}{1em}{\MakeUppercase{#1}}


Personally I like Small Caps, ie

\titleformat{\section}
  {\normalfont\scshape}{\thesection}{1em}{}

Gruss aus dem Süden,

el

on 2013-12-18, 09:57 Wolfgang Engelmann said the following:
[...]
> Thanks.
> 
> Found out that \addtokomafont
> 
> und
> 
> \setkomafont
> 
> are the keys for my problem.
> 
>  
> 
> What I do not know yet, is, how to set the section titles in CAPITALS
> 
>  
> 
> Wolfgang
[...]

Reply via email to