i changed the style of the section numbering in this way:
Code: Select all
\renewcommand*\thesection{\Roman{section}}
Here is a working example:
Code: Select all
%\documentclass[10pt,a4paper]{scrartcl}
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc} %inputencoding
\usepackage[ngerman]{babel} %Silbentrennung
\usepackage[unicode,a4paper, colorlinks=true,linkcolor=black,citecolor=black]{hyperref}
\usepackage{geometry}
\geometry{a4paper, portrait, left=2.5cm, right=3cm, top=2cm, bottom=2cm, includefoot, marginpar=2cm}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\renewcommand*\thesection{\Roman{section}}
\begin{document}
\tableofcontents
\pagebreak
%------------------------------------------------------------------------------
\section{Einleitung}
\subsection{Aufgabenstellung}
\subsection{Unterlagen, Vorgespräche}
\subsection{Quellen}
\renewcommand*{\refname}{\vspace*{-12mm}}
\bibliography{../../bsnLiteratur}
\pagebreak
%------------------------------------------------------------------------------
\section{Beschreibung des Objekts, Grundlagen}
\subsection{Lage, bauliche Merkmale}
\subsection{Raumnutzung}
\subsection{Betriebsbeschreibung}
\subsection{Baurechtliche Einordnung}
\subsection{Brand- und Explosionsgefahren}
\subsection{Brandszenarien}
\pagebreak
%------------------------------------------------------------------------------
\section{Brandschutzanforderungen}
\subsection{Brandschutztrennung}
\subsection{Bemessung des Brandabschnitts}
\subsection{Baustoffe und Bauteile}
\subsection{Rettungswege}
\subsection{Rauchableitung}
\subsection{Wärmeabzug}
\subsection{Zugang und Zufahrten der Feuerwehr}
\subsection{Brandmeldung und Alarmierung}
\subsection{Löschwasserversorgung und Löschgerät}
\subsection{Sonstige Anforderungen}
\pagebreak
%------------------------------------------------------------------------------
\section{Zusammenfassung}
%------------------------------------------------------------------------------
\label{LastPage}
\end{document}
Code: Select all
pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2010.5.17)