I would like to have every word that appears in the index to be set in boldface in the main text, sort of the opposite of this question (where everything typed in bold should be indexed).
Here's an MWE:
\documentclass{article}
\usepackage{lipsum}
\usepackage{imakeidx}
\makeindex
\begin{document}
\section{Minimal Working Example}
\lipsum[1-3]
minimal\index{minimal}
\lipsum[4-6]
working\index{working}
\lipsum[7-9]
example\index{example}
\printindex
\end{document}
\indexmacro. That's a little tricky. Here's an answer that shows you how: http://tex.stackexchange.com/questions/267366/renewcommand-index – Ethan Bolker Sep 15 '15 at 18:03