On Thursday 19 December 2013 10:53:21 Dr Eberhard Lisse wrote:

This is what I found and tried:
\setkomafont{chapter}{\uppercase}
\setkomafont{section}{\uppercase} 
(or \setkomafont{section}{\normalfont\uppercase})
It does, what it should;

however, the 
\setkomafont{section}{\uppercase} 
prevents the crossreference to other sections in the text 
and the pdf output shows ?? instead, such as
Cyanobacteria (Section ??),

Using your proposal

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

gives me for all sec: crossreferences this:

LaTeX Warning: Reference `sec:LIGHT-AND-THE-HUMAN' on page 2 undefined on 
input
 line 152.

! Undefined control sequence.
\label #1->\@bsphack \begingroup \def \label@name 
                                                  {#1}\label@hook 
\protected...
l.158 ...ical Clocks\label{sec:BIOLOGICAL-CLOCKS}}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

Thanks anyway for the feedback. 
I guess I should not bother this User group further 
and try to find an answer at the Koma-group 

or, probably the best solution, leave it to the publisher.

Wolfgang

> 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