mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +00:00
14 lines
183 B
Markdown
14 lines
183 B
Markdown
|
# Acronyms
|
||
|
|
||
|
```latex
|
||
|
\usepackage{acro}
|
||
|
|
||
|
\DeclareAcronym{dtn}{
|
||
|
short = DTN ,
|
||
|
long = Delay / Disruption Tollerant Networking ,
|
||
|
}
|
||
|
|
||
|
\ac{tcp}
|
||
|
|
||
|
\printacronyms
|
||
|
```
|