summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/glossaries-user-examples/glossaries-user-example025.tex
blob: 482f42f63172b78654ae01ab19685472158924c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% This file is embedded in glossaries-user.pdf 
% Example 25 Small-Caps Acronym
% Label: "ex:longscshort"
% arara: pdflatex
% arara: pdfcrop
\documentclass[12pt]{article}
\pagestyle{empty}
\usepackage{glossaries}
\setacronymstyle{long-sc-short}
\newacronym{mathml}{MathML}{mathematical markup language} 
\begin{document}
\acrshort{mathml} 
\end{document}