Skip to content
Prev 132118 / 398506 Next

how to add an index to a vignette?

Is it possible to include index items in vignettes?  I tried doing the usual
latex thing with 

\index{the item} 

but but the vignette created by 

R CMD build  

has no index.  Do I need to do something more?