[R] how to add an index to a vignette?
dankelley
Dan.Kelley at dal.ca
Sat Dec 15 18:53:23 CET 2007
Oh, I see. The answer is just to do as usual, e.g. as follows, and R CMD
build simply takes care of it.
<code>
...
\usepackage{makeidx}
\makeindex
...
\begin{document}
...
\index{something}
...
\printindex
\end{document}
</code>
--
View this message in context: http://www.nabble.com/how-to-add-an-index-to-a-vignette--tp14339838p14353154.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list