Initial open source commit
This commit is contained in:
17
test/acceptance/fixtures/examples/glossaries/main.tex
Normal file
17
test/acceptance/fixtures/examples/glossaries/main.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user