Bettelstudent
13-01-2010, 18:11
Hallo zusammen,
ich nutze für meine Arbeit die Klasse jurabook, in der es neben den klassischen Gliederungen auch noch subthree- und subfoursection gibt.
Seltsamerweise wird zwischen subthreesection kein Abstand im Toc erzeugt, bei subfoursection stimmt alles wieder. Anbei ein Minimalbeispiel:
\documentclass [a4paper,oneside,12pt]{jurabook}
\usepackage [T1] {fontenc}
\usepackage [latin1] {inputenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{alnumsec}
\addtocounter{tocdepth}{3}
\addtocounter{secnumdepth}{3}
\surroundarabic[(][)]{}{.}
\otherseparators{5}
\alnumsectionlevels{1}{chapter,section,subsection, subsubsection,subthreesection,subfoursection,absch nitt}
\renewcommand \thepart {\arabic {part}.}%1
\renewcommand \thechapter {\Arabic {chapter}}%1
\renewcommand \thesection {\Alph{section}.}%A.
\renewcommand \thesubsection {\Roman{subsection}.}%I.
\renewcommand \thesubsubsection {\arabic{subsubsection}.}%1.
\renewcommand \theparagraph {\alph{subthreesection})}%a)
\renewcommand \thesubparagraph {\alph{subfoursection}\alph{subfoursection})}%aa)
\alnumsecstyle{LRnldn}
\usepackage{microtype}
\usepackage[protrusion=true,expansion,auto=true,activate=true]{microtype}
\usepackage{mathptmx}
\usepackage{setspace}
\usepackage {chngcntr}
\counterwithout{footnote}{chapter}
\counterwithin*{chapter}{part}
\usepackage[a4paper,pdftex,margin=2cm,bmargin=3cm,tmargin=2cm]{geometry}
\setlength {\parindent} {0em}
\setlength {\parskip}{2.0ex plus 1.0ex minus 0.5ex}
\usepackage{geometry}
%\geometry{a4paper, top=20mm, left=30mm, right=25mm, bottom=20mm,
%headsep=10mm, footskip=12mm}
\onehalfspacing
\begin{document}
\pagenumbering{Roman}
\tableofcontents
\chapter{Muster 1}
Text
\section{Text Abschnitt}
Text
\subsection{Unterabschnitt}
hdhjsdöjhdcvjks<h
\subsubsection{Unter-Unter-Abschnitt}
\label{sec:UnterUnterAbschnitt}
<hkcjhnöksjhcökhsöc
\subthreesection{Sub3}
jsadkfjskajfc
\subthreesection{Abstand 2}
fdgsdfg
\subfoursection{Sub4section}
gxhbxfgnhxfn
\subsubsection{Test}
hasdjhahdjh
\section{Test1}
fsa<ga<sdg<
\chapter{Muster 2}
Text für Muster 2
\end {document}
Hat jemand einen Tipp für mich?
Viele Grüße
bettelstudent
ich nutze für meine Arbeit die Klasse jurabook, in der es neben den klassischen Gliederungen auch noch subthree- und subfoursection gibt.
Seltsamerweise wird zwischen subthreesection kein Abstand im Toc erzeugt, bei subfoursection stimmt alles wieder. Anbei ein Minimalbeispiel:
\documentclass [a4paper,oneside,12pt]{jurabook}
\usepackage [T1] {fontenc}
\usepackage [latin1] {inputenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{alnumsec}
\addtocounter{tocdepth}{3}
\addtocounter{secnumdepth}{3}
\surroundarabic[(][)]{}{.}
\otherseparators{5}
\alnumsectionlevels{1}{chapter,section,subsection, subsubsection,subthreesection,subfoursection,absch nitt}
\renewcommand \thepart {\arabic {part}.}%1
\renewcommand \thechapter {\Arabic {chapter}}%1
\renewcommand \thesection {\Alph{section}.}%A.
\renewcommand \thesubsection {\Roman{subsection}.}%I.
\renewcommand \thesubsubsection {\arabic{subsubsection}.}%1.
\renewcommand \theparagraph {\alph{subthreesection})}%a)
\renewcommand \thesubparagraph {\alph{subfoursection}\alph{subfoursection})}%aa)
\alnumsecstyle{LRnldn}
\usepackage{microtype}
\usepackage[protrusion=true,expansion,auto=true,activate=true]{microtype}
\usepackage{mathptmx}
\usepackage{setspace}
\usepackage {chngcntr}
\counterwithout{footnote}{chapter}
\counterwithin*{chapter}{part}
\usepackage[a4paper,pdftex,margin=2cm,bmargin=3cm,tmargin=2cm]{geometry}
\setlength {\parindent} {0em}
\setlength {\parskip}{2.0ex plus 1.0ex minus 0.5ex}
\usepackage{geometry}
%\geometry{a4paper, top=20mm, left=30mm, right=25mm, bottom=20mm,
%headsep=10mm, footskip=12mm}
\onehalfspacing
\begin{document}
\pagenumbering{Roman}
\tableofcontents
\chapter{Muster 1}
Text
\section{Text Abschnitt}
Text
\subsection{Unterabschnitt}
hdhjsdöjhdcvjks<h
\subsubsection{Unter-Unter-Abschnitt}
\label{sec:UnterUnterAbschnitt}
<hkcjhnöksjhcökhsöc
\subthreesection{Sub3}
jsadkfjskajfc
\subthreesection{Abstand 2}
fdgsdfg
\subfoursection{Sub4section}
gxhbxfgnhxfn
\subsubsection{Test}
hasdjhahdjh
\section{Test1}
fsa<ga<sdg<
\chapter{Muster 2}
Text für Muster 2
\end {document}
Hat jemand einen Tipp für mich?
Viele Grüße
bettelstudent