summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries-extra/glossaries-extra-manual-examples/glossaries-extra-manual-example113.tex
blob: a7ba18aa7a9fec01a9854fef28d60d83df44e5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% This file is embedded in glossaries-extra-manual.pdf
% Example 113 Resetting the first use flag (\glsreset)
% arara: pdflatex
% arara: pdfcrop
\documentclass[12pt]{article}
\pagestyle{empty}
\usepackage{glossaries-extra}
\newabbreviation{html}{HTML}{hypertext markup language} 
\begin{document}
\begin{abstract}
 This abstract mentions \gls{html}.
 \end{abstract}
 Some casual reference to \gls{html}.
 \section{Web Pages}
 \glsreset{html}This section is all about \gls{html}. 
\end{document}