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