summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex')
-rw-r--r--macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex b/macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex
new file mode 100644
index 0000000000..f9a93dfab2
--- /dev/null
+++ b/macros/latex/contrib/acro/examples/acro.example.texsx-515295.tex
@@ -0,0 +1,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}