overleaf/services/clsi/test/acceptance/fixtures/examples/glossaries/main.tex
2014-02-12 17:27:43 +00:00

17 lines
378 B
TeX

\documentclass{article}
\usepackage{glossaries}
\makeglossaries
\newglossaryentry{Physics}{
name=Physics,
description={is the study of stuff}
}
\begin{document}
To solve various problems in \Gls{Physics} it can useful to express any arbitrary piecewise-smooth function as a Fourier Series composed of multiple sine and cosine funcions.
\printglossaries
\end{document}