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

18 lines
378 B
TeX
Raw Normal View History

2014-02-12 12:27:43 -05:00
\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}