Generalthe index of label is falls

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Lena345
Posts: 2
Joined: Thu May 18, 2023 3:09 pm

the index of label is falls

Post by Lena345 »

Hello. That's my main code, and what doesn't work out is the label indexing. Instead of (2.2) is showing 2.-22 or 2.-21 if I delete the "/nn" inside of the last section's problem, which is inside the code and obivously not indexing anything.

Code: Select all

\documentclass[14pt,twoside]{svmono_ava}
\usepackage{type1cm}         
\usepackage{makeidx}         % allows index generation
\usepackage{graphicx}        % standard LaTeX graphics tool
                             % when including figure files
\usepackage{multicol}        % used for the two-column index
\usepackage[dvipsnames]{xcolor} % 14 June 2019  
\usepackage{afterpage}
\usepackage{cancel}
\usepackage[bottom]{footmisc}
\usepackage{graphicx} % 29.08
\usepackage{framed} %1.11.15
\usepackage{amsmath}
\usepackage{amsfonts} 
\usepackage{ulem} 
\usepackage{xhfill} %27.04.18
\usepackage{mathtools} %13.10.16
\usepackage{scalerel}
\usepackage{fontawesome5} 
\usepackage{url}
\usepackage[toc,page]{appendix}
\usepackage{stackengine} % 18-12-2022


\usepackage{utfsym}

\usepackage[german]{babel}
%\usepackage[english]{babel}

\setcounter{chapter}{0}
\setcounter{section}{1}
\setcounter{tocdepth}{5}
\usepackage{fancyhdr} % 24.05

\newcommand{\emptybox}[2][\textwidth]{%
  \begingroup
  \setlength{\fboxsep}{-\fboxrule}%
  \noindent\framebox[#1]{\rule{0pt}{#2}}%
  \endgroup
}

\setlength{\textwidth}{150mm} 
\setlength{\textheight}{215mm} 


\usepackage{ava_book_en}
\input{def-symb.tex}

\makeindex
\begin{document}

%\pagenumbering{roman}
\renewcommand{\thepage}{\arabic{page}}
\setcounter{page}{1}

\tableofcontents

\allowdisplaybreaks 

\np % \newpage
\noi \tcr{\so{Kurze Formelsammlung}} 
\addcontentsline{toc}{section}{Kurze Formelsammlung} 
\input{Formeln-v/ch-formeln-v.tex}

\np 
\noi \tcb{\so{Klassifizierung von Aufgaben in diesem Dokument}}
\addcontentsline{toc}{section}{Klassifizierung von Aufgaben in diesem Dokument} 
\vs4
\input{bezeichnungen.tex} 



\input{Integrale-ah-v/ch-integrale.tex} 


\np
\printindex
\end{document}
and hier is the code from subsection of labelling:

Code: Select all

\begin{avadefinition} Unbestimmtes Integral 
\index{unbestimmtes Integral}\\[1mm]
%
Als unbestimmtes Integral $\di \int f(x) dx$ einer Funktion $f(x)$
bezeichnet man die Gesamtheit aller Stammfunktionen 
$F(x)+C$ der Funktion $f(x)$:
\beqn
\setlength{\fboxrule}{0.02cm} \setlength{\fboxsep}{0.3cm} \fbox{ $ 
\di \int f(x) dx=F(x)+C. $ }
\label{eq:unbest-int-def-1}
\eeqn
Die Funktion $f(x)$ hei{\ss}t 
%
Integrand\index{Integrand}, 
die Variable $x$ Integrationsvariable\index{Integrationskonstante} 
%
und $C$ ist die Integrationskonstante.
\end{avadefinition}
Last edited by Stefan Kottwitz on Thu May 18, 2023 3:36 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Lena345
Posts: 2
Joined: Thu May 18, 2023 3:09 pm

the index of label is falls

Post by Lena345 »

Hier is the whole package.

https://drive.google.com/file/d/1q0b1Jh ... share_link.

Thanks a lot. That index is on page 19.
Post Reply