Language requires the following layout for section headings:
b. The number and the following period should be in boldface; the heading text should be in SMALL CAPITALS.
d. Do not use more than two levels of headings: for example, 1 or 2.3 are fine, but not 3.2.4. If a further division of the section is necessary, simply use SMALL CAPS for the subsection heading, with no number. METHODS. Experiment 1 took place in a sound-attentuated lab ... e. Place section headings on a line with the section number and the first line of the section. 1. INTRODUCTION. The recent renaissance of ...
Is there a way to do this without touching the original text? Currently I have:
\documentclass[letterpaper,12pt]{scrartcl}
\usepackage{times}
\usepackage[T1]{fontenc} % Silbentrennung
\setkomafont{sectioning}{\normalfont\rmfamily\mdseries\upshape}
\setkomafont{paragraph}{\scshape}
\let\subsubsection=\paragraph
\begin{document}
\section{Section 1}
In this section I want to show that \ldots
\subsection{Subsection 1}
The special focus here is on \ldots
\subsubsection{Subsubsection 1}
This subsubsection is allegal and should come out as a paragraph.
\end{document}
What is missing is the boldface of the number and a dot after the number and a dot after the section title and some setting that treats section and subsection titles like paragraphs. Is there a way to do this in Koma Script?


\usepackage{times}with\usepackage{tgtermes}. – NauC Mar 24 '13 at 18:32