Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created July 3, 2014 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwin/b0b9431741d68aa241cf to your computer and use it in GitHub Desktop.
Save ashwin/b0b9431741d68aa241cf to your computer and use it in GitHub Desktop.
How to create index in LaTeX
% In the preamble
\usepackage{makeidx}
\makeindex
% Whenever a key term is defined or used
\index{normal distribution}
\index{poisson distribution}
% At end of document
\printindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment