% Acronyms % ======== % % An acronym is a word formed from the initial letters in a phrase. % % Acronym Definition Exapmle: % --------------------------- % \newacronym{gcd}{GCD}{Greatest Common Divisor} % \newacronym{dry}{DRY}{Don't Repeat Yourself} % % Usage: % ------ % You can use these three options: % % \acrlong{} % Displays the phrase which the acronyms stands for. Put the label of the acronym inside the braces. In the example, \acrlong{gcd} prints Greatest Common Divisor. % % \acrshort{} % Prints the acronym whose label is passed as parameter. For instance, \acrshort{gcd} renders as GCD. % % \acrfull{ } % Prints both, the acronym and its definition. In the example the output of \acrfull{dry} is Don't Repeat Yourself (DRY). % % For more information see: % ------------------------- % * https://www.sharelatex.com/learn/Glossaries % * https://en.wikibooks.org/wiki/LaTeX/Glossary % \newacronym{vpn}{VPN}{Virtual Private Network} \newacronym{vm}{VM}{Virtual Machine} \newacronym{vb}{VB}{Virtual Box} \newacronym{lts}{LTS}{Long Term Support} \newacronym{os}{OS}{Operating System} \newacronym{tcp}{TCP}{Transmission Control Protocol} \newacronym{oss}{OSS}{Operating System Server} \newacronym{osc}{OSC}{Operating System Client} \newacronym{ip}{IP}{Internet Protocol} \newacronym{ftp}{FTP}{File Transfer Protocol} \newacronym{tls}{TLS}{Transport Layer Security} \newacronym{ssl}{SSL}{Secure Socket Layers} \newacronym{gw}{GW}{GateWay} \newacronym{fw}{FW}{FireWall} \newacronym{pdv}{PDV}{Packet Delay Variation} \newacronym{aes}{AES}{Advanced Encryption Standard} \newacronym{fskd}{FSKD}{Full-State Keyed Duplex} \newacronym{}{}{}