General ⇒ Hidden active commands - Help
Hidden active commands - Help
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Hidden active commands - Help
Code: Select all
\documentclass{scrbook}
\usepackage{imakeidx}
\makeindex
%\usepackage{hyperref}
\begin{document}
\tableofcontents
\chapter{Hidden\index{entry (hidden)} Index Commands\index{command}\index{example}}
Command \verb|\index| usually does not print anything, but only adds an entry
to the index.
\printindex
\end{document}
hyperref
in line 5.So if you have a problem with
\index
in your own document, please show us a 
Disclaimer: This is no one of my main topics. So don't expect, that I'll do further replies to this discussion.
Hidden active commands - Help
Hidden active commands - Help
MarLeoSch wrote:Hi. Thanks for your answer. I think i figured it out with the \dontshow{}command.

\dontshow
is neither provided by the LaTeX kernel, nor the standard classes (or the KOMA-Script classes from my example), nor any of the standard packages from tools or required. I even do not know any class or package, which provides this command. So you reply is as unclear as your question.If you'll have further questions I'd recommend to be somehow more detailed.