Subsection-Nummerierung manuell ändern?

Schriftbild, Absätze und Auflistungen einstellen


Xenara
Forum-Meister
Forum-Meister
Beiträge: 682
Registriert: Mi 25. Nov 2009, 09:41

Beitrag von Xenara »

Minimalbeispiel?

Das hier funktioniert bei mir (british -> english und classicthesis-preamble auskommentiert):
\documentclass[english,fontsize=11pt,paper=a4,twoside,openright,titlepage,numbers=noenddot,headinclude,BCOR=5mm,footinclude=true,cleardoublepage=empty]{scrreprt} 
\usepackage[T1]{fontenc} 
\usepackage[utf8x]{inputenc} 
\setcounter{secnumdepth}{2} 
\usepackage{varioref} 
\usepackage{prettyref} 
\usepackage{tipa} 
\usepackage{amstext} 
\usepackage{splitidx} 
\makeindex 
\usepackage{graphicx} 
\usepackage[authoryear]{natbib} 
\newindex[Index]{idx} 
\newindex[Author Index]{aut} 
\newindex[Language Index]{lan} 

\makeatletter 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands. 
% Classic Thesis Style loader 
%\usepackage{classicthesis-preamble} 
% use Latin Modern instead of Computer Modern sans serif 
\renewcommand{\sfdefault}{lmss} 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands. 
\usepackage{arabtex} 
\usepackage{blindtext} 

\makeatother 

\usepackage{babel} 
\begin{document} 


\chapter{General characteristics of the lateral approximant} 


\section{Articulation of the lateral} 
\subsection{Tongue tip and blade\label{sub:Tongue-tip-and}} 

\blindtext 
\bgroup 
\addtocounter{subsection}{-1} 
\let\thetmpsub\thesubsection 
\renewcommand{\thesubsection}{\thetmpsub~1/2} 
\subsection{Tongue tip - tongue body coordination} 
\egroup 


\subsection{Tongue body} 

\end{document}

argyropoulou
Forum-Newbie
Forum-Newbie
Beiträge: 7
Registriert: So 14. Aug 2011, 15:08

Beitrag von argyropoulou »

Habe ich ausprobiert. Wenn ich ClassicThesis rausnehme, dann geht das bei mir auch. Das scheint zu bedeuten, daß das Problem bei ClassicThesis lag. Irgendeine Idee, wie man ClassicThesis austricksen kann? Ich möchte es nämlich ansonsten behalten und eben nicht rausnehmen, das Layout ist sehr schön.

Aber danke auf jeden Fall. Hab was dazugelernt.

Antworten