mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
latex
This commit is contained in:
14
pages/latex/acronyms.md
Executable file
14
pages/latex/acronyms.md
Executable file
@@ -0,0 +1,14 @@
|
||||
# Acronyms
|
||||
|
||||
```latex
|
||||
\usepackage{acro}
|
||||
|
||||
\DeclareAcronym{dtn}{
|
||||
short = DTN ,
|
||||
long = Delay / Disruption Tollerant Networking ,
|
||||
}
|
||||
|
||||
\ac{tcp}
|
||||
|
||||
\printacronyms
|
||||
```
|
Reference in New Issue
Block a user