Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. documentclass{book}
  2. usepackage[makeindex]{imakeidx}
  3.  
  4. makeindex
  5.  
  6. begin{document}
  7.  
  8. This is a sentence indexing the command
  9. index{Breaking word}
  10. with the environmentindex{abstract}
  11. and the ordinary word `document'index{Test document}.
  12.  
  13. printindex
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement