overleaf/services/clsi/test/acceptance/fixtures/examples/makeindex/main.tex

13 lines
313 B
TeX
Raw Normal View History

2014-02-12 12:27:43 -05:00
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
To solve various problems in Physics \index{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series \index{Fourier Series} composed of multiple sine and cosine funcions.
\printindex
\end{document}