MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Index of all words in bold face
Index of all words in bold face
Is there a way to get Index of all words in bold face without using index{} at each of these words?
Last edited by Zetison on Mon Aug 19, 2013 8:39 pm, edited 1 time in total.
Index of all words in bold face
Never mind. The solution is:
Code: Select all
\usepackage{makeidx}
\makeindex
\let\oldtextbf\textbf
\renewcommand{\textbf}[1]{\oldtextbf{#1}\index{#1}}
Index of all words in bold face
If i want to include hyperref?
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Index of all words in bold face
You can put your
Stefan
hyperref
commands also into the \renewcommand
definition.Stefan
LaTeX.org admin