General ⇒ Hidden active commands - Help
Hidden active commands - Help
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.