6 - 8
Wie kann man es realisieren?
6 - 8
\documentclass[11pt,a4paper]{book} \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[russian]{babel} \renewcommand{\theenumii}{\asbuk{enumii}} \textwidth=15cm \usepackage[left = 2cm, right = 2cm, top = 2cm, bottom = 2cm]{geometry} \usepackage{calc} \usepackage{indentfirst} \usepackage{colortbl} \usepackage{xcolor} \setcounter{tocdepth}{4} %%where n is the level, starting with 0 (chapters only) -> depth of content \usepackage{enumerate} \begin{document} \setcounter{chapter}{0} \setcounter{section}{1} \tableofcontents \include{ch_from_translator} \include{ch1} \include{ch2} \include{ch3} \include{ch4} . . . \include{ch41} \end{document}
\chapter[chapter]{chapter} \begin{enumerate} \section[section]{section} \item Mein Text.\\ \item Mein Text.\\ \item Mein Text.\\ \end{enumerate}
\usepackage[manualmark,headsepline]{scrpage2} \clearscrheadfoot \ohead[\pagemark]{\pagemark} \chead{\rightmark--\leftmark} \ihead{Mein Buch} \pagestyle{scrheadings}
\item \markboth{\theenumi}{\theenumi}Mein Text
\renewcommand*{\labelenumi}{\theenumi.\markboth{\theenumi}{\theenumi}}
\renewcommand*{\labelenumi}{\theenumi.\markboth{\theenumi}{\theenumi}}
\item \labelenumi mein Text
15. 15. mein Text
\item \markboth{\theenumi}{\theenumi} mein Text
Text Text Text Text Text Text 10. Text Text Text Text 11. Text Text Text Text Text Text
\makeatletter \newcommand*{\righttopmark}{\expandafter\@rightmark\topmark\@empty\@empty} \makeatother