Quantcast
Channel: Problems with sectioning / toc - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 4

Problems with sectioning / toc

$
0
0

I've got a problem with my ToC / sectioning.
First of it all: my code:

\documentclass[a4paper, oneside, 12pt, listof=totoc, bibliography=totoc, titlepage]{scrreprt}\usepackage[ngerman]{babel}\usepackage[T1]{fontenc}\usepackage[ansinew]{inputenc}\usepackage{lmodern} %Type1-Schriftart für nicht-englische Texte\usepackage{graphicx} %%Zum Laden von Grafiken\usepackage{setspace}\onehalfspacing       %% 1,5-zeilig\usepackage[a4paper, left=3 cm, right=4 cm, top=3 cm, bottom=1.5 cm]{geometry}  \usepackage{fancyhdr} %%Fancy Kopf- und Fußzeilen\usepackage{longtable} %%Für Tabellen, die eine Seite überschreiten\usepackage{bibgerm}\usepackage{color}  %% für Farben\usepackage{tabularx} %% Für komplexe Tabellen\usepackage{cite}%\usepackage{glossaries}\usepackage{hyperref}\usepackage{listings}\usepackage{pdfpages}\usepackage{helvet}\usepackage[printonlyused]{acronym} \fancypagestyle{plain}{}\pagestyle{fancy}\fancyhf{}\fancyhead[C]{\thepage}\addtolength{\headwidth}{\marginparsep}% Die Kopfzeile soll\addtolength{\headwidth}{0.5\marginparwidth}% verbreitert werden\renewcommand{\headrulewidth}{1pt}% Keine Linie\author{Matthias Fischer}\title{Umsetzung der MSKBS in BA}\begin{document}\maketitle\pagenumbering{Roman}\setcounter{page}{2}\newpage\tableofcontents\newpage\chapter*{Abkürzungsverzeichnis}\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}\newpage\listoffigures\newpage\listoftables\newpage\pagenumbering{arabic}\setcounter{page}{1}\renewcommand{\thesection}{\arabic{section}}\section{Einleitung}\newpage\section{Grundlagen Rechnungslegung}\subsection{IAS/IFRS}\newpage\section{Rechnungslegung in der Bank}\subsection{IAS/IFRS}\newpage\section{Bank Analyzer}\subsection{IAS/IFRS}\newpage\section{Umsetzung}\subsection{IAS/IFRS}\end{document}

Okay, now my specific problem:
If I do it this way, all my sections are "listed below" the "chapter" listoftables. And I don't want it this way. I want it "listed" as normal/individual section and not as "subsection".
If I change my sections to chapters the subsections start numbering at 1 and not at 1.1 or 2.1. ....
So I'd like to transform my table of content list of figures as section or manipulate my numbering. But I think it would "look" better not to use chapters.

Is it possible to manipulate the "category" of toc and listof*?

Do you have other suggestions?


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images