summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex
blob: f9a93dfab2eba1e1d542f69393d08f174cf81d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass{article}

\usepackage{acro}
\usepackage{csquotes}
\usepackage{chemmacros}

\DeclareAcronym{APA}{
  short = 3-APA ,
  long = \iupac{3-azido-1-propyl|amine}
}
\DeclareAcronym{CuAAC}{
  short = \enquote{click} chemistry ,
  long = copper(I)-catalyzed azide-alkyne cycloaddition
}

\begin{document}

1: \Acl{APA}

2: \Acs{CuAAC}

3: \Acl{CuAAC}

\end{document}